LSortChg

Determines where the sort order of the list view can be changed. True or False (default).

LSortChg="True | False"

Value

Description

True

Sort order of the list view can be changed

False (default)

Sort order of the list view cannot be changed.

Usage

Dynamic?

No

Supported in Grid?

No

Dependencies:

Controls whether the LSortOrder property is read.

Description

Using in ProcScript

This is a static property. It can be set in ProcScript only before the form is displayed, for example in the exec operation before the edit or display command.

operation exec
   $fieldproperties(FLD) = "LSortChg=True"
   edit
end; exec

You can use $properties or $fieldproperties to set or get the property and its value. For more information, see $properties and $fieldproperties.

Applies To

utree (Tree)

Related Topics