| ADMNCLOS(TIUY,TIUDA,MODE,PERSON) |
Post administrative closure on documents. The
post-signature code is added to the Administrative Closure of TIU documents so
that it will be executed upon closure of the document(s).
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
TIUY |
Both |
This is the return parameter, which is passed by
reference.
|
TIUDA |
Input |
This is the document internal entry number.
|
MODE |
Input |
This is the administrative closure mode. The
following values for this variable can be passed in and the corresponding term
appended: "E"-the "Electronically Filed" term is appended without the
disclaimer; "S"-the "Electronically Filed" term is appended with the
disclaimer; "M"-the "Administrative Closure" term is appended.
|
PERSON |
Input |
This is the internal entry number of the person who
will be posting the administrative closure.
|
|
SETTEXT(TIUY,TIUDA,TIUX,SUPPRESS) |
Save Document Text using Buffered I/O. Allows
documents of indefinite size to be filed, without risk of an allocate error in
M.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
TIUY |
Both |
If successful returns:
<IEN in TIU DOCUMENT FILE>^<LAST_PAGE_RECEIVED>^<TOTAL_PAGES_EXPECTED>
If unsuccessful returns:
0^0^0^Explanatory text
|
TIUDA |
Input |
TIUDA = Entry IEN in TIU DOCUMENT file 8925
|
TIUX |
Input |
This is the array in which the body of the TIU Document is being passed,
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>
etc.
|
SUPPRESS |
Input |
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).
|
|