Download OSAS Web (OW) - White Ware, Inc

Transcript
Reference
Toolkit Program Functional Listing
The string variable text$ contains the HTML format for each record, along with
embedded data name tags. For each record, the program "uthtmout.wbb" is
CALLed, using this as the format text. See the uthtmout.wbb information for more
details.
work$ returns the HTML text for the records. The global string $list also contains
this value.
The text string linkexpr$ is used by "uthtmout.wbb" to generate any href links from
the records to another page. See the uthtmout.wbb information for more details.
Automatic pagination support
If the skip argument is null, the cgi$ variable bbweb_s is checked. If present, it is
used as the starting point for the list. On exit, if more records are available, the
program generates a global string (STBL) $moreurl that contains the full URL,
with any cgi$ fields retained, and with bbweb_s incremented for the next page.
This can be used in a hyperlink for a continuation:
{if $moreurl > ""}
<a href="[$moreurl]">More records&ldots;</a>
{end}
This feature assumes that the value of where$, sortby$, and opt$ will be duplicated
between executions.
OSAS Web B2B User’s Manual
F-99