Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bar Code Font
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
01198643
Message ID:
01198691
Vues:
6
>Thanks for your replies.
>
>I have downloaded som .TTF files... What do I do next ??Di I need to Install them or copy them into a specific folder on XP machine so they can be used with VFP
>
>Regards,
>Gerard
>
>
>>Try here http://www.barcode-1.net/pub/russadam/fonts.html
>>
>>>Hi.
>>>Anybody know where to get a Bar Code Font (Max of 10 characters, alpha and Numeric) that workds in VFP report writer and preferably is free ?
>>>
>>>Regards,
>>>Gerard


Install the fonts just like you would other fonts. (Control Panel - Fonts applet)

To use the font, note any special codes needed to use it, i.e. Code 39 requires and * to start and stop the bar code. So to code something on a report with code 39, let say product.
An expression like this would work well
"*"+alltrim(product)+"*" && alltrim to remove spaces to shorten barcode if they are not needed

Set the font of this to code39 and increase the size of the font so that it is scannable. I find 24 point is a good size for most fonts.

HTH,
Mike
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform