LAYOUT section / STACK container |
Defines a re-sizable table designed to display a list of records, in a stack-based layout.
TABLE identifier [ ( attribute-list ) ] stack-item [...] END
AGGREGATETEXT, COMMENT, DOUBLECLICK, HIDDEN, FONTPITCH, STYLE, TAG, UNHIDABLECOLUMNS, UNMOVABLECOLUMNS, UNSIZABLECOLUMNS, UNSORTABLECOLUMNS, WANTFIXEDPAGESIZE, WIDTH, HEIGHT.
The TABLE stack layout element defines defines a list view element, in a stack-based layout.
To create a table view in a stacked layout, define the following elements in the form file:
For more details about table view programming, see Table views
TABLE custlist (STYLE="regular") EDIT ... BUTTONEDIT ... ... END