Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to accede to an instance of a COM object?
Message
From
22/01/2002 07:27:07
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
How to accede to an instance of a COM object?
Miscellaneous
Thread ID:
00608295
Message ID:
00608295
Views:
39
I have a COM object(VFP) that makes a call to a PRG.
How I can make a call to a function of COM object from that same PRG?

This is the idea:
COM X.prg
---- -----

do X.prg com.Function()


I have tried to give name to COM object and to make the call with name.function() but does not seem accessible.

COM X.prg
---- -----
this.name="Proxy"
do X.prg Proxy.Function()


How I can accede to the functions of my COM object? Necessarily it has to be the same object and not a different instance.

Thanks.
Next
Reply
Map
View

Click here to load this message in the networking platform