Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Barcode from Codeplex
Message
From
09/02/2011 18:51:45
Luis Navas
Independent Consultant
Auckland, New Zealand
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01499507
Message ID:
01499515
Views:
62
>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 :-)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform