Tag Link | -SortColumn | Category | Database |
---|---|---|---|
Type | Command | Source Available | No |
Support | Synonym | 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 |
Can be used in concert with a
[Inline:
<a href="default.lasso?
<form action="default.lasso" method="POST">
<input type="hidden" name="
<input type="hidden" name="
...
</form>
Required Parameters | |
---|---|
Field_Name | The name of the column by which the results should be sorted. |
To sort the results of a database action:
Use the
[Inline:
'First_Name'='John']
[Records]
<br>[Field: 'First_Name'] [Field: 'Last_Name']
[/Records]
[/Inline]
<br>John Surname
<br>John Doe