Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
WITH...ENDWITH IntelliSense Not Working Properly
Message
De
22/06/2004 19:33:53
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro Beta
Divers
Thread ID:
00916215
Message ID:
00916249
Vues:
8
>Intellisense does not seem to be working properly with WITH/ENDWITH. I have a grid on a form and would like to see the PEMs for this grid. For example:
>
>WITH this.grdTest
> .
>ENDWITH
>
>No PEMs come up.
>
>Even with this:
>
>WITH this.grdTest As Grid
> .column1.
>ENDWITH
>
>The column objects are not available in IntelliSense because it is not pulling the PEMs from the grid on the form, but from the grid baseclass.
>
>Thanks,
>
>Aaron

It only works with known classes, or classes that exist in a .VCX or .PRG that is specified as:
WITH this.grid1 AS mygrid IN mylib.VCX
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