|
|
|
|
|
CurrentColumn (Function) In french: ColonneEnCours Returns: - the index of the current indexed column in a Table control (based on a data file or populated programmatically).
- the number of the column currently in edit mode in the specified Table control (based on a data file or populated programmatically).
ResChamp = CurrentColumn(TABLE_Produit)
Syntax <Result>: Integer - Index of the current column if it is indexed,
- 1 if the current column is not indexed,
- -1 if the current control is not a Table control.
Number of the column currently in edit in the Table control Hide the details
<Result> = CurrentColumn(<Table control>)
<Result>: Integer - Number of the column being edited (if the specified Table field is being edited),
- -1 otherwise.
<Table control>: Control name Name of the Table control to be used. This Table control must be in edit.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|