Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Barcode from Codeplex
Message
De
09/02/2011 18:51:45
Luis Navas
Independent Consultant
Auckland, Nouvelle Zélande
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01499507
Message ID:
01499515
Vues:
63
>Hi
>
>I downloaded the barcode class from the form below:
>
>http://vfpx.codeplex.com/wikipage?title=FoxBarcode
>
>I am trying to use the test code below, but results class no found.
>
>Please help to use this code. The zipped file I downloaded from the site contains only .prg and forms.
>
>
>
>*-- Create object
>loFbc = CREATEOBJECT("FoxBarcode")
>
>*-- Set the properties
>WITH loFbc
>  .cImageType = "PNG"
>  .nBarcodeType = 110 & & Code 128
>  .cSet128 = "C" & & Set 128 C
>  .nImageHeight = 100
>  .nFactor = 2
>ENDWITH
>
>*-- Generate image
>lcImagen = loFbc.BarcodeImage("123456789012")
>
>
Be sure the PRG is in the Set Procedure To List or usew NewObject() instead
I never forget a face, but in your case I will make an exception :-)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform