SORT-ASCENDING attribute
- Last Updated: April 19, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Indicates the sort order for a browse column.
Data type: LOGICAL
Access: Readable/Writeable
Applies to: BROWSE widget (column)
When TRUE, the sort-arrow indicates that the column is sorted in ascending order. When FALSE, the sort-arrow indicates that the column is sorted in descending order. When the Unknown value (
?
), the column sort order is not indicated.
Note:
Setting a sort-arrow indicator and sort-level number on a column does not change the column's sort order or the browse's query. The browse's query is responsible for actually sorting the data.