Code128 printing Check Digit in Human Readable Text
As I understand it, Code 128 (I am using character set A, but should be the same for all) requires a check digit (calculated as Modulus 103). Your product will calculate the check digit and include it in the barcode data. The barcode printed out in such a fashion can be scanned and the information returned will be the data - but not the check digit. This is fine.
The problem is that the Human Readable text underneath the barcode displays the check digit. This is problematic for me because I am trying to conform to HIBCC standards, and they want the last Human Readable (and scanned data) digit to be a Check39Mod43 digit, not the Code 128 check digit. Your font (MRVcode128MSA) works correctly for the barcode itself (not showing the code 128 check digit when scanned), but incorrectly in that it displays the check digit in the human readable text.
A little background info. I am printing out labels from MS Access, using reports. I utilize the Code128() function to calculate the final data for the barcode field, and then print it with a font of MRV128MSA. Any assistance would be appreciated.
The problem is that the Human Readable text underneath the barcode displays the check digit. This is problematic for me because I am trying to conform to HIBCC standards, and they want the last Human Readable (and scanned data) digit to be a Check39Mod43 digit, not the Code 128 check digit. Your font (MRVcode128MSA) works correctly for the barcode itself (not showing the code 128 check digit when scanned), but incorrectly in that it displays the check digit in the human readable text.
A little background info. I am printing out labels from MS Access, using reports. I utilize the Code128() function to calculate the final data for the barcode field, and then print it with a font of MRV128MSA. Any assistance would be appreciated.