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
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
This is possible to add scripting to it where you used asci codes
and let the report based on the JOIN between the temporary and the displayed dataset.
Thanks
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.