| Tag Link | [Action_SetFoundCount] | Category | Custom Tag |
|---|---|---|---|
| Type | Substitution | Source Available | No |
| Support | Preferred | Version | 8.0 |
| Change | Unchanged | Data Source | Any |
| Output Type | None | Security | None |
| Implementation | LCAPI | Sets | Lasso 8.5, Lasso 8.0 |
[Action_SetFoundCount] is used to set the found count for a database action within the ->Action tag of a custom Lasso data source. The tag requires one parameter which is an integer number of records that were found. The value set will be available through [Found_Count] within the inline that called the action.
Note: The value for [Shown_Count] and related tags is defined by the number of times that [Action_AddRecord] is called. The values for [MaxRecords_Value] and [SkipRecords_Value] are handled automatically.
[Action_SetFoundCount: 10]
| Required Parameters | |
|---|---|
| Integer | The found count value to be set. |
See the Lasso 8 Language Guide for examples of how to use this tag.