Tag Link | [Sort_Arguments] ... | Category | Results |
---|---|---|---|
Type | Container | Source Available | No |
Support | Preferred | Version | 3.0 |
Change | Unchanged | Data Source | Any |
Output Type | None | Security | None |
Implementation | LCAPI | Sets | Lasso 8.5, Lasso 8.0, Lasso 7.0, Lasso 6.0, Lasso 5.0, Lasso 3.x |
[Sort_Arguments] ... [/Sort_Arguments] loops through each of the sort arguments for the current database action. The [Sort_FieldItem] and [Sort_OrderItem] tags can be used to display each sort argument.
[Sort_Arguments]
[Sort_FieldItem] [Sort_OrderItem]
[/Sort_Arguments]
No Parameters Required.
To display the fields used to sort the current database action:
Use the [Sort_Arguments] ... [/Sort_Arguments] tags with enclosed [Sort_FieldItem] and [Sort_OrderItem] tags. The following example shows the results from a search that is sorted by Last_Name and First_Name in ascending order.
[Sort_Arguments]
<br>[Sort_FieldItem] [Sort_OrderItem]
[/Sort_Arguments]
<br>Last_Name ascending
<br>First_Name ascending