|
|
|
|
|
TableInputInProgress (Function) In french: TableSaisieEnCours
Not available
Indicates whether or not a Table or TreeView Table control is in edit mode. Remark: If the user uses Search mode in the column header (magnifying glass), the Table or Hierarchical Table field is considered to be currently being entered.
IF TableInputInProgress(TABLE_TABLE1) = False THEN
TableDisplay(TABLE_Table1)
END
Syntax
<Result> = TableInputInProgress(<Table control>)
<Result>: Boolean - True if the control is currently in edit (which means if the user is typing information in the control),
- False otherwise.
<Table control>: Control name Name of the control to be used. This control can correspond to: Remarks Use conditions This function is available on: - Table or TreeView Table controls based on a data file.
- Table or TreeView Table controls populated programmatically.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|