Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Barcode from Codeplex
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
Barcode from Codeplex
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01499507
Message ID:
01499507
Vues:
222
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")
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform