•
|
all at once, using the Results() methods;
|
•
|
a specified number of entries at a time, using the NextEntries()methods. Each entry will consist of one or more lines;
|
•
|
a specified number of lines at a time, using the NextLines()methods. This may cause a partial entry to be returned at the end, but the next call to nextLines will fetch the remainder of the entry.
|
Adds the column with the specified key to the report, with the passed column format. The argument heading is the column heading.
|
||
Used in conjunction with the '…MATCH' methods, defines whether matching is case sensitive.
|
||
Queries whether the MATCH STRING is case sensitive. Set using CaseMatch (BOOLEAN).
|
||
Evaluates the report using all entries of the table (there may be more than 1 line per entry. If column formats cause a wrap-around Rtext will be repeated). The return is TRUE if there are entries to evaluate, FALSE if there are no entries.
|
||
As above but only Dtext is evaluated.
|
||
Similar to Results() but only values matching the string are put into the two arrays.
|
||
As above but only Dtext is evaluated.
|
||
As above but only Dtext is evaluated.
|
||
Evaluates the report with the next n lines of the table, if column formats cause a wrap-around the Rtext will be repeated. The return is BOOLEAN to indicate if there are lines to evaluate.
|
||
As above but only Dtext is evaluated.
|
||
As above but only Dtext is evaluated.
|
||