Jmartin
Comments
-
Hello Nard,
I have encoded my value manually in Code 128 Character Set C :
BarCode1.Data := Chr(208) + 'S2' + Chr(204) + '302093000002';
This code works, the barcode is 2 mm shorter, but still to long. Do you think… -
Hi Nard,
Thanks for the hint, I guess I could try to make use of Code 128 Character Set C, to reduce the length.
Will try it soon.
Have a nice weekend.
Jean -
Hi Nico,
Thank you very much, it solved my problem, at the end of the ini file I had :
[Preview AccessoryToolbar]
Width=65535
But I deleted it and it's working again.
Jean