Tag Link | [Link_LastRecord] ... | Category | Link |
---|---|---|---|
Type | Container | Source Available | No |
Support | Preferred | Version | 6.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 |
[Link_LastRecord] ... [/Link_LastRecord] returns an anchor tag with
a link to the last record in the current found set. This tag should
be used within [Inline] ... [/Inline] tags that perform a
the value of [Found_Count].
If the current action is not
found count is 0 then this tag does not return a value. If the last
record is already being shown then this tag does not return a value.
The [Link_CurrentAction] ... [/Link_CurrentAction] tag can be used
to generate a link to the current format file regardless of action.
This tag cannot be used with an inline that performs a
This tag is usually used with the
URL that contains only the command tags and parameters necessary to
specify the current search. The response page should include an
[Inline] tag with [Action_Params] followed by the action,
in this way the action and database/table cannot be overrided by a
Web visitor.
[Inline: (Action_Params),
...
[/Inline]
The base URL of the link is set by default to the path to the
current format file (using [Response_FilePath]). This value can be
overridden by specifying a
Additional parameters such as command tags or name/value pairs can
be added to the tag using the [Link_SetFormat] tag or by specifying
them within the tag itself. Parameters in [Link_SetFormat] and the
tag itself override those in the current action. Array parameters
are inserted as if all the elements of the array were placed at the
location of the array (similar to how they are interpreted in inline
tags).
Parameters can be eliminated from the generated URL using
parameters. These can be specified in [Link_SetFormat] or in the
tag itself. The following
(e.g.
within inline tags including
associated
parameter from the link. (e.g.
The parameters are specified in the following order. First, the
action is specified. Next, the command tags (with the exceptions
listed later) are included in alphabetical order. Each command tag
is only included once. Finally, all of the name/value parameters
and the following command tags are included in the order they were
specified (
The
never output by this link tag.
[Link_LastRecord] Last Record [/Link_LastRecord]
[Link_LastRecord:
...
[/Link_LastRecord]
[Link_LastRecord:
...
[/Link_LastRecord]
Optional Parameters | |
---|---|
-No... | Removes a specified command tag from the link (e.g |
-No.Name | Removes a specified name/value parameter from the link (e.g. |
-NoAction | Removes action command tag from the link. |
-NoClassic | Removes |
-NoParams | Removes all name/value parameters from the link. |
-NoSort | Removes all sort command tags from the link. |
-NoTokens | Removes all tokens from the link. |
-Response | Sets the base URL for the link. |
Other Parameters | All other keywords and name/value parameters are added to the link. |
This tag was updated for LDML 7. Please check the description,
syntax, and parameters for this tag. Many tags in LDML 7 have been
renamed or have new features in addition to those from previous
versions of Lasso.
See the Lasso 8 Language Guide for examples of how to use this tag.
Substitution | ||
---|---|---|
|
| |
Container | ||
|
|