Butterfly tags

I have coginative barcode blaster and I print up using butterfly tags. It is a side by side butterfly tag and I can get it to print the barcode on first label, but it doesn't print the barcode on the other label next to it. Please look at the code below and tell me want is missing.

'Butterfly Tag (no desc)

[INITIALIZE] [LABEL] ! 0 100 190 1 WIDTH 224 PITCH 200 TEXT 2 20 0 showers of flowers TEXT 2 40 25 = Bliss TEXT 2 250 0 showers of flowers TEXT 2 270 25 = Bliss BARCODE CODE128A 2 110 60 BARCODE CODE128A 2 110 60 END [FINALIZE]
Reply to
DCR
Loading thread data ...

I have coginative barcode blaster and I print up using butterfly tags. It is a side by side butterfly tag and I can get it to print the barcode on first label, but it doesn't print the barcode on the other label next to it. Please look at the code below and tell me want is missing.

'Butterfly Tag (no desc)

[INITIALIZE] [LABEL] ! 0 100 190 1 WIDTH 224 PITCH 200 TEXT 2 20 0 showers of flowers TEXT 2 40 25 = Bliss TEXT 2 250 0 showers of flowers TEXT 2 270 25 = Bliss BARCODE CODE128A 2 110 60 BARCODE CODE128A 2 110 60 END [FINALIZE]
Reply to
cptsoft

Your two lines that read barcode code128A have the exact dimensions. so this would tell me that it is printing the barcode twice in the exact same area. You need to play with the numbers until you get the placement how you like it. one set of numbers is how far from the left you want to print, and the other set of numbers is how far from the top of the label you want to print. try something like this...

BARCODE CODE128A 2 110 0 BARCODE CODE128A 2 130 25

Reply to
Andy Miller - Boise, Idaho

BeanSmart website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.