Class AR_StatementPrinting_rpt

Properties

LOCAL cReportFile$="AR_Statement1.rpt"  
LOCAL cWorkFile$="AR_StatementWrk"  
PROPERTY ReportCaption$   * Read Only *

Methods

FUNCTION GetSourceTables$(table$)  
FUNCTION PostPrintProcessing(forceChain)  
FUNCTION PostPrintProcessing(forceChain, inExit)  

Performs post print processing (updates and chain check) when exiting printing

ParameterDescription
forceChain {optional} [input, boolean] Set to true to force chaining
inExit {optional} [input, boolean] Set to true if coming from on exit
Returns [boolean] True if no errors were encountered
FUNCTION ReplaceDefault(optionString$, defaultVar$, defaultValue$)  

Override ReplaceDefault from SY_Report to not uppercase optionsString$

FUNCTION SetDefaults(optionsString$)  

Properties inherited from: CI_CustomerAging

AgingCalculated, LastCustomerAged$, CustomerAgingRec$

Properties inherited from: SY_Form

KeepOpenPrint$, KeepOpenPreview$, ChainedDocAvail, PostPrintProcessed, TemplateExists, QuickPrint$, cModuleCode$, EmailSelected, FaxSelected, PrintPreview$

Methods inherited from: AR_Selection

ResolveSelectToken()

Methods inherited from: CI_CustomerAging

AgeCustomer(), AgeInvoice(), ClearAgingTotals(), ExcludeFuturePostings(), SetAgingBuckets(), UpdateAging(), PERFORM AgeByDay(), PERFORM AgeByMonth(), CheckAgingCategories(), GetAgingParams()

Methods inherited from: SY_Form

Alignment(), CheckSaveMultiPartFormSettings(), GetLastForm$(), GetTemplateList(), PrinterSetup(), ProcessReport(), ResetWorktables(), SetTemplateDesc(), PERFORM PreWorkTableWriteForPaperlessOffice(), SetDeliveryProperties(), PERFORM SetReportFile(), SetStdFormulas(), UpdateLastForm()