Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Printing a barcode
Message
De
02/09/2010 11:55:13
 
 
À
02/09/2010 09:32:18
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01479737
Message ID:
01479794
Vues:
69
>I don;t have a problem printing barcodes from reports or handling barcodes within VFP
>
>This is a web based application and the page web I am trying to print needs to print a barcode

As I see it I believe you have two alternatives:

1) Embedded web fonts which are highly browser dependent (IE has support for this since long time ago, FF added it after 3.5 and it is now a CSS2 standard - see https://developer.mozilla.org/en/css/@font-face for details and examples) - if you go for this, all you will have to do is to find (and, eventually, reprocess) a free downloadable barcode font and point to it;

2) Image replacement, by creating an image of the barcode on your server and reference it in the resulting web page (you'll have to manage, besides the processing of the image - a GDI class will be handy for this - the storage on the web server, including for how long the image will be available).
----------------------------------
António Tavares Lopes
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform