2/5 Interleaved Barcode Problem
i place two barcode objects in the design window,
barcode type: 2/5 Interleaved,
barcode text is same: 78999904525,
the CalcCheckSum property: one is true, another is false
i print this two barcode, they are all same,
i use scanner scan them, first i set the scanner not check the check-digit, the result is 7899990452, lost the last digit "5"!
ant then i disable the check-digit function of the scanner, scan the two barcodes again, the scanner can not read them at all!
barcode type: 2/5 Interleaved,
barcode text is same: 78999904525,
the CalcCheckSum property: one is true, another is false
i print this two barcode, they are all same,
i use scanner scan them, first i set the scanner not check the check-digit, the result is 7899990452, lost the last digit "5"!
ant then i disable the check-digit function of the scanner, scan the two barcodes again, the scanner can not read them at all!
Comments
I will fix the CheckSum in the tomorrow's daily build. Also note that 2of5Interleaved code must contain even number of digits (if you provide odd number of digits, the last digit will be ignored).
another question, 2/5 inerleaved barcode must contain even number of digits, it ok,
but if i set CalCheckSum to false, i use Fast-Report and ArgoBar Lite to print barcode: 78999904525,
as your specify, Fast-Report generate a barcode 7899990452, ignore the last digit,
but ArgoBar Lite generate a barcode 078999904525, it pad "0" in the prefix.
it's hard to tell which way is fine, but as a customer, i don't want to lost any digit in the barcode,
i would like the program pad "0" in the prefix.
anyway, thanks a lot.