473,385 Members | 1,829 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

POSTNET barcodes

I am looking into the feasability of writing a program (probably as an
active-x addon) for my school district that accepts zipcodes and returns the
correct POSTNET barcode. This would most likely be used when building mailing
labels in MS Access. I realize that Word produces the barcodes, but I'm still
interested in how it would be programmed.

I presume I'll need some kind of barcode font, unless there are ways to
programmatically build the postnet graphic.

And if a font is available, then I expect that most of the coding would be
based on distinguishing standard zip, zip+4 and 11-digit codes; and
performing the verification check.

BUT...

Perhaps it is better to shuck the whole thing and purchase an existing
product?
If so, any recommendations?

Thanks a bunch!
George
Nov 21 '05 #1
3 1007
George,

VBNet is not the first choose to build activeX components.

Withouth ActiveX you can just do a search in this newsgroup.
http://groups-beta.google.com/group/...rch+this+group

I hope this helps,

Cor
Nov 21 '05 #2
Actually, the POSTNET barcode is a simple barcode to display. It consists
of evenly spaced vertical lines of two different heights. Easy enough to
draw with basic GDI+ methods. You could also just utilize a PictureBox
control and generate the appropriate bitmap image for it.

If you are serious about writing such a control, I would suggest you stop by
your local Post Office and talk to either the Postmaster, or the local "Bulk
Mailing Expert" for information on the POSTNET barcode. One of Postal
Service publications I have which documents the barcode is "Designing Letter
Mail", publication 25, August 1995 (see chapter 5). There are also other
publications from the Postal Service where the barcode is documented.

At one time, the Postal Service even had a clear plastic template that you
could use to help check the various spacing with.

Richard Rosenheim

"GeorgeAtkins" <Ge**********@discussions.microsoft.com> wrote in message
news:70**********************************@microsof t.com...
I am looking into the feasability of writing a program (probably as an
active-x addon) for my school district that accepts zipcodes and returns the correct POSTNET barcode. This would most likely be used when building mailing labels in MS Access. I realize that Word produces the barcodes, but I'm still interested in how it would be programmed.

I presume I'll need some kind of barcode font, unless there are ways to
programmatically build the postnet graphic.

And if a font is available, then I expect that most of the coding would be
based on distinguishing standard zip, zip+4 and 11-digit codes; and
performing the verification check.

BUT...

Perhaps it is better to shuck the whole thing and purchase an existing
product?
If so, any recommendations?

Thanks a bunch!
George

Nov 21 '05 #3
The easiest way to print PostNET bar codes in an Access report is to
use a bar code ActiveX control. The best one on the market is from TAL
Technologies and you can download a demo version of it from their web
site at:
http://www.taltech.com/products/activex_barcodes.html
The demo version of the control comes with a sample Access database
that contains label reports with postnet bar codes along with a report
that describes how to use the control in an Access report.

With a bar code font you would need to both calculate and append a
check digit as well as add special start and stop codes to the data
that you want encoded in the PostNET bar code. An ActiveX control will
do all of this for you as well as produce the highest quality bar code
possible. Bar Code fonts generally produce very poor quality bar
codes.


On Mon, 11 Apr 2005 09:53:03 -0700, GeorgeAtkins
<Ge**********@discussions.microsoft.com> wrote:
I am looking into the feasability of writing a program (probably as an
active-x addon) for my school district that accepts zipcodes and returns the
correct POSTNET barcode. This would most likely be used when building mailing
labels in MS Access. I realize that Word produces the barcodes, but I'm still
interested in how it would be programmed.

I presume I'll need some kind of barcode font, unless there are ways to
programmatically build the postnet graphic.

And if a font is available, then I expect that most of the coding would be
based on distinguishing standard zip, zip+4 and 11-digit codes; and
performing the verification check.

BUT...

Perhaps it is better to shuck the whole thing and purchase an existing
product?
If so, any recommendations?

Thanks a bunch!
George


Nov 21 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Dale Geffs | last post by:
I have a need to print barcodes from database fields. What is everyone using these days to do this? I haven't used barcodes since my dBase days almost 15 years ago. What's new? Dale
1
by: MDB | last post by:
Hello All, I am trying to figure out how to dynamically create and display barcodes in a web form. Can anyone point me in the right direction or give me an example? Due to budget issues, I...
1
by: DeanL | last post by:
Hi all, This is probably not the group for this but I'm not sure quite where else to go. Does anyone know where to find the barcode standards for FedEx shipments of all types of shipping they...
1
by: toolinventory | last post by:
I'm a newbie and I have to take data from access (inventory), put the table into a label-making software. Then I need to find a way to scan the barcodes and have that call up the data in access....
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.