跳至主內容

搜尋

搜尋

1D Vs 2D

評論

2 條評論

  • Avatar
    Ian Cummings
    版主
    Do you have an older version of BarTender as I think we added the check digit calculation for data matrix GS1 codes a while back. In any case you can use a VB script to calculate the check digit. Give a share name to the GTIN value (example: btGTIN) and then from a separate sub-string in the 2D code use a single line VB script that calls the UccMod10() function referencing the named GTIN value.

    [code]
    UccMod10(Format.NamedSubStrings("btGTIN").Value)
    [/code]
    0
  • Avatar
    Legacy Poster
    Thanks, it helps.
    On top of that, I also discovered the check box for the GS1 prefix, and that was missing too.

    Now, my datamatrix looks OK.
    0

登入寫評論。