| Posted: May 25 2005 at 11:18am | IP Logged
|
|
|
Hi,
Does anyone know how i can fix the 2D barcode size so that it will not grow according to the data i add in?
I want to control this using ZPL.
here's part of the ZPL i'm using. currently the barcode height will grow too long when i add in more data...
Printer.print "^BY1,3^FO10,10^B7N,5,5,,,N^FD"; target.Text ; "\&"
Printer.print custN0.Text; "\&"
Printer.print qty.Text; "\&"
Printer.print "^FS"
Please help..... 
Thanks
|