Return type:
Applies to:
ADD-CALC-COLUMN ( datatype-exp , format-exp , initial-value-exp , label-exp, pos , widget-type )The optional integer value position of the browse column. If pos = 2, the column is the second column. If the position is not specified or the position is invalid, the new column is added at the end of the columns.If datatype-exp is not "LOGICAL", specifying "TOGGLE-BOX" as the widget type generates a run-time error.The widget-type parameter is ignored in character mode.
CalcHnd5 = BrwsHndl:ADD-CALC-COLUMN("char", "AAA-99999", "ORD-37854", "OrdNum", 5).
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |