|
|
|
|
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).
// Identify the column currently in edit ResControl = CurrentColumn(TABLE_Product)
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 currently in edit (if the specified Table control is currently in edit),
- -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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|