puneet.verma
2nd July 2011, 10:42
Hi
We are using BAAN IV c4 with OS as Oracle 10g. We want to print 2D Barcode
through BAAN. Is it possible to do thorugh BAAN IV ?
p.cole
2nd July 2011, 12:36
Should be. Just get a recent BW client and checkout the Help -> 2D Font test page in BWPrint. Also investigate the bc$() function. You may need to update your portingset.
bdittmar
3rd July 2011, 15:56
Hi
We are using BAAN IV c4 with OS as Oracle 10g. We want to print 2D Barcode
through BAAN. Is it possible to do thorugh BAAN IV ?
Hello,
use the search function before posting, please.
If you're searching for barcode, there will be a lot of hints and ways to print 1D and 2D barcodes through BaaN / Infor, based on your requirement and your equipment.
Regards
boXer14
4th July 2011, 14:02
Hello,
We use barcodes on many reports.
For simple reports, we use true type fonts defined in bwprint registry keys.
For very specials reports where we need to print logos, barcodes, "hand written sigs", we decided to use postscript.
The postscript file to be printed is completly generated by a baan script and sent to printer.
You can have a look here about printing barcode in postscript :
http://www.terryburton.co.uk/barcodewriter/
PostScript is not the easiest to code, but is very powerful.
Olivier