baan_fun
18th October 2010, 21:43
Hello,

I have read here several threads regarding adding the Tab at the end of reading the barcode by setting the scanner to do so. My customer doesn't want to change the scanner as being used for several applications, but still wants to have the TAB at the end of the barcode printed in a report.

I would like to ask if anybody was able to do it with normal Baan Reports (by useng the Font 19, barcode in my case is 10 (128)).

I have tried of course to define my string as:
barcode.str = trim$(my.field) & chr$(9) but as also the pther threads are describing, the report spooler ignores the TAB.

Could anybody give me an ideea how to do it?

Thanks a lot in advance for your help.

With best regards,

baan_fun

mark_h
18th October 2010, 23:13
I did it by adding the tab to the back of the bar code. Of course I am using barcode 3 of 9, zebra printers and rmcis label printing software. Works for me.


labl.bcit = barcode.the.item(tag.item) & "$I"


PS = barcode.the.item strips out some characters and changes them, returns the converted item.