Hi,
I need to generate a barcode in the 128 format with the charset B.
The charset B is required for my project.
How can I do this?
VpeCtrl.Barcode(1700, 262, 2000, 322, BCT_CODE128B, "123Abds", '');
OR
VpeCtrl.Barcode(1700, 262, 2000, 322, BCT_CODE128, "123Abds", '');
???
Thanks a lot