openWindowWithFormByName()

The consoleLib.openWindowWithFormByName() system function creates a window, makes it active, makes it visible, and displays the specified console form. The window is re-sized to fit the form.

The function is similar to consoleLib.openWindowWithForm(), except that it refers to the value from the name property of both the specified window and the specified form. EGL requires this variant for compatibility with I4GL.

Syntax

  consoleLib.openWindowWithFormByName(
    windowName STRING in,
    formName STRING in)
windowName
The value of the name property for the window.
formName
The value of the name property for the form.

Feedback