Hi all,
I'm using the Zebra Designer for Developers to store a template to a ZD421 printer and recalling the format from a .NET VB application. The label has a barcode which depends on a variable sent from my app. If I use DataMatrix the string is complete in the label, but if I use a QR code it will always skip the 3 first characters from the string.
Example:
Data Matrix: MFR01408AA;15;US00212900;20241129;10;20251129;41844
QR Code (skips MFR): 01408AA;15;US00212900;20241129;10;20251129;41844
Appreciate if someone has a hint or advice for why this happens.
Best,
Eduardo
0 Replies