**size LS,4,2 **rotate RO,N **draw box BX,.2,.2,3.5,1.10,3 *desc line DA,.3,.3,35,"LEFT(ZITEMMASTER.DESCRIP,45)" DA,.3,.6,35,"SUBSTR(ZITEMMASTER.DESCRIP,46,45)" *line under desc BX,.2,.8,3.5,.01,3 *line under serial **BX,.2,1.3,3.5,.01,3 *barcode BC,.1,1.4,128,N,,"alltrim(zitemmaster.item)" ************************ * * LLLLLLL LLLLLLL * Printer * X LLLLL X LLLLL * * OYLLLL OYLLLL ************************ * O is the Label Origin (0,0) Upper Left Corner as they come out of the prnter *LS,X,Y = Label Size X and Y are size in Inches *RO,X = Rotate R = Rotate so label prints parellel to label roll, N = Normal Label prints across roll *BX,X,Y,H,W,L = Box X,Y are start point in Inches, H,W are Height and Width in Inches, L is line size in dots *TX,X,Y,F,D,R = Text X,Y are start point in Inches, F is Font size, D is String to Print, R = Reverse Print (Must draw solid box first) *DA,X,Y,F,D1,D2,D3,D4,D5 = Text X,Y are start point in Inches, F is Font size, D1-5 is Data or strings, they are combined together