Zum Hauptinhalt gehen

Suche

Suche

Check Digit Printing Differently Than Displayed

Kommentare

2 Kommentare

  • Avatar
    Legacy Poster

    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
  • Avatar
    Legacy Poster

    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.