Class SY_Listing_UI

Properties

LOCAL cIncludePIIWorktable$=isNO$  

[string] YES/NO flag that indicates if PII worktables should be populated for the listing

Methods

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)

Properties inherited from: SY_ReportCommonUI

rptReportTypeStd, rptReportTypeList, rptReportTypeReg, rptReportTypeBusFrm, rptReportTypeFinStmt, rptReportTypeExchng, rptReportTypeCustom, cReportType, PrintStatus, Previewed

Methods inherited from: SY_ReportCommonUI

BT_Help(), BT_Preview(), BT_Print(), BT_Setup(), ChangeDB_Output(), CheckEnableFax(), ConvertCrystalReport(), DeferredOptionsUI(), DoNotFax(), PostLoad()