Form specification files / Form item attributes |
The UNMOVABLECOLUMNS attribute prevents the user from moving columns of a table.
UNMOVABLECOLUMNS
When using this attribute in a TABLE definition, the end user will not be allowed to move columns around.
TABLE t1 ( UNMOVABLECOLUMNS )