Extra characters at the end of Code 39 barcodes?

Stimulsoft Reports.WEB discussion
Post Reply
DavidLee82
Posts: 11
Joined: Wed Jul 03, 2024 12:52 am

Extra characters at the end of Code 39 barcodes?

Post by DavidLee82 »

Hi,

I am now trying to develop a module that will use Stimulsoft Reports for Web to print bar code stickers for cartons as per requests from our users. This report is to be fed to a SATO brand label printer.

We are supposed to use Code 39 as this is what our scanners can read.

Our code is a four-character customer code (one letter and three numbers), a ten-character department code that must be space-padded (this can be 10 blank spaces to indicate that the customer does not have departments) and lastly a ten-character code, again space-padded, identifying the carton.

However I noticed that the barcodes generated by Stimulsoft has an added extra character at the end. We generally do not want this character there.

Provided are the screenshots of the generated barcode and the attempt to read the code, notice how an extra "M" character got added to the barcode. This letter seems to change based on the code.
Screenshot 2025-04-11 111211.png
Screenshot 2025-04-11 111211.png (64.58 KiB) Viewed 7764 times
Screenshot_20250411_111541.jpg
Screenshot_20250411_111541.jpg (783.05 KiB) Viewed 7764 times
I have also attached a copy of the report with the connection code removed.

Kindly advise if it's possible to remove the character. Thanks.
Attachments
CollectBarCode-connectionremoved.mrt
(12.09 KiB) Downloaded 101 times
Lech Kulikowski
Posts: 7332
Joined: Tue Mar 20, 2018 5:34 am

Re: Extra characters at the end of Code 39 barcodes?

Post by Lech Kulikowski »

Hello,

You can set the CheckSum=No property.

Thank you.
Attachments
Screenshot 2025-04-14 224549.png
Screenshot 2025-04-14 224549.png (110.02 KiB) Viewed 5178 times
DavidLee82
Posts: 11
Joined: Wed Jul 03, 2024 12:52 am

Re: Extra characters at the end of Code 39 barcodes?

Post by DavidLee82 »

Hi,

That solves the issue. Thank you.
DavidLee82
Posts: 11
Joined: Wed Jul 03, 2024 12:52 am

Re: Extra characters at the end of Code 39 barcodes?

Post by DavidLee82 »

Hi, now we are having another issue.

When the label is generated, we get it as intended. However when we try to print it or even preview it, the font did not apply.
font not being applied.png
font not being applied.png (225.96 KiB) Viewed 5016 times
When we try to print it, things are even worse, the font size are all off.
IMG_20250422_094612.jpg
IMG_20250422_094612.jpg (2.77 MiB) Viewed 5013 times
Owing to the age of the printer we are using a Windows 7 PC with Chrome to print the report

Kindly advise, thanks.
Lech Kulikowski
Posts: 7332
Joined: Tue Mar 20, 2018 5:34 am

Re: Extra characters at the end of Code 39 barcodes?

Post by Lech Kulikowski »

Hello,

How do you load fonts - in the report resources or StiFontCollection?

Thank you.
Post Reply