UNSIZABLECOLUMNS attribute
The UNSIZABLECOLUMNS
attribute indicates that the columns of the
table cannot be resized by the user.
Syntax
UNSIZABLECOLUMNS
Usage
When using this attribute in a TABLE
or TREE
definition,
the end user will not be allowed to resize the columns.
Example
TABLE t1 ( UNSIZABLECOLUMNS )