Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
IntelliNonsense
Message
From
16/10/2005 16:47:52
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
01059465
Message ID:
01059520
Views:
7
>IntelliSense in VFP 9 needs some work.
>
>I typed:
>
>
>WITH This
>
>  SELECT Results
>  SCAN
>
>    IF oApp.   &&<=====  Hit the Dot and IntelliSense opened.
>
>  ENDSCAN
>
>ENDWITH
>
>
>and when I hit the dot, the NotSoIntelligentSense opened with a list of PEM's for the
>class I'm in, not the Application class. The App class has not been instantiated,
>so IntelliSense should not have responded at all. If oApp had been an instantiated object,
>then IntelliSense should have displayed a list of PEM's for it.
>
>The same happens here:
>
>WITH This
>
>  SELECT Results
>
>  SCAN
>
>   Results.Field1 = "SomeVal1"
>   Results.Field2 = "SomeVal2"
>   Results.                      &&<=====  Hit the Dot and IntelliSense opened.
>
>  ENDSCAN
>
>ENDWITH
>
>
>Again, IntelliSense opened with a list of PEM's for the class I'm in, not a
>list of field names, as you would expect. If no table is open, the intellisens should
>not open. If a table IS open, then display a list of field names.
>
>Just my gripe for the day!

You're right. Both VFP and .Net intellisense has some nonsense parts but still better than not to have them at all:)
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform