|
LOCAL cKeyControl$="CostCode$" Key control name |
|
LOCAL cListingClass$="JC_CostCodeListing_rpt" Name of the report printing class used by standard BT_Listing button |
|
LOCAL cDetailGridCtl=GD_CostCode.Ctl Detail panel grid control value |
|
LOCAL cAcctGridCtl=GD_Accounts.ctl Account panel grid control value |
|
LOCAL cFormName$="JC_CostCode" Grid form name |
|
LOCAL cDetailGridName$="GD_CostCode" Detail grid name |
|
LOCAL cAccountGridName$="GD_Accounts" Account grid name |
|
LOCAL cPriceMethodListUOM$="Non-Billable/% Markup/Unit Price/" List of pricing methods for cost type with unit of measure |
|
LOCAL cPriceMethodListNonUOM$="Non-Billable/% Markup/" List of pricing methods for cost type without unit of measure |
|
FUNCTION ShowRow(gridCtl, Row) Logic to get value of row data | ||||||
| ||||||
|
|
ClassChangeAccount(), ClassValidateAccount$(), GetAccountInputLength(), PopupAccountEntry(), PopUpMemoMainAccount() |
|
ClassChangeCostCode(), ClassFormatterCostCode$(), ClassInputLenCostCode(), ClassOnFocusCostCode(), ClassValidateCostCode$(), CostCodeLookup(), PERFORM ResetCostCode(), SetCostCodeDefaults() |
|
ClassOnFocusGrid(), BT_OkView(), BT_RowDel(), BT_RowReset(), BT_RowResetAll(), ChangeKeyColumn(), LoadGrid(), LoadRow(), SaveRow() |
|