Rajesh Karunakaran
Programmer
Dear friends,
I'm using the community library FoxBarcodeQR for generating qr codes.
Using the below commands
I'm using the community library FoxBarcodeQR for generating qr codes.
Using the below commands
Code:
loQr = CREATEOBJECT("FoxBarcodeQR")
s=REPLICATE('X',950)+'...'
lcQRImage = loQr.QRBarcodeImage(s, lpath + "qrimage5.png", 5, 2)
But the result qr code when scanned doesn't show the full 953 characters.