Barcode Question (1 Viewer)

coryt

Registered User.
Local time
Today, 00:32
Joined
Jun 13, 2003
Messages
82
I have created a report that shows the barcode for a given text value. I can make it work only if the text has no spaces
(Ex: YesSir). However, when the barcode is scanned, I need it to display the text with the spaces (Ex: Yes Sir). Can this be done?

Thanks in advance!
 

pcs

Registered User.
Local time
Yesterday, 23:32
Joined
May 19, 2001
Messages
398
are you using code39? if so try replacing the space with the underscore _ ...

hth
al
 

coryt

Registered User.
Local time
Today, 00:32
Joined
Jun 13, 2003
Messages
82
I am using code39 and I did try that. When the barcode prints, there is a small box in the barcode where the _ is, and the barcode wont scan. Thanks for the suggestion though.
 

pcs

Registered User.
Local time
Yesterday, 23:32
Joined
May 19, 2001
Messages
398
ok... are you using a code39 font or an activeX control, or what?

btw, i have seen some fonts that use = (equal sign) instead of the underscore.
 
Last edited:

coryt

Registered User.
Local time
Today, 00:32
Joined
Jun 13, 2003
Messages
82
I am using a text box with the control source set to the table field I wish to be displayed as a barcode. I set the font of that text box to code39. I will try the = sogn though and see if that works. Thanks again.
 

coryt

Registered User.
Local time
Today, 00:32
Joined
Jun 13, 2003
Messages
82
No go with the = sign. Same problem as before.
 

coryt

Registered User.
Local time
Today, 00:32
Joined
Jun 13, 2003
Messages
82
Did I mention this is a text field and not a numeric field?
 

coryt

Registered User.
Local time
Today, 00:32
Joined
Jun 13, 2003
Messages
82
I got it to work with the * but when the barcode is scanned, the * is included in place of the space (ex: Yes*Sir).
 

pcs

Registered User.
Local time
Yesterday, 23:32
Joined
May 19, 2001
Messages
398

coryt

Registered User.
Local time
Today, 00:32
Joined
Jun 13, 2003
Messages
82
Ok, I may have been wrong about the fact that I am using code39. The barcode font that I am using came from Bartender. The font name is exactly this. "Bar Code 39 f HR". Which is why I thought it was "Code39" (Im such a freeking novice). I know it is not the standard windows barcode font because I had to load it myself. Sorry for the confusion.
 

pcs

Registered User.
Local time
Yesterday, 23:32
Joined
May 19, 2001
Messages
398
ok...you'll need to check with the vendor for bartender, (think it's something like Seagull Science) to see how to print a code39 space from windows using their font.
 

coryt

Registered User.
Local time
Today, 00:32
Joined
Jun 13, 2003
Messages
82
Will do. Thanks so much for your help today.
 

coryt

Registered User.
Local time
Today, 00:32
Joined
Jun 13, 2003
Messages
82
I got it!!! You need to replace any spaces with ~. It worked great!
 

Users who are viewing this thread

Top Bottom