Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
PEMSTATUS() In a DLL
Message
De
19/12/2001 03:59:30
Alexandre Palma
Harms Software, Inc.
Alverca, Portugal
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00595837
Message ID:
00595996
Vues:
23
Hi Kevin VFP dll's don't allow you to have forms fo more info type in VFP help index pane the following: vfp7t.dll run-time library, unsupported commands

>I created a dll with a property, 'oForm'. I assigned it as follows:
>
>
>oForm = newobject("MyForm", "MyClassLib")
>oDLL = createobject("mydll.myclass")
>
>oDll.oForm = oForm
>

>
>Inside the DLL I have:
>
>IF PEMSTATUS(This.oForm, "MyMethod", 5)
>

>
>
>If I run this as a class, it works fine. PEMSTATUS finds the method.
>But when I build the DLL, PEMSTATUS fails to find the method. Is this
>by design? If so, how do I determine if a method exists on 'oForm'?
>Thanks
Alexandre Palma
Senior Application Architect
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform