Section Commands - Xerox DocuPrint 96MX Forms Creation Manual

Laser printing system
Hide thumbs Also See for DocuPrint 96MX:
Table of Contents

Advertisement

FORMS DESCRIPTION LANGUAGE

SECTION commands

Defining a section
Invoking a section
3-40
Figure 3-20. Placing a graphic
AT 31.6,31.6 DRAW BOX 46.8 WIDE BY 21.8 HIGH
USING SOLID 2;
AT 31.9,31.9 DRAW BOX 46.2 WIDE BY 21.2 HIGH
USING SOLID 2;
AT 32.2,32.2 DRAW BOX 45.6 WIDE BY 20.6 HIGH
USING SOLID 2;
GRAPHIC UNICRN AT 31.5,42;
TEXT USING FONT 1 AT 83.5,2.5 'FORM SM105';
When a form consists of several identical sections, you can save time
by defining only one section and treating it as a module, that is,
having it repeated at desired locations. This is done with the following
command:
[BEGIN] SECTION id;
The id is an identifier (1 to 6 characters) that is invoked when a
section is to be defined.
The command can also be used to define an entire form as a section.
Within the section, any other command, statement, or specification
may be used except another SECTION command, DO SECTION
command, FORM command, or END command. More than one
section may be defined and invoked, but each section must be
terminated with the following command before another section can
be defined:
END SECTION;
To invoke a section that has been defined, the section identifier is
invoked with the following command:
DO SECTION id AT y [unit] x [unit];
A section must be defined before it can be invoked.
Sample FSL
Figure 3-21 illustrates how the SECTION commands are invoked.
Figure 3-21. Specifying a section
XEROX DOCUPRINT 96/DOCUPRINT 96MX LPS FORMS CREATION GUIDE

Advertisement

Table of Contents
loading

This manual is also suitable for:

Docuprint 96

Table of Contents