OPEN WINDOW

OPEN WINDOW statement is used to create a 4GL window.

 

Window name

The name you want to assign to the new window

AT

An optional clause which specifies the position of the window

Window size

The clause which specifies the size of the window

WITH FORM

The clause which specifies which form you want to open in the window

ATTRIBUTE clause

Display attributes applied to the window

 

OPEN window creates but doesn't display the window.

You should use other means to make the new window visible.

The easiest way to make a new window visible is the ui.Window.SetVisible method right after the OPEN WINDOW statement.

 

A 4GL window is an area on the screen where the associated menu, messages, errors, and screen forms are displayed. The OPEN WINDOW statement can include the information that specifies:

The window-name must be unique among the other window names within the program.

 

Every 4gl program must include some user interactions.

If your 4gl program doesn't have any user interactions, then at runtime

 

Contact Us

Privacy Policy

Copyright © 2024 Querix, (UK) Ltd.