User`s guide
77 
Example: Making a Keyboard Form 
1.  Make a command file for the form, KBD.FRM. 
Command 
Description 
ZS 
FK"KBDFORM" 
FS"KBDFORM" 
V00,15,N,"Product Name 
?" 
C0,10,N,+1,"Product No. ?" 
Q50,24 
q816 
S2 
D8 
ZT 
A550,20,0,4,1,1,R,"ABC 
COMPANY" 
B550,60,0,2,2,4,40,B,C0 
A540,150,0,3,1,1,N,V00 
FE 
ZN 
Enable store to flash 
Delete previous one 
Start of form 
Variable and display message 
Counter and display message 
Label dimension 
Label width 
Speed 
Darkness 
Print from top 
Fixed data 
Barcode I25 for counter 
Print the input product 
End of form 
Disable store to flash 
2.  Send the file, KBD.FRM to printer under MS-DOS 
>COPY/B KBD.FRM LPT1: 










