AT clause

AT clause contains two integers which are the coordinates of the top left corner of the window relative to the 4GL screen.

Lines

A 4GL expression which returns the number of a line in the 4GL screen

Columns

A 4GL expression which returns the number of column on the specified line in the 4GL screen

The location of a 4GL window is relative to the entire 4GL screen but it is not dependant on the position of other windows and does not influence their position.

 

The coordinates of the AT clause can be represented by 4GL expressions that return positive integers which must fit these ranges:

 

The coordinates must be separated by comma. The example below opens a window on the second line of the 4GL screen at its second column (character).

OPEN WINDOW info_window AT 2,2 WITH 4 ROWS, 25 COLUMNS

 

The AT clause is obligatory regardless whether you open a window with form or without it.

 

Contact Us

Privacy Policy

Copyright © 2024 Querix, (UK) Ltd.