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.
DISPLAY statement is used to display information on the screen. Different clauses that follow the DISPLAY statement determine where on the screen the information will be displayed.
Element |
Description |
Display Value |
An actual value enclosed in the double quotation marks, a variable which value is to be displayed or their combination separated by comas. |
TO Clause |
An optional clause that specifies the form fields to which the Display value will be displayed |
AT Clause |
An optional clause that specifies the coordinates in the 4GL screen or window where the Display value will be displayed |
BY NAME Clause |
An optional clause that implicitly associates variables with the form fields in which their values will be displayed |
The information will be displayed to the place defined by the optional display clauses. If no optional clause is present, the output will be performed to 4GL screen or to the Output console.