Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
IntellSense doesn't working WITH ... ENDWITH
Message
From
21/06/2003 14:17:01
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00802524
Message ID:
00802614
Views:
20
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform