Tag Link | [Req_Column] | Category | Results |
---|---|---|---|
Type | Substitution | Source Available | No |
Support | Abbreviation | Version | 3.0 |
Change | Unchanged | Data Source | Any |
Output Type | String or Integer | Security | None |
Implementation | LCAPI | Sets | Lasso 8.5, Lasso 8.0, Lasso 7.0, Lasso 6.0, Lasso 5.0, Lasso 3.x |
[Req_Column] can be used to output the names of each of the required fields or columns which were specified for the current database action.
When called with a
When called with a numeric parameter this tag returns the name of one of the required fields.
Since the
[Req_Column:
[Req_Column: Field Number]
Optional Parameters | |
---|---|
Encoding Keyword | Specifies the encoding for the tag's return value. Tags are encoded using |
-Count | Optional parameter outputs the number of required fields. |
Field Number | Optional numeric parameter outputs the name of one of the required fields. |
To display the current required fields:
Use the [Req_Column] tag within [Loop] ... [/Loop] tags. The following example shows two required fields First_Name and Last_Name.
[Loop: (Req_Column:
<br>[Req_Column: Loop_Count]
[/Loop]
<br>First_Name
<br>Last_Name