Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
OLE Automation problem
Message
 
À
17/10/2001 23:06:05
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00568934
Message ID:
00570084
Vues:
21
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform