Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Barcode from Codeplex
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Barcode from Codeplex
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01499507
Message ID:
01499507
Views:
220
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")
Next
Reply
Map
View

Click here to load this message in the networking platform