Software Customisation Reference Manual

Summary of Objects, Members and Methods : Object Type Details : REPORT Object
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.
The first ARRAY argument provided to these methods will contain a set of STRINGs, each of which holds a Dtext row of data. If there is a second array argument, then this will contain the corresponding Rtext, which will be the name of the DBREF object associated with that row. For multi-line entries, the same Rtext value will be provided for each line.
Used in conjunction with the 'MATCH' methods, defines whether matching is case sensitive.
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.
Both Rtext and Dtext must exist; they will be updated with the values.
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.
Both Rtext and Dtext must exist; they will be updated with the next n values.
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.
Both Rtext and Dtext must exist; they will be updated with the next n values.
As above but only Dtext is evaluated.
Similar to NextEntries() but only values matching value are put into the two arrays.
As above but only Dtext is evaluated.

1974 to current year. AVEVA Solutions Limited and its subsidiaries. All rights reserved.
AVEVA Logo