Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Postnet Bar code
Message
From
06/02/2003 11:48:40
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00725444
Message ID:
00749948
Views:
20
Then why is my barcode so short?

You can see this quite easily.
Print this on a report form using font sc postnet.

m.cstring is all the digits in your zip
m.nsum is the sum of all those digits.

m.cString = '|' + m.cString + CHR(ASC('0') + (10 - (m.nSum % 10)) % 10) + '|'

Compare the barcode you printed to the barcode on a piece of mail you received from the post office.
Is your barcode the same or is it shorter?

Deb
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform