Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to determine the VCX of a class?
Message
From
02/07/2003 15:30:34
 
 
To
01/07/2003 09:12:35
Gary Foster
Pointsource Consulting LLC
Chanhassen, Minnesota, United States
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00805299
Message ID:
00806274
Views:
33
Hi Gary,

If I understand correctly, you want to find out the path of the vcx of the currently selected object which is an object based on a subclass (e.g mysubclass in mysubclasslib.vcx) of your user-defined class (e.g. myclass in myclasslib.vcx). I notice that the property ClassLibrary of the subclass (mysubclass) actually contain the path to the parent class (myclasslib.vcx). Using aselobj(array) will still give you only the path to the parent class (myclasslib.vcx). However, I find out that aselobj(array, 3) will give the path to the subclass (mysubclasslib.vcx) in the 2nd element of the array.
I hope this is what you are looking for.


BTW, Are you making a builder for internal use or selling it? I also want to try to write a builder for internal use. If you're making for internal use, do you mind letting me to know what functions you're trying to make. Just want to get some idea.


Peter
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform