Class SO_SalesOrderPrinting_rpt

Known SubClasses

BC_SalesOrderPrinting_rpt

Properties

LOCAL cReportFile$="SO_SalesOrder1.RPT"  
LOCAL cWorkFile$="SO_SalesOrderWrk"  
LOCAL cPrintType$="2"  
PROPERTY ReportCaption$   * Read Only *
PROPERTY CRMSetup  

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 LOCAL PopulateWorkTable()  
FUNCTION LOCAL PostPrintProcessing()  
FUNCTION LOCAL SetFormulas()  
FUNCTION LOCAL SetSelectionFormula()  
FUNCTION LOCAL PERFORM WriteWorkTableRecord()  

Properties inherited from: CI_Constant

itmREGULAR$, itmSPECIAL$, itmCHARGE$, itmCOMMENT$, itmMISC$, valSTANDARD$, valAVERAGE$, valFIFO$, valLIFO$, valLOT$, valSERIAL$, typFINISHEDGOODS$, typRAWMATERIALS$, typDISCONTINUED$, typKIT$, proMAKE$, proBUY$, proSUBCONTRACT$

Properties inherited from: SY_Form

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

Methods inherited from: CI_Constant

GetCalendarEndingDate(), GetDefaultExtendedDescriptionKey$()

Methods inherited from: CI_CostCodeFormatter

FormatCostCode()

Methods inherited from: SY_Form

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