Class SY_UpdateUI

Properties

LOCAL cSuppressWarningMssg  

Methods

FUNCTION LOCAL BT_CANCEL()  
FUNCTION LOCAL BT_PREVIEW()  
FUNCTION LOCAL BT_PRINT()  
FUNCTION LOCAL ChangeCB_PrintComments()  
FUNCTION LOCAL ChangeML_PostingDate()  
FUNCTION LOCAL CheckReportOption()  

Checks the SY_ReportOption table for a STANDARD report setting record for the report that is currently being run. It uses the current company and module and the cReportObject$ that is set in the inheriting class. These saved options will then default into the screen.

Returns Always returns SUCCESS (1)
FUNCTION LOCAL PERFORM ErrCheck()  
FUNCTION LOCAL GetDTRProgramName$()  

Determines the name of the DTR program to run next

Returns program name
FUNCTION LOCAL PERFORM PeriodStartingDates()  
FUNCTION LOCAL PostLoad()  
FUNCTION LOCAL SaveReportOption()  

Saves the values of the options when the report/register is printed or previewed, this will be set as a default the next time this is run for the company.

Returns Alwyas returns SUCCESS (1)
FUNCTION LOCAL PERFORM WarningMessage()  

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()