I need help creating a QR Code from user input.
I am creating a label that requires user input. Based off of the user input, I then need to have a QR code created.
So for example...
I have 3 text fields...
1) Part Number
2) PO Number
3) Date
The user will be prompted with each of those. Based off that information, 3 text fields will be populated with what the user typed. I then need to have a QR code generated that has the information the user typed as well. I know how to get the text fields to populate with the user input. What I do not know how to do is to have a QR code generated with that same user input. I am assuming it will take some sort of VB which is fine...I just don't know where to go to find out how to do this.
Any help would be very much appreciated.
Thanks
-
pthane
★ BarTender Hero ★
No VB should be needed.
You can either make one field a Named Data Source and link the 2nd field or substring to that or else set the Object Value and link to the appropriate field on the label via that route.
Often for dates in barcodes then the Object Value route is the best method to use as you are just using the raw data and can then (via the Data Type screen) set how the field should be displayed. With the Named method both fields will have the same format.
For example: Text Field = dd/mm/yyyy format and for a linked Named field that would also be dd/mm/yyyy whilst for an Object Value field the displayed field could be different ie yymmdd format
0
Please sign in to leave a comment.
Comments
1 comment