This procedure gets “orderBy” parameter from control section of request. This value can be used for order output by certain columns.
The procedure returns text value representing “orderBy” which was sent in “control” section. The length of text is limited to 1040characters.
See “How to implementsorting” article.
Examples:
xxOrderBy = ctlGetOrderBy();