Check Digit Printing Differently Than Displayed
I have a HIBC barcode on my label that's giving me printing issues. The secondary barcode's check digit calculates correctly in Bartender, but prints incorrectly. I've tried it with two different printers, plus a PDF printer. The expiration date and lot number in the attached file is exactly what I've been entering when printing. I'm pretty confused by this one, which makes me think maybe I've been staring at my computer screen too long and I'm missing something obvious. If anyone could take a look at the file and let me know your thoughts, I'd greatly appreciate it.
Frank
-
Just to clarify, the secondary barcode's data string should be +$$8101219MCRR700EZ, but I'm getting +$$8101219MCRR700EP when I print it. It's showing the Z in Bartender, so it's calculating correctly at that point.
I was originally assuming this would have something to do with the VB script for the secondary check digit, but I don't understand why I'd be seeing it correctly once, but incorrectly when printing.
0 -
Turns out it was a VB issue, thanks to Seagull tech support.
I had named one of my data sources Year_2digit, which didn't work in the script for the check digit, so I had to use format.namedsubstrings("Year_2digit").Value. I renamed it to year2digit and used just the data source name in the script and it worked perfectly. figured it was something simple I hadn't tried.
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
2 Kommentare