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
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