To meet your needs, we constantly work to improve Querix products.
This means that Lycia documentation is developing as well.
In case you have found a certain dissonance between the provided information and the actual behavior of Lycia 3 and/or your applications, please, let us know about this via documentation@querix.com so that we can introduce the necessary changes to our documentation.
Thank you for your attention and cooperation.
OPEN WINDOW statement is used to open a 4GL window.
Element |
Description |
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 |
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 name of the window
· the position of the window
· the size of the window
· the display attributes of the window
The window-name must be unique among the other window names within the program.