cancel
Showing results for 
Search instead for 
Did you mean: 

Crystal Report 2020 License able generate QR code

0 Kudos

Dear all,

I wish to purchase Crystal Report 2020. Before that, i need to confirm that Crystal Report 2020 able to generate QR code as i read through the blogspot: Generate QR code in Crystal Report 2016 - SAP Q&A, it state:

"That user manual is for the Enterprise version of Crystal Reports.

The regular version doesn't support QR Codes unless you add 3rd-party ufl."

Please recommend us the sap product which able generate QR code.

Accepted Solutions (1)

Accepted Solutions (1)

ido_millet
Active Contributor
0 Kudos

Answers (2)

Answers (2)

nambi2
Explorer
0 Kudos

My developer used Google to generate the code and embedded this into crystal..


Under graphic location this was coded.

stringVar QRFormat;
stringVar QRwidth;
stringVar QRheight;
stringVar QRText;
stringVar QRURI;

QRFormat := 'UTF-8';
QRwidth := '325';
QRheight := '325';
QRText := 'www.putyoururlhere.com/' + {Command.ItemCode}+ '.html';

QRURI := 'http://chart.googleapis.com/chart?cht=qr&choe='+QRFormat+'&chs='+QRWidth+'x'+QRHeight+'&chl='+QRText;
QRURI;

0 Kudos

As noted, CR 2020 does not include a UFL that supports QR codes.