TABLE item type

The TABLE item type defines attributes for a table layout tag.

Syntax

TABLE layout-tag: item-name [  , attribute-list ] ;
  1. layout-tag is an identifier that defines the name of the layout tag.
  2. item-name identifies the form item.
  3. attribute-list defines the aspect and behavior of the form item.

Attributes

AGGREGATETEXT, COMMENT, DOUBLECLICK, FONTPITCH, HEIGHT, HIDDEN, STYLE, TAG, UNHIDABLECOLUMNS, UNMOVABLECOLUMNS, UNSIZABLECOLUMNS, UNSORTABLECOLUMNS, WANTFIXEDPAGESIZE, WIDTH.

Usage

The TABLE form item type can be used to specify the attributes of a table container defined with a layout tag.

See TABLE container for more details attribute settings.

TABLE t1: table1, UNSORTABLECOLUMNS;