|
|
|
|
|
ControlNext (Function) In french: ChampSuivant
Warning
From version 17, NextField is kept for backward compatibility. This function has been replaced with ControlNext.
Returns the name of the next control in input mode. Warning: This function must only be used in the "Output" event of a field..
Syntax <Result>: Character string Name of the next control in input mode. The name of the control has the same uppercase/lowercase characters as when it was created. Remarks - ControlNext can only be called in the "Exit" event of a control. If ControlNext is called in another event or process, the name of the control returned will not make sense.
- When the user presses the TAB key, ControlNext returns the name of the next control according to the tab order defined in the editor.
Reminder: To set the tab order, under the "Window" pane, in the "Order" group, pull down "Tab order" and select "Edit". - However, when the user clicks a control, ControlNext returns the name of that control.
ControlNext is not supported on Looper controls.
Business / UI classification: UI Code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|