TIU SET DOCUMENT TEXT (1109)    REMOTE PROCEDURE (8994)

Name Value
NAME TIU SET DOCUMENT TEXT
TAG SETTEXT
ROUTINE TIUSRVPT
RETURN VALUE TYPE SINGLE VALUE
AVAILABILITY SUBSCRIPTION
APP PROXY ALLOWED Yes
DESCRIPTION
This RPC buffers the transmittal of text (i.e., the body of TIU Documents)
from the Client to the Server. It allows documents of indefinite size to
be filed, without risk of an allocate error on the M Server.
INPUT PARAMETER
  • TIUDA
    PARAMETER TYPE:   LITERAL
    REQUIRED:   YES
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    This is the IEN of the TIU Document in the TIU DOCUMENT file (#8925).
    
  • TIUX
    PARAMETER TYPE:   LIST
    REQUIRED:   YES
    SEQUENCE NUMBER:   2
    DESCRIPTION:   
    This is the array in which the body of the TIU Document is being passed,
                            .                       .
                    TIUX("TEXT",i,0)=<Line i of document body>
    as: 
     
                    TIUX("HDR")=<# of Current Page>^<Total # of Pages>
                    TIUX("TEXT",1,0)=<Line 1 of document body>
                    TIUX("TEXT",2,0)=<Line 2 of document body>
                    TIUX("TEXT",3,0)=<Line 3 of document body>
                            .                       .
                            .                       .
    
  • SUPPRESS
    PARAMETER TYPE:   LITERAL
    REQUIRED:   NO
    DESCRIPTION:   
    Optional parameter.  Default is 0 (no).
     
    Boolean flag that indicates whether to commit the data (as in the Save w/o
    signature action in CPRS), or to simply save it in the EDIT BUFFER for the
    document (as in the auto-save function).
    
RETURN PARAMETER DESCRIPTION
Four '^'-piece scalar result formatted as follows:
 
If successful:
   <IEN in TIU DOCUMENT FILE>^<LAST_PAGE_RECEIVED>^<TOTAL_PAGES_EXPECTED>
 
If unsuccessful:
   0^0^0^Explanatory text