Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
IntelliNonsense
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
IntelliNonsense
Miscellaneous
Thread ID:
01059465
Message ID:
01059465
Views:
48
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!
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Next
Reply
Map
View

Click here to load this message in the networking platform