Class CI_CostCodeUI_Val

Properties

No Properties

Methods

FUNCTION LOCAL ClassChangeCostCode(ctlNum)  
FUNCTION LOCAL ClassFormatterCostCode$(Id, val$, col$, col, row)  
FUNCTION LOCAL ClassFormatterCostCode$(Id, val$, col$)  
FUNCTION LOCAL ClassInputLenCostCode()  
FUNCTION LOCAL ClassOnFocusCostCode(ctlNum)  
FUNCTION LOCAL ClassValidateCostCode$(Id, val$, col$, col, row)  
FUNCTION LOCAL ClassValidateCostCode$(Id, val$, col$)  
FUNCTION LOCAL CostCodeLookup()  

Function is called from context right-click menu, primarily in grids. This function will then invoke the Active Cost Code lookup. This function requires that JobNo$ & CostCode$ are variables in the current grid and that the grid be called "GD_Lines".

Returns Always returns retSUCCESS (1)
This function has been replicated in it's entirety in the class PR_CostCodeUI_val this was done due to changes that were necessary in this function that also needed to be released with payroll
FUNCTION LOCAL PERFORM ResetCostCode()  

Reset Cost Code control (function local perform)

FUNCTION LOCAL SetCostCodeDefaults()  

Methods inherited from: CI_CostCodeFormatter

FormatCostCode()