Barcode and GS1-128

Hello,

I'm trying to print a GS1-128 code using TfrBarCodeView.
The code I want to print is (01)98004673800269(3103)006220(15)100222(10)009148 and it doesn't work. The barcode type I want to use is EAN128C, and it causes an error "Error in barcode".

It works whit the barcode types Code128A and Code128B, but the result barcode is very long, and I need it to be smaller because I want to print it in a label.

What can I do?

Thank you very much

Comments

  • edited 2:44PM
    Aliena wrote: »
    Hello,

    I'm trying to print a GS1-128 code using TfrBarCodeView.
    The code I want to print is (01)98004673800269(3103)006220(15)100222(10)009148 and it doesn't work. The barcode type I want to use is EAN128C, and it causes an error "Error in barcode".

    It works whit the barcode types Code128A and Code128B, but the result barcode is very long, and I need it to be smaller because I want to print it in a label.

    What can I do?

    Thank you very much

    This is possible to add scripting to it where you used asci codes
  • edited 2:44PM
    Create temporary table, insert the PK's iterating on the Grid's SelectedRows property,
    and let the report based on the JOIN between the temporary and the displayed dataset.
  • HelenMHelenM USA
    edited 2:44PM
    Now I know im not the only one who has had problems with doing my own barcode label printing. I started trying to print my own about 6 months ago but kept encountering lots of problems. I downloaded good software and bought a label printer Zebra, but still I came across problems. Does anyone have any suggestions on software to use? Im close to giving up and really need some help

    Thanks
  • edited 2:44PM
    Bucklepdf wrote: »
    GS1-128, also called UCC/EAN-128 barcode, is an application standard of the GS1 implementation using the linear barcode creating specification. If you want to create a desired samller GS1-128, you just need to use a mature GS1-128 barcode generator to adjust and reset the relevant GS1-128 barcode size, including bar module X & Y, barcode width & heigth, and barcode four margins.
    thanx for your information ! but how to define "mature"
  • edited June 2015
    Aliena wrote: »
    Hello,

    I'm trying to print a GS1-128 code using TfrBarCodeView.
    The code I want to print is (01)98004673800269(3103)006220(15)100222(10)009148 and it doesn't work. The barcode type I want to use is EAN128C, and it causes an error "Error in barcode".

    It works whit the barcode types Code128A and Code128B, but the result barcode is very long, and I need it to be smaller because I want to print it in a label.

    What can I do?

    Thank you very much

    Code 128 C can only encode numeric digits, but I wonder if the brackets count though they are included in the AI. As long as the created barcode image does not exceed the maximum barcode width according to GS1 specification, it should be okay. You can scan the EAN-128 with this barcode reader.

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.