Tag Link | [Search_FieldItem] | Category | Results |
---|---|---|---|
Type | Substitution | Source Available | No |
Support | Preferred | 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 |
Lasso 3 Equivalent | [SearchFieldItem] |
When used inside the [Search_Arguments] ... [/Search_Arguments] container tag, [Search_FieldItem] displays the name of each field used in the current database action.
[Search_Arguments]
[Search_FieldItem]
[/Search_Arguments]
Optional Parameters | |
---|---|
Encoding Keyword | Specifies the encoding for the tag's return value. Tags are encoded using |
To display the fields used in the current search.
Use the [Search_Arguments] ... [/Search_Arguments] tags with enclosed [Search_FieldItem] tags. The following example shows the fields used from a search for First_Name equal to John and Last_Name equal to Doe.
[Search_Arguments]
<br>[Search_FieldItem]
[/Search_Arguments]
<br>First_Name
<br>Last_Name