Output Solutions ez-1000plus Guide De Référence

Page de 43
E - Terminate label formatting mode and print label 
Syntax 
Parameter None 
Description 
End of formatting command; printer will print label after receiving this command. 
 
FILEDB,OPEN,name - Open database 
Syntax 
FILEDB,OPEN,name 
Parameter 
name=the name of the database 
Description 
Open a database for printing. 
Example FILEDB,OPEN,customer 
 
FILEDB,MOVE,n - Move data record 
Syntax 
FILEDB,MOVE,n 
Parameter 
n: Move the point of record in demand. 
n = number 
n = FIRST, the first record 
n = LAST, the last record 
n = NEXT, the next record 
n = PRIOR, the prior record 
Description 
Use variable or counter to select a specific record from the database. 
Example FILEDB,MOVE,3 
FILEDB,MOVE,FIRST 
FILEDB,MOVE,NEXT  
Move to third record 
Move to first record 
Move to next record 
 
FILEDB,FIND,x,y - Searching from database 
Syntax 
FILEDB,FIND,x,y 
Parameter 
x=Column name in database file 
y=Keyword for searching 
Description 
Select a specific record form database and print it.   
Example 
Download database “customer” :   
^Q60,0,0 
^P1 
^L 
FILEDB,OPEN,customer 
V00,10,Prompt0 
V#LINKDB,PHONE,V00 
FILEDB,FIND,NAME,Mary 
AC,79,120,1,1,0,0, Marry’s phone: ^V00
Find Mary’s data and print it. 
 
 
Gwxxx - Graphic command 
Syntax 
Gwxxx 
Parameter wxxx... 
w: byte number of image data   
xxx...: image data 
Description 
This command is a sub-command of ~G It is sent by binary data. W is the digits number 
byte of image data (refer to page35). For example, if the image file is 50 bytes, the 
command is G2xxx . (2: ASCII is 50 decimal) 
 
Hx,y,col_count,row_count,col_width,row_width,line_width - Table 
Syntax 
Hx,y,col_count,row_count,col_width,row_width,line_width 
Parameter 
x: left-upper Hori .pos. (unit: dots) 
y: left-upper Vert. Pos. (unit: dots) 
col_count: numbe of columns 
row_count: number of rows 
col_width: column width 
row_width: row width 
line_width: line width 
Description 
Draw a table in the label. 
Example H20,20,2,3,20,30,10 
 
 
 
23