Hi,
Trying to generate QR code based on the URL below but once the QRcode is generated the last digit gets replaced by some random value
Tried Barcode Mode to Full still the last digit on the url changes to 5.
https://xyz.com/en-gb/test/DB 15639102
Settings are as below :
Barcode Type = QR COde
Bar width = 27
Mode = Full
Error Correction Level = Level L
Below code in Press Talk After :
define(&marknumber,string,XmlGet('/root[1]/documents[1]/document[1]/pages[1]/page[1]/add[5]/@value'))
define(&url,string,XmlGet('/root[1]/documents[1]/document[1]/downloadUrl[1]/@value'))
showbarcodeqrcode(&url +'/'+ &marknumber,0,0,27)