Is there any ActiveX controls support for Bar Code ?

  • Thread starter edisonl via AccessMonster.com
  • Start date
E

edisonl via AccessMonster.com

Hi,

I am developing an application requires to generate bar code using Access
2003.

Understand that Access 2003 does not come with font type supporting Bar code,
any solution without purchasing new products or download third party freeware
?

Regards, Edison
 
S

Steve

Do a Google search for Code 39 barcode font. There are numerous places you
can download it for free. You don't need anything special to print barcodes.
Once you install Code 39, you specify that font as your print font and print
with a laser printer.

Steve
(e-mail address removed)
 
E

edisonl via AccessMonster.com

Hi Gina,

Your kindness is appreciate, however I had already ActiveX install in the
particular system, just need to tap it thats all.

The issue is how do I go about inserting the ActiveX controls- Microsoft
Barcode9.0 into it ?

Regards, Edison

Gina said:
Edison,

No ActiveX required, I use bar coding in one of my applications. Take a
look at...

http://www.granite.ab.ca/access/barcode.htm
[quoted text clipped - 8 lines]
Regards, Edison
 
K

Klatuu

Go with Gina' suggestion.
ActiveX controls are problematic. For example, there is little or no
support on how to use most of them and there are also licensing issues. If
you install you app on multiple computers, you will need to have a license
for each computer and the control will have to be installed on that computer.
--
Dave Hargis, Microsoft Access MVP


edisonl via AccessMonster.com said:
Hi Gina,

Your kindness is appreciate, however I had already ActiveX install in the
particular system, just need to tap it thats all.

The issue is how do I go about inserting the ActiveX controls- Microsoft
Barcode9.0 into it ?

Regards, Edison

Gina said:
Edison,

No ActiveX required, I use bar coding in one of my applications. Take a
look at...

http://www.granite.ab.ca/access/barcode.htm
[quoted text clipped - 8 lines]
Regards, Edison
 
E

edisonl via AccessMonster.com

Hi Klatuu,

I appreciate your suggestions, but it is the policies of my company to
refrain from downloading
freeware.

Regards, Edison
Go with Gina' suggestion.
ActiveX controls are problematic. For example, there is little or no
support on how to use most of them and there are also licensing issues. If
you install you app on multiple computers, you will need to have a license
for each computer and the control will have to be installed on that computer.
[quoted text clipped - 18 lines]
 
K

Klatuu

There is nothing to download. Just follow the instructions i posted. I only
mentioned password crackers to show the futility of using database passwords.

--
Dave Hargis, Microsoft Access MVP


edisonl via AccessMonster.com said:
Hi Klatuu,

I appreciate your suggestions, but it is the policies of my company to
refrain from downloading
freeware.

Regards, Edison
Go with Gina' suggestion.
ActiveX controls are problematic. For example, there is little or no
support on how to use most of them and there are also licensing issues. If
you install you app on multiple computers, you will need to have a license
for each computer and the control will have to be installed on that computer.
[quoted text clipped - 18 lines]
Regards, Edison
 
G

Gina Whipp

Edison,

Nothing to download and they can't possibly object to a font??? As Dave
said, ActiveX controls will cause you AND your company more grief in the
future.

--
Gina Whipp

"I feel I have been denied critical, need to know, information!" - Tremors
II

http://www.regina-whipp.com/index_files/TipList.htm

edisonl via AccessMonster.com said:
Hi Klatuu,

I appreciate your suggestions, but it is the policies of my company to
refrain from downloading
freeware.

Regards, Edison
Go with Gina' suggestion.
ActiveX controls are problematic. For example, there is little or no
support on how to use most of them and there are also licensing issues.
If
you install you app on multiple computers, you will need to have a license
for each computer and the control will have to be installed on that
computer.
[quoted text clipped - 18 lines]
Regards, Edison
 
A

Asif Shah

Hello Gina. I have a code39 font download but having an issue. I'm making a
DB that will print a 2x1 inch label that has a field in barcode font and
regular text. The field is my autonumber, however I have changed its format
so its ... "BT"000000...So every record will be
BT000001...BT000002...BT000003. So far so good...I have already downloaded a
code39 font and it works great.

The problem is when I add a start/stop characters to the control source of
that barcoded field so it can be scanned, it ignores my format and treats it
like any other autonumber field, i.e...1....2.....3. So when I print my label
(Zebra label printer) it prints the barcode and text underneath
is...*1*....*2*.....and scans a 1....2....3...So basically the control source
is ignore the format I have put in place. below is my control source.
="*" & [table.field] & "*"

Any ideas?

Gina Whipp said:
Edison,

Nothing to download and they can't possibly object to a font??? As Dave
said, ActiveX controls will cause you AND your company more grief in the
future.

--
Gina Whipp

"I feel I have been denied critical, need to know, information!" - Tremors
II

http://www.regina-whipp.com/index_files/TipList.htm

edisonl via AccessMonster.com said:
Hi Klatuu,

I appreciate your suggestions, but it is the policies of my company to
refrain from downloading
freeware.

Regards, Edison
Go with Gina' suggestion.
ActiveX controls are problematic. For example, there is little or no
support on how to use most of them and there are also licensing issues.
If
you install you app on multiple computers, you will need to have a license
for each computer and the control will have to be installed on that
computer.
Hi Gina,

[quoted text clipped - 18 lines]

Regards, Edison
 
T

Tony Toews [MVP]

Barcode Planet said:
You can use Code39 as the barcode format if you just encode a couple
of characters. Take a look at Morovia Code39 fonts at
http://www.morovia.com/font/code39.asp.

Using bar codes within an application page
http://www.granite.ab.ca/access/barcode.htm

Tony
--
Tony Toews, Microsoft Access MVP
Tony's Main MS Access pages - http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
For a free, convenient utility to keep your users FEs and other files
updated see http://www.autofeupdater.com/
Granite Fleet Manager http://www.granitefleet.com/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top