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 16:09:13
Gary Foster
Pointsource Consulting LLC
Chanhassen, Minnesota, États-Unis
 
 
À
02/07/2003 16:04:24
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:
00806291
Vues:
33
As a followup to my last reply, now I'm trying to duplicate the class editor functionality so we can edit select object methods in a builder. I found the calls here on the UT for beautify and now I'm trying to figure out how to use Intellisense in a form's editbox. I'm using read and writemethod() to get the code in and out, but it needs Intellisense to really be useful.

Gary

>Peter,
>Thanks for the tip, I think that's just what I'm looking for.
>
>I'm creating builders for my co-workers who aren't familiar with VFP. It's the only way to get them to use the language. I've built form and field builders so we can create the query-by-form forms they are used to creating in another platform.
>
>I've worked with VFP since it was invented, but never built a builder before. They are going to be very helpful for the whole shop, me included!
>
>Gary
>
>
>>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