isCurrentField()
The consoleLib.isCurrentField() system function returns YES if the cursor is in the specified field. This function is valid in an openUI statement that acts on an array dictionary.
Syntax
consoleLib.isCurrentField(field ConsoleField in)
returns (result BOOLEAN)
- field
- The name of the console field variable.
- result
- YES, if the cursor is in the specified form field; otherwise NO.