HOPPER SELECTION
Depending on your printer, hoppers can be described as hoppers, bins,
trays or some other term. Different printer drivers may also use different
text strings to identify the different hoppers. The first thing you
need to do is find out the strings used by your printer driver. These
are likely the strings displayed in your printer's Properties dialog
in the "Paper Source" or "Paper Tray" field (or similar term).
Suppose your hoppers
are described as "Tray 1", "Tray 2" and "Tray 3", and you want to print
from "Tray 2". You then setup the following information:
In the Form Descriptor
Properties Dialog
- Set "Paper Source"
to "Default".
- Set "Printing
Method" to "Descriptor".
In the Printer Information
File
Include the following
lines:
SUPLY H2
MAPINFO SUPLY,H2="Tray 2"
The SUPLY line says
you want to print from hopper 2, and the MAPINFO line tells the PowerFORM
runtime that the name to use for hopper 2 is "Tray 2".
DUPLEX PRINTING
For duplex printing you need to decide if you want your document to
be bound from the top or from the side as this affects whether the print
goes in the same or opposite directions on the two sides of the form.
You then setup the
following information:
In the Form Descriptor
Properties Dialog
- Set "Print Side"
to "Both Sides".
- Set "Printing
Method" to "Descriptor".
In the Printer Information
File
Include the following
lines:
SIDE Y
BSUP L
The SIDE Y line
specifies duplex printing, the BSUP L line specifies binding on the
left side. "BSUP U" would specify binding on the upper side.