Barcode Question/Problem

Stimulsoft Reports.NET discussion
Post Reply
Ink
Posts: 50
Joined: Sat Jul 02, 2011 2:26 am
Location: UK

Barcode Question/Problem

Post by Ink »

Hi,

I have a sample label containing a barcode which I am told is a code 128 barcode.
It consists of 3 pieces of data

05000227500845
120802
0060

The human readable strig below the barcode displays as (02)05000227500845(15)120802(37)0060

When I scan the sample its reads as 020500022750084515120802370060

I am trying to reproduce the label in Stimulsoft, from data contained in an XML file.
The file contains the three bits of data show above.

So I place a barcode on my report, set it to code 128 auto, and set its value to {MydataSource.BarCodePart1}{MydataSource.BarCodePart2}{MydataSource.BarCodePart3}

So far, so good.

When I print the report, my barcode is readable but it returns 050002275008451208020060 and the barcode label displays as 050002275008451208020060
If I change the source for the barcode to be (02){MydataSource.BarCodePart1}(15){MydataSource.BarCodePart2}(37){MydataSource.BarCodePart3}
a barcode gets generated (but looks nothing like the sample I have been supplied), the human readable label displays correctly but the barcode is unreadable by the scanner.

Can anyone help with what I am doing wrong? I know very little about barcodes. What is the significance of the bracket numbers - (02) (15) (37) - do I need to put them in, and if so how do I do it correctly?

Thanks,

Jon.


Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

Barcode Question/Problem

Post by Andrew »

Hello,
a barcode gets generated (but looks nothing like the sample I have been supplied),
Please send us a sample of your bar-code for analisys.

Thank you.
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

Barcode Question/Problem

Post by Ivan »

Hello,

Please check the modified report sample in the attachment.

Thank you.
Attachments
1231.TestLabel modified.zip
(2.53 KiB) Downloaded 327 times
Ink
Posts: 50
Joined: Sat Jul 02, 2011 2:26 am
Location: UK

Barcode Question/Problem

Post by Ink »

Thanks, that's perfect.
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

Barcode Question/Problem

Post by Andrew »

Hello,

As always we are glad to help you.

Thank you.
Post Reply