SAMPLE FORM CREATION

Drawing lines

LINE commands are used to construct horizontal and vertical lines which, in turn, are used to construct boxes.

Drawing horizontal lines

Enter the horizontal line commands shown in figure C-4. You have the option of abbreviating the commands to the first three characters.

Figure C-4.HORIZONTAL LINE command

COMMENT *** DRAW HORIZONTAL LINES ***;

AT 7 DRAW 18 LINES FROM 0 TO 132 USING HAI AND REPEAT EVE 3;

AT 8 DRAW 18 LINES FROM 0 TO 24 USI HAI AND REPEAT EVE 3;

AT 9 DRAW 18 LINES FROM 0 TO 24 USING HAI AND REPEAT EVE 3;

Drawing vertical lines

Insert another COMMENT to indicate that vertical lines are to be coded next, then enter the vertical line commands shown in figure C-5.

 

 

Figure C-5.

VERTICAL LINE command

 

 

 

COMMENT *** DRAW VERTICAL LINES ***;

 

AT 24 DRAW VER LINE FROM 5 TO 61

USING HAI;

 

AT 32 DRAW 11

VER LINE FROM

5 TO

61 USING HAI AND REPEAT EVE 10;

 

AT 29

DRAW VER LINE FROM 10

TO 61

USI BRO HAI;

 

AT 38

DRAW 10

VER LINE FROM

10 TO

61 USI BRO HAI AND REPEAT EVE 10;

 

AT 8 DRAW 18 VER LINE FROM 8 TO 9

USI HAI AND REPEAT VER EVE 3;

 

AT 19

DRAW 18

VER LINE FROM

8 TO

9 USI HAI AND REPEAT VER EVE 3;

 

 

 

 

 

 

 

 

 

 

 

 

 

 

XEROX 4050/4090/4450/4650 LPS FORMS CREATION GUIDE

C-3

Page 75
Image 75
Xerox 4650, 4450 manual Drawing lines, Drawing horizontal lines, Drawing vertical lines, Vertical Line command