Tag Link | [Search_ColumnItem] | Category | Results |
---|---|---|---|
Type | Substitution | Source Available | No |
Support | Synonym | Version | 5.0 |
Change | Unchanged | Data Source | Any |
Output Type | String | Security | None |
Implementation | LCAPI | Sets | Lasso 8.5, Lasso 8.0, Lasso 7.0, Lasso 6.0, Lasso 5.0 |
When used inside the [Search_Arguments] ... [/Search_Arguments] container tag, [Search_ColumnItem] displays the name of each column used in the current database action.
[Search_Arguments]
[Search_ColumnItem]
[/Search_Arguments]
No Parameters Required.
To display the columns used in the current search.
Use the [Search_Arguments] ... [/Search_Arguments] tags with enclosed [Search_ColumnItem] tags. The following example shows the columns used from a search for First_Name equal to John and Last_Name equal to Doe.
[Search_Arguments]
<br>[Search_ColumnItem]
[/Search_Arguments]
<br>First_Name
<br>Last_Name