UNMOVABLE attribute

The UNMOVABLE attribute prevents the user from moving a defined column of a table.

Syntax

UNMOVABLE

Usage

By default, a TABLE or TREE container allows the user to move the columns by dragging and dropping the column header.

Use the UNMOVABLE attribute to prevent the user from changing the order of a specific column.

Makes sense only for a field that is used for the definition of a column in a TABLE or TREE container.

Typically, UNMOVABLE is used on at least two columns, to prevent the user from changing the order of the input on these columns.

Example

EDIT c01 = item.comment, UNMOVABLE;