Specifying print format parameters
Using LCDS Print Description Language
4-113
VFU command example
Following is an example of how to use the VFU command.
In the following example, top of form is assigned to line number 5
and bottom of form is assigned to line number 55. Channels 1, 2,
and 12 have been assigned line numbers.
Assume the printing system is printing a report and the current
line number is 11.
•
If a Skip To Channel 1 And Print parameter is issued, a page
transition occurs. Printing begins on line 5 (assigned to
channel 1), which is the top of form on the new page.
•
If a Skip to Channel 2 And Print parameter is issued when the
current line number is 11, the next line to be printed is line 15
of the current page. Lines 10, 15, 20, and so forth, are also
assigned to channel 2, but because the current line number is
11, the next consecutive line number assigned to channel 2
(greater than 11) is line 15.
•
If a Skip To Channel 12 And Print parameter is issued, the
next line to be printed is line 55 of the current page.
V1: VFU
ASSIGN=(1,5),
ASSIGN=(2,(10,15,20,25,30,35,40,45,50)),
ASSIGN=(12,55), TOF=5, BOF=55;
Summary of Contents for Docuprint 75
Page 16: ...Table of contents xvi Using LCDS Print Description Language ...
Page 26: ...Introduction xxvi Using LCDS Print Description Language ...
Page 108: ...PDL principles and procedures 1 82 Using LCDS Print Description Language ...
Page 354: ...Specifying print format parameters 4 114 Using LCDS Print Description Language ...
Page 436: ...Using PDL commands for graphics 6 8 Using LCDS Print Description Language ...
Page 452: ...PDL command and DJDE summary A 16 Using LCDS Print Description Language ...
Page 470: ...Character code assignments C 8 Using LCDS Print Description Language ...
Page 478: ...Offline specifications D 8 Using LCDS Print Description Language ...
Page 506: ...INDEX INDEX 12 Using LCDS Print Description Language ...