toonarific
Technical User
This is my complete ZPL code for labels I will be printing. This contains mock data, as the finished code will be concatenated in to Excel for over 1000 labels.
The line in question is
^FDD03048F,LA,N300957,ACAGE,AW7E02,ASTORES,AKBLINE,N50^FS
What I need my QR code to do is be in mixed mode with automatic input and take the 6 field entries found in the part "N300957,ACAGE,AW7E02,ASTORES,AKBLINE,N50" and plug them in to separate fields when scanned. The data is in the order the fields are in when tabbed through on the inventory form. At this time, when scanned, the QR sends all the data to only the first field in a long string. Does anyone know how to get this working since I cant find a solution anywhere and need to get it ready for my receiving department ASAP! Thanks in advance!
Code:
^XA
^FO50,30
^ADN,60,50
^FD300957^FS
^FO50,170
^ADN,40,25
^FDGUIDE PIN PANELBOARD^FS
^FO50,240
^ADN,25,15
^FDPOU Location^FS
^FO50,280
^ADN,40,25
^FDD2P^FS
^FO50,370
^ADN,25,15
^FDSupply Location^FS
^FO50,410
^ADN,40,25
^FDW7E02^FS
^FO50,490
^ADN,40,25
^FDBin Qty^FS
^FO50,540
^ADN,50,25
^FD50^FS
^FO650,30
^ADN,25,15
^FDSTORES^FS
^FO650,70
^ADN,25,15
^FDKBLINE^FS
^FO650,110
^ADN,28,15
^FDD2P^FS
^FO450,250^BQ,2,10
^FDD03048F,LA,N300957,ACAGE,AW7E02,ASTORES,AKBLINE,N50^FS
^XZ
The line in question is
^FDD03048F,LA,N300957,ACAGE,AW7E02,ASTORES,AKBLINE,N50^FS
What I need my QR code to do is be in mixed mode with automatic input and take the 6 field entries found in the part "N300957,ACAGE,AW7E02,ASTORES,AKBLINE,N50" and plug them in to separate fields when scanned. The data is in the order the fields are in when tabbed through on the inventory form. At this time, when scanned, the QR sends all the data to only the first field in a long string. Does anyone know how to get this working since I cant find a solution anywhere and need to get it ready for my receiving department ASAP! Thanks in advance!