I have to print CODE128 barcode with fivewin .
I also have to be able to use it in word , excel .
The string i have to print look like : =B01420806123400
(It is for a medical use)
How to ?
Thanks
I have to print CODE128 barcode with fivewin .
I also have to be able to use it in word , excel .
The string i have to print look like : =B01420806123400
(It is for a medical use)
How to ?
Thanks
Jack wrote:I have to print CODE128 barcode with fivewin .
I also have to be able to use it in word , excel .
The string i have to print look like : =B01420806123400
(It is for a medical use)
How to ?
Thanks
Thanks for this answer .
Where can i find this font .
Do you have also a sample of code .
Thanks
Hello Jack,
there are mostly commercial-versions of this font.
Here is a free one from my website :
http://www.pflegeplus.com/fw_downloads/code128.ttf
Regards
Uwe ![]()
What about the code :
PRINT oprint NAME "Test Font128"
DEFINE FONT oFont NAME "CODE128" SIZE 0,-20 of Oprint
oPrint:CmSay(ol,0.5,ww,oFont)
use Barlib