ASCENDING Function (Record)

Changes the order in which the system will search through a C/SIDE table, or returns the current order.


[IsAscending :=] Record.ASCENDING([SetAscending])

Parameters

SetAscending

Type: Boolean

Specifies the order of the search.

If this parameter is true, the search is done in ascending order. If this parameter is false, the search is done in descending order. If you do not use this parameter, the function returns the current search order.

Type: Boolean

The order in which a search will be done.

true if the search will be done in ascending order; otherwise, false.

Community Additions

ADD
Show: