isCurrentFieldByName()

The system function ConsoleLib.isCurrentFieldByName returns yes if the cursor is in the field; otherwise returns no.

This function is valid in an OpenUI statement that acts on a console form.

  ConsoleLib.isCurrentFieldByName(name STRING in)
  returns (result BOOLEAN)
result
true, if the cursor is in the specified form field; otherwise false.
name
The value of the ConsoleField name field.

Related reference
EGL library ConsoleLib

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