| > I'm creating documents with special handling, defined in FORMAT.DAT.
> The handling has a DO-script defined as Print function. This script
> calls for document formatting:
>
> <FORMAT #infile,#outfile,#print_device_type,-2,0,0,
>
> this FORMAT "-2" parameter means "Do not display WPS-PLUS formatting print
> setting menu".
>
> If I change the "-2" to "-1" and look at the settings, they are not what
> I want and I can't see where they come from. Where DO they come from??
What you are looking at are the WPS-PLUS Formatter Print settings. If you
are formatting a WPS-PLUS or DX file the values you will see are those
stored in the header of the .WPL or .DX file. If you are formatting other
types of files (e.g. ASCII file) the settings are system defined defaults.
When the WPS-PLUS editor creates a new document the settings are taken from
the user's #0 saved settings (which are stored is the WPSDEF.WPL file).
WPS-PLUS Formatter Print settings define how the WPS-PLUS formatter should
format the document, and therefore the eventual contents of the listing
file created by the formatter.
> I print to a LN03 and OA$PRINTSTYLES.DAT contains OA$HLS_80 as Print form
> and the settings in OA$HLS_80 are not the ones I get in the document and
> it does not get the lines per page from my default settings when creating
> a new WPL-doc.
OA$HLS_80 is a VMS Print Form. VMS Print Forms provide a way of doing some
're-formatting' of a listing while it is being printed.
An ALL-IN-1 print operation of a document consistes of two major stages:
1. FORMATTING - when a revisable file, such as .WPL, is formatted
to create a printable listing file
2. PRINTING - when the listing file is printed.
The WPS-PLUS Formatter print settings are used during the formatting stage.
The VMS Print Form settings are used during the printing stage. There is
no interaction between the two stages, except that one processes a file
created by the other.
Richard
|