Page 1 of 1

problem with barcode in stimulreport

Posted: Sun May 22, 2011 6:39 am
by tara_m66
hi
i use this code to send a code value to a barcode in c#:

Code: Select all

Stimulsoft.Report.Components.StiBarCodeExpression st = new Stimulsoft.Report.Components.StiBarCodeExpression("123456");
 txt_barcode.Code = st;
but it adds a number or character in the end of barcode.
for example: for 123456
barcodescanner read 123456u
what's my problem?

problem with barcode in stimulreport

Posted: Sun May 22, 2011 11:57 pm
by Andrew
Hello,

Which barcode are you using?
In some barcodes a checksum may be included.
If your scanner is not configured properly, then the checksum must be disabled in the properties of the barcode.

Thank you.

Re: problem with barcode in stimulreport

Posted: Wed May 21, 2014 9:46 am
by sarahwhite0
My created barcode is Code 39. As I know, it has an optional checksum digit. So how can I control barcode scanner to recognize Code 39 correctly if it has a checksum.
Thanks.

Re: problem with barcode in stimulreport

Posted: Thu May 22, 2014 10:42 am
by HighAley
Hello.

Please, disable check sum like on image.
CheckSum.png
CheckSum.png (9.07 KiB) Viewed 1728 times
Thank you.