Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating a VFP9 COM to be used in VFP8 code
Message
 
 
To
10/08/2007 13:34:25
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
01247363
Message ID:
01247462
Views:
30
>The way this works is I will need to send information to the methods/properties though. Port number, data stream, etc. Can I do this in my scenario?
>

Yes, sure. You would invoke the methods of the class with parameters.

loMyCom = createobject('MyDllName.myClass')

lcMyOutput = loMyCom.MyMethod(myParam1, myParam2)
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform