Form specification files / Form item attributes |
The UNHIDABLECOLUMNS attribute indicates that the columns of the table cannot be hidden or shown by the user with the context menu.
UNHIDABLECOLUMNS
When using this attribute in a TABLE definition, the end user will not be allowed to hide columns, or show columns that are hidden by default with HIDDEN=USER.
TABLE t1 ( UNHIDABLECOLUMNS )