Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ActiveX control on a Report
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00106768
Message ID:
00106792
Views:
24
Paul,
There are some methods you could use to accomplish what you are doing.

1. You already have the control on a form (or some other type of container) you could write a function that instantiates this control and calls the proper methods from the ActiveX control.

Like:
x = createobject("conBarcodeContainer")
x.printbarcode()

BUT:

You are probably trying to print the barcode on your report. I have a better solution to this problem. Acquire a barcode Font. One company I know of is www.azalea.com. They have code written for FoxPro and VB and their fonts work pretty darn well. There are others though.

Hope this helps.
Rod
Rod Paddock
Editor in Chief CoDe Magazine
President Dash Point Software, Inc.
VP Red Matrix Technologies,Inc.
Previous
Reply
Map
View

Click here to load this message in the networking platform