| NAME |
DSIYRPTR GETRPT GET RPT DATA |
| TAG |
GETRPT |
| ROUTINE |
DSIYRPTR |
| RETURN VALUE TYPE |
GLOBAL ARRAY |
| WORD WRAP ON |
TRUE |
| DESCRIPTION |
Retrieves stored results from a specified report.
|
| INPUT PARAMETER |
-
- IEN
- PARAMETER TYPE: LITERAL
- MAXIMUM DATA LENGTH: 20
- REQUIRED: YES
- SEQUENCE NUMBER: 1
- DESCRIPTION:
Internal entry number of the report in 19865.1
-
- TOTREC
- PARAMETER TYPE: LITERAL
- MAXIMUM DATA LENGTH: 5
- REQUIRED: YES
- SEQUENCE NUMBER: 2
- DESCRIPTION:
TOTREC
This indicates the total # of records received for this report, so far,
by the GUI so MUMPS knows where to start for the next record.
-
- NOREC
- PARAMETER TYPE: LITERAL
- MAXIMUM DATA LENGTH: 5
- REQUIRED: NO
- SEQUENCE NUMBER: 3
- DESCRIPTION:
NOREC
Number of records to return in each call - default = 1000.
|
| RETURN PARAMETER DESCRIPTION |
RETURNS ^ delimited array containing report data in formats that vary
based on the report.
or
-1^error message
|