Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Postnet Bar code
Message
 
To
06/02/2003 11:48:40
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00725444
Message ID:
00750470
Views:
19
A good web site for this and all kinds of bar codes is http://www.barcodeisland.com/symbolgy.phtml This site has a lot of specifications and explanations, including decoding and encoding the bar codes.

Dana

>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
Where's the damned Any Key?...too late
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform