Try OpenEdge Now
skip to main content
ABL Reference
Handle Attributes and Methods Reference : SORT-ASCENDING attribute
 

SORT-ASCENDING attribute

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.

See also

SORT-NUMBER attribute