Can somebody help me
How can I switch off automaticly the Intellisense Manager
My config.fpw file contains the following line

_VFP.EditorOptions = "

But -sorry- this does not work. Every time when I start to use VFP8 I have to switch off Intellisense manager by hand

Many thanks
Sandor

Re: Intellisense manager by Andrew

Andrew
Wed Mar 03 08:12:31 CST 2004

Sandor Hajdu wrote:
> Can somebody help me?
> How can I switch off automaticly the Intellisense Manager?
> My config.fpw file contains the following line:
>
> _VFP.EditorOptions = ""
>
> But -sorry- this does not work. Every time when I start to use VFP8 I
> have to switch off Intellisense manager by hand.
>
> Many thanks.
> Sandor

During my brief spell with VFP8 I had this in my config.fpw:

COMMAND=_VFP.EditorOptions=""

--
HTH
Andrew Howell



RE: Intellisense manager by anonymous

anonymous
Wed Mar 03 08:46:09 CST 2004

Sorry, put the sentence in the window command.

Re: Intellisense manager by Thierry

Thierry
Wed Mar 03 11:51:21 CST 2004

> _VFP.EditorOptions =3D=20
this is not valid in a configuration file.

You may try :
_Codesense =3D ''
it should disable standard intellisense engine.
--=20
Th N
Abaque

"Sandor Hajdu" <anonymous@discussions.microsoft.com> a =C3=A9crit dans =
le message de news:A891FB0F-24F6-41CD-8376-68858FF020C0@microsoft.com...
> Can somebody help me?
> How can I switch off automaticly the Intellisense Manager?
> My config.fpw file contains the following line:
>=20
> _VFP.EditorOptions =3D ""
>=20
> But -sorry- this does not work. Every time when I start to use VFP8 I =
have to switch off Intellisense manager by hand.
>=20
> Many thanks.
> Sandor