Product: ACUCOBOL-GT
Module: Runtime, compiler, thin client
Machines Affected: Windows
Known Versions Affected: All
The columns in a grid control can now be sorted without the need to click the grid column header.
You can use a new numeric grid property, SORT-COLUMN, to sort a column programmatically. Modify SORT-COLUMN to a positive value to sort the column ascending, or modify SORT-COLUMN to a negative value to sort the column descending.
If you query the property to ascertain its sort status, as well as a positive value indicating the column is sorted ascending, and a negative value indicating descending, a value of 0 indicates that the column is not sorted.