openWindowWithFormByName()

The system function ConsoleLib.openWindowWithFormByName activates a window, makes it visible, and displays the specified console form. The window is re-sized to fit the form.

  ConsoleLib.openWindowWithFormByName(
    windowName STRING in,
    formName STRING in)
windowName
The value of the Window name field.
formName
The value of the ConsoleForm name field.

Related reference
EGL library ConsoleLib

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