DESCRIPTION |
This RPC queues a report to print based the
is appropriate for the report. If the validation fails,
the errors are returned as part of the RPC.
the query template definition passed in as
part ithe RPC call.
The RPC returns the TaskMan task number.
Before the report assoicated with the query template
is queued to print, it must pass a validation check.
This check makes sure the criteria in the template
|
RETURN PARAMETER DESCRIPTION |
Using SCDATA to represent the array, the following is returned:
SCDATA(0) -> TaskMan task number assicated with queued report
--- OR if errors were found during validation ---
SCDATA(0) -> 0 - meaning errors found ^ <number of errors>
SCDATA(1...n) -> error text
|