Sorting Data
Overview
You can sort data using up to 256 sort keys.
To sort data, first specify the data you want to sort, then specify which column or row you want to sort by, the priority of that column or row in the sort (sort by that column or row first, second, third, and so on), and whether you want to sort in ascending or descending order.
When specifying the data you want to sort, refer to Using Column and Row Properties for more information. For DLL controls, you can set the Col or Row parameter to 0 to perform a sort on the column or row header. For ActiveX controls, you can set the Col or Row properties to 0 to perform a sort on the column or row header.
Notes:
|
You can also allow users to sort columns by clicking the column header. For more information, see Allowing Users To Sort By Columns.