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
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
|
| Figure | 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 |