functional overview
This function changes the sorting of a dataset linked to a form or control.
Details of Functions
This logic modifies the sorting of a dataset linked to a control within a form based on the specified value. By setting a string equivalent to the SQL ORDER BY clause, you can change the order of the dataset.
parameter
- argument (e.g. function, program, programme)
-
form Specify the target form. control Specifies the target control. value character string data
Specifies the sorting order.
- return value
- None