Attributes | Description | |
|---|---|---|
*Rnnn *Lnnn | These attributes are synonyms. These attributes are used to indicate a specific row / line on the screen / report at which the field should be positioned.
| |
*Cnnn *Pnnn | These attributes are synonyms. These attributes are used to indicate a specific column / position on the screen / report at which the field should be positioned.
|
This command specifies, for a left-to-right language, that field #A, prefixed by its data dictionary label, should be positioned at row 2, position 10 and that field #B should be positioned at row 5, position 15:
DISPLAY FIELDS((#A *L2 *P10)(#B *L5 *P15))
Note that the manual specification of row and column numbers for fields can be an arduous task. It is much quicker and easier to use the LANSA screen design facility, which will automatically generate the required row and column numbers.
For Visual LANSA, refer to Function Screen Designer in the Visual LANSA User Guide for details.
For IBM i, refer to the The Screen Design Facility in the LANSA for i User Guide.