Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
WITH...ENDWITH IntelliSense Not Working Properly
Message
From
22/06/2004 19:33:53
 
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro Beta
Miscellaneous
Thread ID:
00916215
Message ID:
00916249
Views:
7
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform