FUNCTION LOCAL BT_Preview()
Activates the previewing of the current listing, overrides existing functionality from SY_ReportCommonUI In addition, to previewing the report will exit panel only if Keep Open is not checked.
|
Returns |
Value from base call to SY_CommonUI |
|
FUNCTION LOCAL BT_Print()
Activates the printing of the current listing, overrides existing functionality from SY_ReportCommonUI In addition, to printing the report will exit panel only if Keep Open is not checked.
|
Returns |
Value from base call to SY_CommonUI |
|
FUNCTION LOCAL ChangeCB_PrintComments()
|
FUNCTION LOCAL ChangeCB_PrintDetail()
|
FUNCTION LOCAL ChangeDB_RecordsToPrint()
|
FUNCTION LOCAL OnExit()
Function will fire when the listing dialogue is closed, this is utilized to save off 'personalized' values for Keep Open.
|
Returns |
Always returns TRUE (1) |
|
FUNCTION LOCAL PostLoad()
|
FUNCTION LOCAL PreLoad()
Function fires prior to loading the form, and is used to parse arguments passed in report business object, crystal report name, and title. Report business object is instantiated within.
|
Returns |
TRUE (1) If report object was instantiated okay, if not returns FALSE (0) |
|