Forum Discussion
ZintJoseph
9 years agoQrew Captain
Barcode Key Field (This field used to calculate a barcode number)
ToNumber("[Store #]")&
[Record ID#]&
[Related Store]&
[Equipment Type]
Barcode Link (URL Formula)
"http://www.keepautomation.com/online_barcode_generator/linear.aspx?DATA="&[Barcode Key]&"&TYPE=7"
Barcode Image (Text Formula)
"<img src=" &[Barcode Link]& ">"
I have not tried to use a QR code yet. The link above is for a Code 128.
- JoshuaSmith6 years agoQrew TraineeJoey,
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
------------------------------- AdamKeever16 years agoQrew CommanderHere is code for a QR using the google api:
"<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
------------------------------