Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create DLL from Session and show existing method
Message
From
25/02/2009 08:04:09
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Create DLL from Session and show existing method
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01384014
Message ID:
01384014
Views:
98
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
Next
Reply
Map
View

Click here to load this message in the networking platform