LOCAL cEntityName$="Job Field Report Entry" |
Entity name to display in delete and cancel confirmation message boxes |
LOCAL cFirstTime |
Flag for first time for batch |
LOCAL cForm$="JC_JobFieldReportEntry" |
Screen form name |
LOCAL cNewRecordFolderNames$="pHeader"+SEP+"pLines" |
Folder list that new records need to access |
LOCAL cJobInKey=isTRUE |
Flag for job number in key columns |
LOCAL cJobCols$=CPL("IOLIST Manager$, ContractNo$, ContractDate$, JobType$, JobStatus$, StatusDate$, ActualStartDate$, LastCostTransDate$, RevisedEstimateAmt, RevisedContractAmt") |
Iolist for job information |
LOCAL cBT_PrintTask$="JC_JobFieldReportRegister_ui" |
Report print task |
LOCAL cDetailBusObj$="JC_JobFieldReportDetail_bus" |
Handle to detail business object |
FUNCTION ClassOnFocusGrid(gridCtl) | ||||
Logic to execute when the grid has focus | ||||
| ||||
|