Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to determine the VCX of a class?
Message
De
02/07/2003 15:30:34
 
 
À
01/07/2003 09:12:35
Gary Foster
Pointsource Consulting LLC
Chanhassen, Minnesota, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00805299
Message ID:
00806274
Vues:
34
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform