Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
IntellSense doesn't working WITH ... ENDWITH
Message
De
21/06/2003 14:17:01
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00802524
Message ID:
00802614
Vues:
23
>Hello Friends!
>
>After I start to use WITH.. ENDWITH the Intellisense stop of working. Intellisense only works if I type the reference to the object, like THIS., THIS.PARENTE, or the direct reference to the object
>
>Does have some way of changing this?


That's correct, it doesn't work inside the WITH/ENDWITH block.

What I do is this:

On the line that defines the WITH and the object, I type my additional properties, methods on it, and then cut & paste the appopriate parts into the code below it.

1) WITH myObject
2) Add the . reference to kick in Intellisense
3) enter my property or method from the list
4) Highlight and cut and paste to the appropriate place

It's a bit of back forth with the mouse, but it helps when the object name is long and I don't want to retype it.
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