TIU PRINT RECORD (99)    REMOTE PROCEDURE (8994)

Name Value
NAME TIU PRINT RECORD
TAG RPC
ROUTINE TIUPD
RETURN VALUE TYPE SINGLE VALUE
AVAILABILITY SUBSCRIPTION
DESCRIPTION
Allows Printing of TIU Documents on demand.
INPUT PARAMETER
  • TIUDA
    PARAMETER TYPE:   LITERAL
    REQUIRED:   YES
    DESCRIPTION:   
    This is the record number of the document in the TIU DOCUMENT FILE
    (#8925). It uniquely identifies the document to be printed.
    
  • TIUIO
    PARAMETER TYPE:   LITERAL
    REQUIRED:   YES
    DESCRIPTION:   
    This is the NAME of the device to which the document is to be printed.
     
    NOTE: You may not pass the $I for the device, or the Pointer to the DEVICE
    FILE entry corresponding to the device.  ONLY THE DEVICE NAME will work.
    
  • TIUFLAG
    PARAMETER TYPE:   LITERAL
    REQUIRED:   NO
    DESCRIPTION:   
    This is a flag which tells the print driver to specify a CHART versus WORK
    copy of the document.  If it is undefined or its value is 0, then the
    printed copy will be marked as a WORK COPY.  If its value is 1, then it
    will be marked as a CHART COPY.
    
RETURN PARAMETER DESCRIPTION
This is an error flag/message which will have two '^'-pieces.  The first
piece will be a boolean flag indicating whether or not the call failed (0
indicates success, while 1 indicates failure).  The second piece is a
textual message indicating the nature of the error.  In the event of
success, the second piece will describe whether the printout will be for a
CHART COPY or a WORK COPY.