SORTONCOLUMNCLICK - Paging Cycles

 

 

Purpose

.SortOnColumnClick enables you to sort on all columns in a Paging Cycle.
 

Syntax

Setting:          ObjectReference.SortOnColumnClick = Value

Retrieving:     Variable = ObjectReference.SortOnColumnClick
 

Operation

ObjectReference is the Tag Name of the Paging Cycle
Value
is the setting for the property (TRUE or 1 = sort, FALSE or 0 = no sort)
Variable is an alphanumeric variable
 
 

Remarks

The property is applied to the all the columns in a Paging Cycle, not just one column.

The default value for the property is FALSE.

Note that this property interacts with the Open Client HeadingSortOnColumnClick property in the following ways:

  • When neither the HeadingSortOnColumnClick property or the SortOnColumnClick property for the Paging Cycle is enabled, sorting on columns is not possible.

  • When the SortOnColumnClick property is disabled and the HeadingSortOnColumnClick property is enabled, sorting on that column and any other columns with the HeadingSortOnColumnClick property enabled is available. Click here for more information.

Examples

To set the .SortOnColumnClick property of a Paging Cycle whose Tag Name is OrderDisplay:

OrderDisplay.SortOnColumnClick = TRUE
 

 

 

Comment on this topic

Topic ID: 510164