11-02-2012 08:03 AM
Hi All,
Please tell How to generate BARCODE (NOT THE QRCODE) from text. in JDE OS 5.0 and above.
Please provide me the sample code or link how to generate the BARCODE not the QRCODE.
Thanks in advance.
Rahul
11-02-2012 08:09 AM
11-02-2012 08:27 AM
I think you should be able to do this if you have a suitable font on the device. You will need to create the appropriate text (what you include in the barcode depends on the specific bar code you are generating), and then simply display a LabelField with this text, where the LabelField has been set to the desired bar code font.
There are free fonts available for some of the barcode types, for example 3 of 9 - do a search.
This might help you load a font:
So I think you can try this approach out quite quickly if you want.
Let us know how you get on.