244
Chapter 4 Form Design
8. All the text shown on the grid is fixed into position on the form with a
single Alpha command sequence. The starting row, starting column , and
text can be taken right from the grid and put into the program.
Enter
ALPHA
14;31;3;2;*HandCraft Boats*
18;14;0;0;*CUSTOMER:*
18;51;0;0;*PHONE:*
20;14;0;0;*HULL NO:*
20;49;0;0;*RIGGING:*
22;14;0;0;*COLOR:*
22;43;0;0;*DELIVERY DATE:*
25;31;1;1;*SPECIAL ORDER ITEMS*
27;17;0;0;*ITEM*
27;34;0;0;*DESCRIPTION*
27;60;0;0;*PRICE*
50;26;1;1;*Quality Boats Crafted By Hand*
C17;48;14;0;0;*HandCraft Boats*
C17;48.10;14;0;0;*123 Boat Way*
C17;49.8;14;0;0;*Boat Town, CA*
C17;50.6;19;0;0;*333444*
C17;51.4;14;0;0;*(714)555-0011*
STOP
Format
ALPHA
[R;][E;][C
n;
][AF
n;L;
][
DIR;
][UC;][DARK;]
SR;SC;VE;HE;(D)text(D)
STOP
9. HandCraft Boats uses bar code type Code 128B (C128B) in many
applications. Use bar code C128B, height (H
n
) of .5-inch, starting at row
(
SR
) 49, column (
SC
) 59, code the West Coast Sales Region as *WC*,
and print the data field (PDF) below the symbol.
Enter Format
BARCODE BARCODE
C128B;H5;49;59 C128B;[VSCAN;][
MAG;
][H
n;
][BF
n;L;
]
[DARK;]
SR;SC
*WC* [
(D)datafield(D)
]
PDF [PDF[;
LOC
][;
FONT
]]
STOP STOP
Note The decimal point is not entered in the height parameter
(H5) above because values are expected in .10-inch
increments. Values from 4 through 99 (.4-inch to 9.9 inches)
are accepted.