Print Page as PDF
Classic FileMan API: Form Document Print ICR (10012)

Classic FileMan API: Form Document Print    ICR (10012)

Name Value
NUMBER 10012
IA # 10012
DATE CREATED 1998/11/16
CUSTODIAL PACKAGE VA FILEMAN
CUSTODIAL ISC San Francisco
USAGE Supported
TYPE Routine
DBIC APPROVAL STATUS APPROVED
ROUTINE DIWF
NAME Classic FileMan API: Form Document Print
ORIGINAL NUMBER 10012
GENERAL DESCRIPTION
Designed to use the contents of a word processing field
as a target document into which data can be inserted at print time.
STATUS Active
ID DIWF
COMPONENT/ENTRY POINT
COMPONENT/ENTRY POINT COMPONENT DESCRIPTION VARIABLES
EN1
This entry point is used when the calling program
knows which file (document file) contains the desired word processing text to
be used as a target document.
VARIABLES TYPE VARIABLES DESCRIPTION
DIC Input
A file number or a global root. The file identified
must contain a word processing field.
Y Output
This will be -1 only if the file sent to DIWF in the
variable DIC does not contain a word processing field.
EN2
This entry point is used when the calling program
knows both the document file and the entry within that file which contains the
desired word processing text to be used as a target document.
VARIABLES TYPE VARIABLES DESCRIPTION
DIWF Input
The global root at which the desired text is stored.
DIWF(1) Input
If the calling program wants to specify which file
should be used as a source for generating output, the number of that file
should appear in the variable DIWF(1). Otherwise, the user will be asked the
"Print from what FILE:" question.
Y Output
Y will be -1 if:

1.  There is no data beneath the root passed in DIWF. 2.  The file passed in
DIWF(1) could not be found.
DIWF
To be used for interactive dialogue with the user.