gotoFieldByName()

You can use the consoleLib.gotoFieldByName() system function to move the cursor to the specified form field. This function is valid in an openUI statement that acts on a console form.

The function is similar to consoleLib.gotoField(), except that it refers to the value from the name property for the field rather than to the field variable itself. EGL requires this variant for compatibility with I4GL.

Syntax

  consoleLib.gotoFieldByName(name STRING in)
name
The value of the name property for the field to which the cursor moves.

Feedback