Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Intellisense..
Message
De
18/12/2001 14:02:55
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00595496
Message ID:
00595745
Vues:
23
>I remember seeing a thread a while ago on it not working when you use "WITH". There was a work around offered (sorry, don't remember and I can't search anymore) but IIRC, it was rather kludgy. What I have been doing is putting in the whole path and then putting the WITH..ENDWITH in when I'm all done.
>
>To get it to show the properties of your classes, make sure you do the SET CLASSLIB TO and then define your variable like this:
>
>LOCAL loMyObject AS MyClass
>
>That "AS" lets intellisense know what class to use.
>
>If you happen to figure out how to get THIS. to work right within a class, I'd sure love to know. Haven't figured that one out, yet.
>
>Michelle
>

Michele,

The trick I use for WITH/ENDWITH (and it still is a kludge):

"WITH oObject.Property = whatever" and then I cut back to the ".Property = whatever" and paste it below the "WITH oObject".


What problems are you having with THIS and Intellisense? Works OK in method code for me.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform