problem with barcode in stimulreport

Stimulsoft Reports.NET discussion
Post Reply
tara_m66
Posts: 1
Joined: Sun May 22, 2011 6:36 am

problem with barcode in stimulreport

Post 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?
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

problem with barcode in stimulreport

Post 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.
sarahwhite0
Posts: 1
Joined: Wed May 21, 2014 9:40 am

Re: problem with barcode in stimulreport

Post 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.
Never forget to say “thanks”
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: problem with barcode in stimulreport

Post by HighAley »

Hello.

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