PC Review


Reply
Thread Tools Rate Thread

Could anyone help me to write Barcode

 
 
Danny
Guest
Posts: n/a
 
      14th Dec 2006


 
Reply With Quote
 
 
 
 
Larry Linson
Guest
Posts: n/a
 
      14th Dec 2006
"Danny" <(E-Mail Removed)> wrote

Determine which of the standard barcodes you want to use, and find yourself
a font for that barcode -- Google is your friend. If you want to
pre-barcode mail, you'll have to get approval from the USPS for some samples
that you've printed.

Larry Linson


 
Reply With Quote
 
=?Utf-8?B?SmVmZiBD?=
Guest
Posts: n/a
 
      14th Dec 2006
You should buy an off the shelf program.
--
Jeff C
Live Well .. Be Happy In All You Do


"Danny" wrote:

>
>
>

 
Reply With Quote
 
Arvin Meyer [MVP]
Guest
Posts: n/a
 
      14th Dec 2006
"Danny" <(E-Mail Removed)> wrote in message
news:%23S%(E-Mail Removed)...

Most choices for creating barcodes use a barcode font. The Access 97
(convertable to other versions) actually draws them out:

http://www.barcode-1.com/pub/russada.../barcode39.mdb
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com


 
Reply With Quote
 
SF
Guest
Posts: n/a
 
      14th Dec 2006

IDautomation also provide free barcode

SF

"Danny" <(E-Mail Removed)> wrote in message
news:%23S%(E-Mail Removed)...
>
>



 
Reply With Quote
 
Tony Toews
Guest
Posts: n/a
 
      14th Dec 2006
"Danny" <(E-Mail Removed)> wrote:

Barcodes mean

1) a means of reading them. These devices usually fit between your
keyboard and your computer and mimic someone keying in the code
directly. All you need to do in your app is a little forms design to
ensure someone can continuously feed bar codes into your app and
change the quantity occasionally.

2) A means of printing them. Choose the proper barcode and locate an
appropriate font. Place the font file on all the systems which will
be printing bar codes. On the report(s) change the font on a field to
use the bar code font. Some bar codes like having *s before and after
while others like check digits.

For more info and links see the Using bar codes within an application
page at my website at http://www.granite.ab.ca/access/barcode.htm

Tony

--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
 
Reply With Quote
 
Thomas Lutz
Guest
Posts: n/a
 
      14th Dec 2006
For printing bar codes from Access, you would be best off using a bar
code ActiveX control like the one from TAL Technologies at the
following URL:
http://www.taltech.com/products/activex_barcodes.html
I would recommend that you download the demo of the TAL Bar Code
ActiveX control from the above URL and take a look at the sample
Access database that is provide with the demo.
Bar code fonts generally produce very poor quality bar codes and they
are not as easy to use as an ActiveX control for most types of bar
codes.


On Thu, 14 Dec 2006 09:14:16 +0700, "Danny" <(E-Mail Removed)>
wrote:

>

 
Reply With Quote
 
David W. Fenton
Guest
Posts: n/a
 
      15th Dec 2006
Thomas Lutz <(E-Mail Removed)> wrote in
news:(E-Mail Removed):

> For printing bar codes from Access, you would be best off using a
> bar code ActiveX control like the one from TAL Technologies at the
> following URL:


Malarkey.

The only cases where plugins help is if you have to create barcodes
in a particular complex format. Most barcodes are just numbers
printed in a weird font, and the hard part is figuring out how to
get the numbers in the right format.

Barcodes are not nearly as mysterious as they might seem.

And I would never want to introduce a dependency on an ActiveX
control into my applications. That way leads to madness.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
 
Reply With Quote
 
Arvin Meyer [MVP]
Guest
Posts: n/a
 
      15th Dec 2006
I agree, I have seen and used excellent barcode fonts that work perfectly
every time.

The database code that I posted earlier has been in use for 9 or 10 years
that I know of. It draws the barcode using Access line drawing and I have
personally used that code without negative incident for years. I have
nothing against using an ActiveX control, provided it stays supported.

Although I haven't personally used it, I do believe the control sold by Tom
Lutz is an excellent control. His company has been around for quite some
time.
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com

"David W. Fenton" <(E-Mail Removed)> wrote in message
news:Xns9899DCE9AFC79f99a49ed1d0c49c5bbb2@127.0.0.1...
> Thomas Lutz <(E-Mail Removed)> wrote in
> news:(E-Mail Removed):
>
>> For printing bar codes from Access, you would be best off using a
>> bar code ActiveX control like the one from TAL Technologies at the
>> following URL:

>
> Malarkey.
>
> The only cases where plugins help is if you have to create barcodes
> in a particular complex format. Most barcodes are just numbers
> printed in a weird font, and the hard part is figuring out how to
> get the numbers in the right format.
>
> Barcodes are not nearly as mysterious as they might seem.
>
> And I would never want to introduce a dependency on an ActiveX
> control into my applications. That way leads to madness.
>
> --
> David W. Fenton http://www.dfenton.com/
> usenet at dfenton dot com http://www.dfenton.com/DFA/



 
Reply With Quote
 
MontereySoft
Guest
Posts: n/a
 
      19th Dec 2006
Use a barcode font. Very simple. Take a look at US Postal Fontware from
morovia.com:
http://www.morovia.com/font/usp.asp

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to supress write/write password popup showing up when opening a document? Tomasz Jastrzebski Microsoft Powerpoint 0 21st Jun 2006 04:59 PM
FS epson receipt printer $99 , seiko label printers $49 symbol barcode guns $75 intermec wireless barcode guns15/17 touchscreens with serial adapter zebra 105 eltron 2642 point of sale montreal toronto canada ottawa sales@1800parts.net Printers 0 17th Sep 2005 05:34 PM
Is there any way for System.IO.StreamWriter Write method to write out part of the string to file. such as if the machine is shut down half way through? or does the file not actually exist until the entire write is completed successfully. Daniel Microsoft Dot NET 1 7th Sep 2005 03:02 PM
Is there any way for System.IO.StreamWriter Write method to write out part of the string to file. such as if the machine is shut down half way through? or does the file not actually exist until the entire write is completed successfully. Daniel Microsoft C# .NET 2 7th Sep 2005 05:19 AM
Is there any way for System.IO.StreamWriter Write method to write out part of the string to file. such as if the machine is shut down half way through? or does the file not actually exist until the entire write is completed successfully. Daniel Microsoft Dot NET Framework 1 6th Sep 2005 09:36 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:51 AM.