displayFormByName()
You can use the consoleLib.displayFormByName() system function to display the named form in the active window.
The function is similar to consoleLib.displayForm(), except that it refers to the value from the name property of the form rather than to the form itself. EGL requires this variant for compatibility with I4GL.
Syntax
consoleLib.displayFormByName(name STRING in)
- name
- The value of the ConsoleForm name field.