|
LOCAL cIsSysDB=isTRUE |
|
LOCAL cMainTable$="SY_TaskSchedulerDetail" |
|
LOCAL logJOURNALSANDREGISTERS$="1" local constant for P/L task type for Journal/Registers |
|
LOCAL logREPORT$="5" local constant for P/L task type for Reports |
|
LOCAL updPERIODEND$ |
|
LOCAL updSYSTEM$ |
|
LOCAL cAllowMultipleEMailAddresses=isTRUE Used by SY_Constant ClassValidateEMailAddress |
|
PROPERTY BatchingAllowed * Read Only * |
|
PROPERTY BatchLookupTag$ * Read Only * |
|
PROPERTY PrinterList$ * Read Only * |
|
PROPERTY DefaultPrinter$ * Read Only * |
|
PROPERTY JobLongDescription$ Property that returns the JobLongDescription$ of Job Name for selected record |
|
PROPERTY ModuleCodeList$ * Read Only * |
|
PROPERTY PLSetup * Read Only * Property that returns whether Paperless Office is setup for Reports |
|
PROPERTY ReportSettingStart$ Property that returns the current Module Code + Company Key + Report ID for selected record |
|
PROPERTY TaskKeyList$ * Read Only * |
|
PROPERTY TaskNameList$ * Read Only * |
|
PROPERTY TaskName$ * Read Only * |
|
FUNCTION BuildLists(modCode$) | ||||
|
FUNCTION BuildLists(modCode$, compKey$) | ||||
|
FUNCTION EditLine(LineKey$) | ||||
|
FUNCTION GetTaskInfo(task$) | ||||
|
FUNCTION SetType(type$) Set Type into Detail from Header | ||||
| ||||
| ||||
|
FUNCTION SetVIJobPassword(tmpPwd$) Set VI Job Password, used in conjunction with ValidateVIJobName() to allow for entry of a passworded V/I Job Name | ||||
| ||||
| ||||
|
FUNCTION ValidateLines() |
|
cActivityLogDelete$, cActivityLogDtlLevel$, HeaderKy$, HeaderHasLines, ReloadGrid, ValidHeader, NumberOfLines |
|
AccumulateBatchTotals(), AddIn(), AddLine(), AddPrimarySrc(), BackOut(), ClearBindings(), ClearLine(), ClearSetFiles(), CommitRow(), DeleteLine(), EditLine(), GetBatchTotalVars(), GetEditKey$(), GetInsertSeq$(), GetSequenceLengths(), InitWorkTable(), InsertLine(), QuickRowLoad(), RemovePrimarySrc(), ResequenceLine(), ResetLine(), ResetRow(), SetBatchTotalVars(), SetHeader(), SetKey(), SwapLines(), ValidateLines(), Write(), ClearSetFileDeleteWorkTable(), ClearSetFileWorkTable(), CommitRowRemove(), CommitRowWrite(), PostDeleteRec(), PostWriteRec(), RenumberSequence(), WriteWorkTable() |
|