Has anyone developed ABL applications that can print QR code

Posted by sykim2010 on 30-Sep-2013 02:25

I want to develop ABL applications that can print QR code or 2 dimensional barcode.

Does anyone have an experiance with this in ABL? 

Do we have to use only 3-party OCX? Is there any other solution?

Do you know any popular barcode 3-party OCX?

All Replies

Posted by jmls on 16-Oct-2013 00:25

this one seems popular http://zxingnet.codeplex.com/

Of course, that depends on the progress version and platform ;)

Posted by cgunder1 on 16-Oct-2013 08:53

Yes, it has been done using an outside system call.   You can build the raw data for the barcode in the 4GL, write a file or large string, then make a system call to print the bar code using the file or string you build.   We have done this with Zebra printers and some fairly old tech as well as new tech.  

Posted by terry_b on 16-Oct-2013 11:59

Not free, but we use software called Bartender (www.bartenderbarcodesoftware.com) They have a variety of options depending on your needs. They have a SDK here - www.bartenderbarcodesoftware.com/.../controlling-barcode-label-software-using-c-sharp-and-vb.net(english).pdf

Posted by cverbiest on 23-Oct-2013 03:34

We use Apache FOP with barcode4j and zxing plugins to generate PDF documents containing various types of barcodes, include QR.

Posted by OctavioOlguin on 11-Apr-2014 18:06

I wonder sykim2010, have you found solution suitable to your needs?  I could put to use what you'd find....  just would like to share.... Thanks in advance...

Posted by Mike Fechner on 12-Apr-2014 01:04

I typically trust Combit's List and Label for bar codes.

This thread is closed