Results 1 to 7 of 7

Thread: Barcode Fonts

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2001
    Location
    Mass USA
    Posts
    1,674

    Barcode Fonts

    Hello, I am currently trying to develop an application to print out barcode labels. Was planning using WASP 39 H font. Unfortunately the string that the code has to be has 2 spaces in it and it leaving a gap in the bar code. Does anyone know of a barcode font that will show barcode for a space instead of a space?

    thanks!

  2. #2
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: Barcode Fonts

    I've worked with barcodes where a # sign was used in place of spaces...

    Not sure about the specs for the barcode you mentioned...

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2001
    Location
    Mass USA
    Posts
    1,674

    Re: Barcode Fonts

    Ok I got the spaces by entering an underscore instead of a space. Though now I am trying to deal with problem number 2 the "/".

    Example of Barcode's true value:

    92510 O/S

    Now with a cheap handheld scanner this is read just fine. But I have another scanner that will actually be used by the end user and it is adding a character.

    What the good scanner prints:

    92510 O/OS

    Obviously I could add something to work around this but I would rather not. Anyone experienced anything similar to this?

    Thanks!

  4. #4
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: Barcode Fonts

    The font has to be a font for the barcode the scanner is going to be reading. IOW, if the scanner is looking for UPC-A, you have tgo print with a UPC-A font. There's no such thing as a generic barcode font - each code type needs its own font, and you also have to print the start, stop and checksum characters for that particular font. It looks as if the barcode type you're printing and the barcode type the scanner is reading are almost the same, but not exactly the same. The cheaper scanner may actually be able to read more barcode types than the more expensive one.
    The most difficult part of developing a program is understanding the problem.
    The second most difficult part is deciding how you're going to solve the problem.
    Actually writing the program (translating your solution into some computer language) is the easiest part.

    Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.

    Please Help Us To Save Ana

  5. #5
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: Barcode Fonts

    What is your reason for using this WASP 3 of 9 font anyway? When I tried to google around for a solution for you the other day it did not seem to be a very popular or often used font. I think I found info on it only in some odd-ball PDF's at some Polaroid website.

    How are you arriving at the choice of a barcode font to use?

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  6. #6

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2001
    Location
    Mass USA
    Posts
    1,674

    Re: Barcode Fonts

    I am using WASP 3 of 9 because the developer before me had the company buy the font package from WASP. As I look around other font packages really aren't that cheap. So I guess it's a cost issue of why I am using it.

    If worse comes to worse my application can just replace the "/O" with "/" then run the routine based on the string. But I would rather resolve the issue.

    I am also open to suggestions on different fonts if I it is feasible for my company to spend them money on them.

  7. #7
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: Barcode Fonts

    Google for FREE 3 of 9

    That font was used by a customer of mine for quite some time...

    and it's free

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width