Code128 printing Check Digit in Human Readable Text

Issues related to using font products in Microsoft Office programs, such as Word, Excel, and Access etc.). Also for questions on using barcode fonts in VB6.

Code128 printing Check Digit in Human Readable Text

Postby lstarr on Tue Aug 18, 2009 5:24 pm

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.
lstarr
 
Posts: 2
Joined: Tue Aug 18, 2009 5:01 pm

Re: Code128 printing Check Digit in Human Readable Text

Postby glitch on Wed Aug 19, 2009 4:11 pm

lstarr,

It is not possible to generate correct human readable text in your case, because it is a font based solution and each pattern corresponds to one character. If the check character has corresponding HR text, it will appear.

Note that Mod43 check digit is not the same as Code128 check character. The Mod43 check digit is part of the data encoded into the barcode.

You can work around the problem by using a non-human readable font. This will eliminates the text below the barcode. To add human readable text, place a text box below the barcode and fill with the correct value.

The non-human readable fonts are those without trailing "A" at the end. For example, the corresponding non-human readable font for MRV Code128AMA is MRV Code128M.
The information above is provided "AS IS", with no warranties, and confers no rights.
User avatar
glitch
Support Engineer
 
Posts: 198
Joined: Wed May 14, 2008 2:42 pm


Return to Microsoft Office (Word, Excel, Access etc) and VB6

Who is online

Users browsing this forum: No registered users and 0 guests