|
LOCAL cReportFile$="IM_AutoCostPriceChange.rpt" |
|
LOCAL cWorkFile$="IM_AutoCostPriceChangeWrk" |
|
LOCAL cWorkFileFH=0 |
|
LOCAL cCostFormula$="New Cost = " |
|
LOCAL cPriceFormula$="New Price = " |
|
LOCAL cValidCostChangeMethods$="No Change in Cost, "+"Percentage, "+"Amount, "+"Use Last Cost, "+"Use Average Cost" |
|
LOCAL cValidPriceChangeMethods$="No Change in Price, "+"Percentage of Price, "+"Percentage of Cost, "+"Amount, "+"Amount to Cost" |
|
LOCAL cValidPriceTypes$="Standard, Retail, Both" |
|
PROPERTY ReportCaption$ * Read Only * |
|
PROPERTY DataWrittenToFile * Read Only * |
|
PROPERTY NODataToPrint * Read Only * |
|
FUNCTION GetSourceTables$(table$) |
|
FUNCTION SetSelectionOptions(ioList$, record$, whereClause$, index$, begin$, end$, selection$) |
|
FUNCTION UpdateMain() |
|
tmpCustomDirectory, kCrystalTrue, kCrystalFalse, kCrystalDefault, kCrystalPortrait, kCrystalLandscape, rptReportTypeStd, rptReportTypeList, rptReportTypeReg, rptReportTypeBusFrm, rptReportTypeFinStmt, rptReportTypeExchng, rptReportTypeCustom, cWinFax, cFaxServer, settingGeneral, settingOptions, settingSelections, cFaxServerDriver$, cWinFaxDriver$, cAvailableForPaperlessOffice$, cPDFAdditionalReport, cPDFPreservePLCommon, AlternateCompanyCode$, ReportType, ReportFile$, ReportFullPath$, ViewerPrint, ViewerPrintAll, PrintStatus, PreviewSelected, coPLCommon, PDFPrint, PDFSilent, HostedPrintNow, HostedPreview, PrintRunDateTime$, SkipProcessErrorDisplay |
|
rptReportTypeStd, rptReportTypeList, rptReportTypeReg, rptReportTypeBusFrm, rptReportTypeFinStmt, rptReportTypeExchng, rptReportTypeCustom, cReportType, PrintStatus, Previewed |
|
CheckForFaxPrinter(), ClearWtPopulateFlag(), DeleteSection(), DisableUseOfUI(), ExportToCSV(), GetPrinterProperties(), GetReportFile$(), InitReportEngine(), PrinterSetup(), ProcessReport(), ReportFileChanged(), SetDeferredOptions(), SetExportOptions(), SetPrinterProperties(), SetReportFormula(), SetReportOrientation(), SetReportSelection(), WinfaxPrinterSetupReset(), PERFORM AdjustForHolepunch(), CloseWorkTables(), ConvertCrystalReport(), CreateWorkTable(), CreateWorkTableClone(), GetDeferredFile(), OpenPVXWorkTable(), PERFORM OpenReportFile(), PopulateSQLTempDB(), PreWorkTableWrite(), PERFORM PrintSettings(), PERFORM ResolveReportFile(), PERFORM SetPrinter(), SetStdFormulas(), PERFORM TranslateNonstandardProgramNames(), WriteDeferredLog() |
|
BT_Help(), BT_Preview(), BT_Print(), BT_Setup(), ChangeDB_Output(), CheckEnableFax(), ConvertCrystalReport(), DeferredOptionsUI(), DoNotFax(), PostLoad() |
|