I am having some trouble to find the way to print a barcode. I use the barcode bean but when I do Print Preview in Web Client it generates a PDF but it doesnt work, the bean field looses the data I have assigned programtically. Is there a way to make an image of the bean to paste it to another field ? or should i use the jasper reports?
Not yet, for that I would have to include new libs. I just checked, they are available.
When you want them included I can do so but you would have to create a ticket in our support system at http://www.it2be.com/index.php/support (you have to sign up).
For the purpose of our needs we finally could make it work using function aplication.createJPGImage , that converts the bean content in a global variable containing the image; we then assign this global variable as dataprovider of an image field that works perfect in web client Print Preview.