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