Class IM_ChangeLotSerialExpDates_rpt

Properties

LOCAL cReportFile$="IM_ChangeLotSerialExpDates.rpt"  

Crystal RPT name

LOCAL cWorkFile$="IM_ChangeLotSerialExpDatesWrk"  
work file name
LOCAL cWorkFileFH=0  
file handle to an instance of the work file
PROPERTY ReportCaption$   * Read Only *
report caption
PROPERTY DataWrittenToFile   * Read Only *
boolean value, when true data was written to IM_ItemCost when applying changes
PROPERTY NoDataToPrint   * Read Only *
boolean value, when true there was no data selected to be changed

Methods

FUNCTION GetSourceTables$(table$)  

Gets source tables for custom office.

ParameterDescription
table$ table names used to print report
Returns a SEP separated string of source tables.
FUNCTION SetSelectionOptions(ioList$, record$, whereClause$, index$, begin$, end$, selection$)  

Set Selection Options for processing task

ParameterDescription
ioList$ [input,string] iolist of options selected
record$ [input,string] record containing the values of options selected
whereClause$ [input,string] where clause for IM_ItemCost to be used when populating work table
index$ [input,string] index for IM_ItemCost to be used when populating work table
begin$ [input,string] begin value for IM_ItemCost to be used when populating work table
end$ [input,string] end value for IM_ItemCost to be used when populating work table
selection$ [input,string] string containing the report selections chosen
Returns [boolean] Always returns True for success
FUNCTION UpdateMain()  

Update main processing logic

Returns [boolean] True if successful, False for failure

Properties inherited from: SY_ReportCommon

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

Properties inherited from: SY_ReportCommonUI

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

Methods inherited from: SY_ReportCommon

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

Methods inherited from: SY_ReportCommonUI

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