GS1 128 Barcode

Stimulsoft Reports.Silverlight discussion
Locked
flip
Posts: 23
Joined: Mon Dec 12, 2011 10:47 am

GS1 128 Barcode

Post by flip »

Hi,
I need a GS1 128 barcode in my reports. I saw that this barcode format is a derivative of Code 128 with a special character: FNC1 (http://www.gs1-128.info/ and http://en.wikipedia.org/wiki/GS1-128)
Do you support this kind of barcode with that character?

Thank you
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

GS1 128 Barcode

Post by Alex K. »

Hello,

Yes, it is EAN-128 barcode.
"..The former correct name was UCC/EAN-128. Other no longer used names have included UCC-128 and EAN-128..."

Thank you.
flip
Posts: 23
Joined: Mon Dec 12, 2011 10:47 am

GS1 128 Barcode

Post by flip »

Thanks for your reply.

I saw this topic and implemented the FNC1 character this way:

Code: Select all

{string.Concat("AA", (char)129, "BB")}
And that looks like is shown in the attachment.

I see in the release notes of Stimulsoft Ultimate that there is a property ShowQuietZones. Does that exist in Silverlight as well? [edit] I found the QuietZones property.[/edit]
New features when printing bar-codes
Code128c and Ean128c barcodes now support the FNC1 command. It is used to connect multiple values in a single barcode. We also added a new ShowQuietZones property for the barcode component. The property is used for synchronization of barcode scanners.
Attachments
1505.barcodegs.png
1505.barcodegs.png (13.33 KiB) Viewed 3490 times
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

GS1 128 Barcode

Post by Ivan »

Hello,

We are always glad to help you.
Let us know if you need any additional help.

Thank you.
Locked