SortOnCol() Method
- Last UpdatedMar 05, 2021
- 1 minute read
Performs primary sorting on alarm records that are shown.
Syntax
Object.SortOnCol(Message, Integer)
Parameters
Message
A string expression that evaluates to the column name in the control
Integer
Sort direction to be used. 0 = ascending, 1 = descending.
Example
The name of the control is AlmDbView1.
tag = #AlmDbView1.SortOnCol("Name",1);