LOCAL cListingClass$="SY_ServiceNotificationList_rpt" [string] Variable that contains the name of the class to be used for printing a listing |
LOCAL cServiceTypes$="Payroll Tax Calculation Engine\" [string] List of service types we send notifications for. Currently only this one. |
LOCAL cServiceCodes$="TCE" [string] List of 3 character service codes. |
LOCAL cEmailTypes$="User\Alternate\Both\" [string] Delimited list of valid email type descriptions |
LOCAL cEmailTypeCodes$="UAB" [string] List of valid email type codes |
FUNCTION SetupGrid(gridCtl, form$, gridName$, mntOption) Function override to reset the input length of the UserKey$ grid column to the length of UserLogon. |
ClassOnFocusGrid(), BT_OkView(), BT_RowDel(), BT_RowReset(), BT_RowResetAll(), ChangeKeyColumn(), LoadGrid(), LoadRow(), SaveRow() |