One char more in barcode Code39
Hi
I using FastReport .Net and i have small problem with barcode Code39 making.In my FRX template i use barcode code39. Text below code is correct but if i try decode this code i get one char more. Where is the problem?
After decode code i get
00H00VZDA
'A' is additional char.
Comments
set CalcCheckSum = false
that determines if the barcode object should calculate the check digit automatically
It's work. Thanks a lot.