Check Digits
Hi all,
I'm using FR 4.2 Delphi Xe2 update 2. I've been using EAN13 barcodes in a report with a check digits ('Calc Checksum') and it all works fine. I've even checked that the checkdigit is calculated correctly which it is.
If I switch the barcode to EAN8, I don't seem to get a check digit, just my barcode value. The barcode text also seems to be all left aligned rather than right aligned as with EAN13. The 'Calc Checksum' is ticked for the barcode object.
Any ideas ?
Thanks
Bill.
I'm using FR 4.2 Delphi Xe2 update 2. I've been using EAN13 barcodes in a report with a check digits ('Calc Checksum') and it all works fine. I've even checked that the checkdigit is calculated correctly which it is.
If I switch the barcode to EAN8, I don't seem to get a check digit, just my barcode value. The barcode text also seems to be all left aligned rather than right aligned as with EAN13. The 'Calc Checksum' is ticked for the barcode object.
Any ideas ?
Thanks
Bill.
Comments
frxBarCode.pas
function TfrxBarcode.Code_EAN8:AnsiString;
Its not setting FText correctly to include the check digit in the text.
Does anyone agree with this ? If so, will we see it fixed in a future build ?
Thanks
Bill.