QRCode New Line and with Display value

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
Bishu
User
Posts: 429

QRCode New Line and with Display value

Post by Bishu »

I am trying to create a QRCode using the Custom View Tag -> BarCode
1) How can I insert a new line in the QRCode.
QRCode display eg.
line 1
line 2
line 3

2) Create QRCode from the Display value and not from the database.
eg. I have a field for ID as 25 and the display value is "Teacher"
now i want to create QRCode with the value "Teacher" and not by the value 25

{"id":"PHPBarcode","name":"Barcode","height":160,"height_field":null,"barcode":null,"barcode_field":"ID","encode":"QRCODE","encode_field":null}


arbei
User
Posts: 9389

Post by arbei »

"encode_field" is a field in the table (not in the lookup table). You may create to a database view to join the tables first.


Post Reply