UNHIDABLECOLUMNS attribute

The UNHIDABLECOLUMNS attribute indicates that the columns of the table cannot be hidden or shown by the user with the context menu.

Syntax

UNHIDABLECOLUMNS

Usage

When using the UNHIDABLECOLUMNS attribute in a TABLE or TREE definition, the end user will not be allowed to hide columns.

Note: The end user is also not allowed to show columns that are hidden by default with HIDDEN=USER.

Example

TABLE t1 ( UNHIDABLECOLUMNS )