Page 1 of 1

Writing Codabar with special character

Posted: Mon Feb 12, 2018 6:03 pm
by elisacosta
Hi all,
I'm using GdPicture.NET 12.

I've read, about Codabar type of barcode, that it can encode the digits 0 through 9, six symbols ( - : . $ / + ), and the start/stop characters A, B, C, D, E.
But if I use method:
'Barcode1DWriteGetMinWidth(Barcode1DWriterType.Barcode1DWriterCodabar, myString)'
with mystring ="A12356.B";
it returns '0'
and
'Barcode1DWrite' return GdPictureStatus.BarcodeNotNumeric = 1005.

Why special charatcters are not allowed?

Thank you very much

Best regards

Elisa

Re: Writing Codabar with special character

Posted: Tue Feb 13, 2018 8:09 am
by Costinel
Hi Elisa,

This is a known bug. It was fixed in the early versions of GdPicture.Net 14.
Using version 14, with your string, Barcode1DWriteGetMinWidth returns 82, and the Barcode1DWrite writes the barcode and returns OK.
There is nothing we can do for version 12, since it is discontinued a long time ago, and we provide support only for the current version.

Best regards,
Costinel

Re: Writing Codabar with special character

Posted: Tue Feb 13, 2018 10:45 am
by elisacosta
Thank you very much for your prompt replay,

Best regards

Elisa Costa