|
|
|
|
|
ControlCurrent (Function) In french: ChampEnCours
Warning
From version 17, CurrentField is kept for backward compatibility. This function has been replaced with ControlCurrent.
Returns the name of the control currently in edit.
ResChamp = ControlCurrent()
Syntax
<Result> = ControlCurrent()
<Result>: Character string - Name of the control currently in edit,
- Empty string ("") if no control is currently in edit (no control has focus).
If the control currently in edit does not belong to the window that owns the code, the returned string has the following format: "<Window name>.<Control name>". If the control corresponds to a table cell, <Result> contains the name of the column. If the control belongs to a supercontrol, <Result> has the following format: <Supercontrol name>.<Control name>. Caution: The case of the field name (upper/lower case) corresponds to that used when creating the field in the editor.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|