Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
IntelliSense
Message
From
20/03/2003 08:38:12
 
 
To
19/03/2003 16:56:56
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00767839
Message ID:
00768007
Views:
16
>I am trying to disable intellisense for good. Nice gentlemen said that I need to disable by _VFP.EditorOption="". I read the EditorOptions but still do not know where to type it in. Simple instructions please.
>
>Thanks, Sal

The workaround is to put _VFP.EditorOptions in a startup
* Startup.prg
_VFP.EditorOptions = ''
and call it from config.fpw
* config.fpw
Command = Do Startup.prg
Regards
Herman
Previous
Reply
Map
View

Click here to load this message in the networking platform