Name | Value |
---|---|
NAME | ROR REPORT RETRIEVE |
TAG | GETXML |
ROUTINE | RORRP011 |
RETURN VALUE TYPE | ARRAY |
AVAILABILITY | RESTRICTED |
WORD WRAP ON | TRUE |
VERSION | 1 |
DESCRIPTION | The ROR REPORT RETRIEVE remote procedure returns an array that contains the report (in XML format) generated by the task. |
INPUT PARAMETER |
|
RETURN PARAMETER DESCRIPTION | A negative value of the first "^"-piece of the Results[0] indicates that Results[i] Error Descriptor ^01: Error code ^02: Message ^03: Place of the error Otherwise, it contains either a string that indicates the place where the rendering stopped because the maximum number of lines (defined by the NUMBER parameter) had been processed or an empty string if the processing of the report was completed. an error occurred during the execution of the remote procedure. In this You should pass this value (if it is not empty) as the FROM parameter to subsequent call of the remote procedure if you want to continue the rendering from the point where it stopped. The subsequent elements of the resulting array (starting from 1) contain the lines of the report. An element can contain an XML tag, a single-line value between opening and closing tags or a line of text. NOTE: If the MAXSIZE parameter is not defined or not greater than zero (a request for the whole report), the new value case, the second piece of the Results[0] will contain number of the error for the FROM parameter is not returned in the Results[0] and the latter contains the first line of the report. descriptors returned in the subsequent nodes of the Results array: Results[0] Result Descriptor ^01: The last error code ^02: Number of the error descriptors |