Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create DLL from Session and show existing method
Message
De
25/02/2009 08:04:09
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Create DLL from Session and show existing method
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Divers
Thread ID:
01384014
Message ID:
01384014
Vues:
97
Hi All

I am creating dll based on the Session Class.
I don't wonna use custom class and use Hidden keyword.
I want the ability to show AddProperty which is exist in the vfp session class, but after compiling to dll, only custom PEM are available.
I know If I change the name of AddProperty to something else such as AddProp, I will see AddProp.

Is there away to show AddProperty?
Define Class Printer as Session OLEPUBLIC
    Function Myfunc && This function is appearing
    Return "OK"
    Function AddProperty(ObjectName as Object,PropertyName as String,Value as Variant) && this function is not
		This.AddProperty(ObjectName,PropertyName,Value)
    EndFunc 
EndDefine
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform