Debdas Banerjee
24th January 2005, 07:46
Hi,

I am generating barcode sticker through BaaN and I have gone through all document and all previous positing and I am able to print barcode successfully. Even I have gone through BaaN document QG 1310 guide.



But I am able to reduce the barcode size upto 58 mm not less then this, but I have to reduce it upto 55 mm ( 6.6 mil) size. I am using 33 character string. I am using font spacing and font size.

Any one can reduce the size ( length ) of the barcode . Is there any command or any syntax. How to paly with size of barcode

I am giving my code below :

barcode = (chr$(27) & chr$(22) & "*#A" & (ticus992.item & str$(ticus992.ldno)&str$(ticus992.pdno) & ticus992.seqn))

ticus992.item = 16 chr
ticus992.ldno = 6 chr
ticus992.pdno = 6 chr
ticus992.seqn = 5 chr

With Best Regards

Debdas Banerjee

toolswizard
24th January 2005, 19:35
If you try to print several size fonts on the same line, Baan will usually take the size of the first field and ignore the others. Experiment by taking and placing each item on a seperate line and changing the sizes to see if you can then print smaller.

lbencic
24th January 2005, 23:52
Is this using the BW Print method then? And, did you play with the ratio ability there? You may have already done this as you indicate you did shrink it some, not sure how far this will let you go...

BW Print: Print the document and choose Print Preview. If / When the barcode comes up in Print Preview, Right Click on the barcode, you should see an option for Barcode Ratio. You can play with that to make it skinnier. Make sure it still scans ok.

If that's the trick, you have to do that on every PC that will be printing it (just once).

Debdas Banerjee
25th January 2005, 13:00
Hi,
Thanks to lbencic & toolswizard

I can reduced the barcode size but that will not scanable. Lastly I made it 57mm of the barcode length. Now I am planning to change my sticker size.

thanks to all

Debdas Banerjee

lbencic
25th January 2005, 16:44
ok, that's a plan. Also, I have found that other fonts scan better than 3 of 9, if that is what you are using. Code 128 is clearer, we found that it copies better than 3 of 9, so maybe it would scale better for you. Not sure which method you ended up with to get it on there, but where code 3 of 9 = 9 in the Barcode Type field, use 10 for Code 128.