isCurrentField()

The system function ConsoleLib.isCurrentField returns yes if the cursor is in the field and returns no if the cursor is not in the field. This function is valid in an OpenUI statement that acts on an arrayDictionary.

  ConsoleLib.isCurrentField(consoleField1 ConsoleField in)
  returns (result BOOLEAN)
result
true, if the cursor is in the specified form field; otherwise false.
consoleField1
The name of the variable of type ConsoleField.

Related reference
EGL library ConsoleLib

Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.