Sage 100

 View Only
Expand all | Collapse all

Has anyone had any success printing UPC codes from

Todd Martin

Todd Martin04-27-2012 09:22

William Schlageter

William Schlageter04-27-2012 09:26

Louis Araiza

Louis Araiza04-27-2012 09:47

Barbara Goldstein

Barbara Goldstein05-07-2015 16:49

  • 1.  Has anyone had any success printing UPC codes from

    Posted 04-27-2012 09:20
    Has anyone had any success printing UPC codes from MAS? I have a UDF that stores the UPC code in CI_Item, I can even print the UPC code (formatted to look just like a UPC code) but the thing won't scan. I'm in the process of trying all of the Azalea fonts that come with workstation setup, but I wanted to check if anyone else had solved this already.


  • 2.  RE: Has anyone had any success printing UPC codes from

    Posted 04-27-2012 09:22
    Is this on a thermal printer or laser?


  • 3.  RE: Has anyone had any success printing UPC codes from

    Posted 04-27-2012 09:26
    And if thermal, what DPI is it?


  • 4.  RE: Has anyone had any success printing UPC codes from

    Posted 04-27-2012 09:28
    Correct me if I'm wrong, but I thought just Code 128 was included with workstation setup.


  • 5.  RE: Has anyone had any success printing UPC codes from

    Posted 04-27-2012 09:29
    Could be a couple things - You have to create a formula in Crystal to print the code. Without the correct formula, it would print. The second is to verify that the field width is plenty wide.


  • 6.  RE: Has anyone had any success printing UPC codes from

    Posted 04-27-2012 09:29
    The customer will be printing these out on termal labels. I'm not sure what the DPI is - how can I determine that?


  • 7.  RE: Has anyone had any success printing UPC codes from

    Posted 04-27-2012 09:30
    If thermal DO NOT USE the Azalea font. Some thermals can handle it but my rule of thumb is not to use it. The printer treats the barcode as an image (where DPI comes in) and like a fax it might not be exactly what the barcode reader needs to read, although it looks all the same to us. I would usually setup the font in the printer driver. This allows for the font to be passed to the printer and the printer will draw the barcode.


  • 8.  RE: Has anyone had any success printing UPC codes from

    Posted 04-27-2012 09:30
    If it will not scan then you have an issue in one of two areas. 1. The scanner is not setup to scan that type of bar code. Some are only setup to scan Code 39 and 128, by far the most popular. Other codes such as UPC have to be programmed into the scanner. 2. The bar code is not setup correctly. The formula might be incorrect or the font used is not correct. You might have a UPC Code formula but are using a Code128 font. 3. Some times the label is just not big enough, try increasing the size of the bar code.


  • 9.  RE: Has anyone had any success printing UPC codes from

    Posted 04-27-2012 09:31
    Wow a lot of posting happened between the time I started to write and the time I posted.


  • 10.  RE: Has anyone had any success printing UPC codes from

    Posted 04-27-2012 09:32
    @ToddMartin - if you don't use the Azalea font, are you purchasing another font? If so, which one? @JeffSchwenk - Are you saying that I need to create a formula in Crystal that just contains the UPC code?


  • 11.  RE: Has anyone had any success printing UPC codes from

    Posted 04-27-2012 09:32
    Note that this is why I liked using Bartender which avoids situations like this.


  • 12.  RE: Has anyone had any success printing UPC codes from

    Posted 04-27-2012 09:36
    No purchase of another font. It is done in the printer driver.Go to the driver and view the fonts. You would add a new font called Code128. Make all your settings there. Then go into the form and change the no printer setting to the thermal printer. You will see all the font you have on the printer listed. Choose the code128 you just created. Then you are done. This is also how you can speed up printing of the thermal label. Some thermals will pause. This pause is the download of the image to the thermal printer. Just as it downloaded the Barcode image it does the same thing for the fonts you use. If the font is native to the device it will not pause.


  • 13.  RE: Has anyone had any success printing UPC codes from

    Posted 04-27-2012 09:39
      |   view attached
    See my image of the printer properties. Click on Font | New barcode font.


  • 14.  RE: Has anyone had any success printing UPC codes from

    Posted 04-27-2012 09:40
    Thanks everyone! I will give this a try and let you know what happens.


  • 15.  RE: Has anyone had any success printing UPC codes from

    Posted 04-27-2012 09:47
    Except in your case it would be UPC font


  • 16.  RE: Has anyone had any success printing UPC codes from

    Posted 04-27-2012 10:35
    I ran into a similar issue trying to generate barcoded receipt document in excel. Even though it looked like barcode it could not be scanned until the appropriate font was added to Excel.


  • 17.  RE: Has anyone had any success printing UPC codes from

    Posted 05-07-2015 11:44
    @KateKrueger remember this? What was your solution? Did you use the C128 font or something else?


  • 18.  RE: Has anyone had any success printing UPC codes from

    Posted 05-07-2015 11:51
    I believe I was able to get the C128 font to work, I just had to make sure it was added to the workstation and the printer and set as the Crystal font. I think that is what worked.


  • 19.  RE: Has anyone had any success printing UPC codes from

    Posted 05-07-2015 12:35
    We had issues with it not scanning correctly unless the font size was set to 30.


  • 20.  RE: Has anyone had any success printing UPC codes from

    Posted 05-07-2015 16:49
    Thanks - we'll see how it goes.


  • 21.  RE: Has anyone had any success printing UPC codes from

    Posted 05-07-2015 16:55
    I agree with Therese - big is better. Also, make sure you size the field the proper width. You can always shrink it down once it starts scanning. I just looked at client form with SO # bar coded. Using Code 128VeryWide, the font size is 20 and the field width is 2.333 W X .33 H. It looks a little wide in designer but if your character width is variable (ci_Item) you should probably oversize it.