Forum Discussion
JoshuaSmith
6 years agoQrew Trainee
Joey,
Thank you for this have u figured out a way to do a QR code for this. The 128 works great but I really need a QR for some of my items
------------------------------
Joshua Joshua
------------------------------
Thank you for this have u figured out a way to do a QR code for this. The 128 works great but I really need a QR for some of my items
------------------------------
Joshua Joshua
------------------------------
AdamKeever1
6 years agoQrew Commander
Here is code for a QR using the google api:
"<img src=\"
&[Part]
&[Quantity In]
&[Non-Conformity Description]
& "\"\"/>"
Sub your field names in the square brackets.
------------------------------
Adam Keever
------------------------------
"<img src=\"
http://chart.apis.google.com/chart?cht=qr&chs=120x120&chl="
&[Part]
&[Quantity In]
&[Non-Conformity Description]
& "\"\"/>"
Sub your field names in the square brackets.
------------------------------
Adam Keever
------------------------------
- JoshuaSmith6 years agoQrew TraineeAdam Im getting an error message on the brackets at the end Please see
"<img src=\"chart.apis.google.com/...
&[N Project Number]
&[Customer - Full Name]
&[Project Status4]
&"\"\"/>
There are extra characters beyond the end of the formula.
"<img src=\"chart.apis.google.com/...
&[N Project Number]
&[Customer - Full Name]
&[Project Status4]
&" \"\"/>
More on syntax errors...
Please advise I am getting a syntax error.
------------------------------
Joshua Joshua
------------------------------- AdamKeever16 years agoQrew CommanderI missed the closing parenthesis. Try this:
"<img src=\"chart.apis.google.com/...
&[N Project Number]
&[Customer - Full Name]
&[Project Status4]
&"\"\"/>"
------------------------------
Adam Keever
------------------------------- JoshuaSmith6 years agoQrew TraineeAdam Im sorry man it doesn't work.
------------------------------
Joshua Joshua
------------------------------