Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
OLE Automation problem
Message
 
To
17/10/2001 23:06:05
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00568934
Message ID:
00570084
Views:
22
Hi,

Pls make like this.

Define Class C1 as Custom OLEPUBLIC
Proc GetMyObject
Local aa As Object
aa = CreateObject("C2")
Return aa
EndProc

EndDefine

*** COM2
*** Project VFPCom2

Define Class C2 as Custom
Proc DumProc
Return "Return from DumProc"
EndProc

EndDefine

Regards
Ajay Mishra
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform