position

The position property specifies the location of a field within a form. The property contains an array of two positive integers: the line number, followed by the column number, as in the following example:
displayedCustomerName STRING {position [10,1]};

The line number is calculated from the top of the form. Similarly, the column number is calculated from the left of the form.

The default value for this property is [1, 1]. It cannot be updated at run time.

Compatibility

Table 1. Support for position property
Data item JSF handler VGUI record Console UI Text Form Java™ Text Form COBOL Print Form Java Print Form COBOL
Yes No No Yes Yes Yes Yes Yes

Feedback