Hello and thanks for the help.

Recently my VFP (7 sp 1) IDE has not been remembering toolbar positions or
the list of recently opened prg, scx, frx etc from one session to another.

Is this a resource file problem?

Does anyone know what to do about it?

Thanks,
Jeff

Re: I'll bet this is a simple one by Rush

Rush
Wed Apr 30 12:48:36 CDT 2008

Jeff Grippe wrote:
> Hello and thanks for the help.
>
> Recently my VFP (7 sp 1) IDE has not been remembering toolbar positions or
> the list of recently opened prg, scx, frx etc from one session to another.
>
> Is this a resource file problem?
>
> Does anyone know what to do about it?
>
> Thanks,
> Jeff
>
>

Try deleting the resource files (FoxUser.dbf and FoxUser.fpt) - they
will be recreated when you start Fox.

- Rush

Re: I'll bet this is a simple one by Dan

Dan
Wed Apr 30 15:46:24 CDT 2008

Jeff Grippe wrote:
> Hello and thanks for the help.
>
> Recently my VFP (7 sp 1) IDE has not been remembering toolbar
> positions or the list of recently opened prg, scx, frx etc from one
> session to another.
> Is this a resource file problem?
>
> Does anyone know what to do about it?
>
> Thanks,
> Jeff

Does SET("RESOURCE") say "ON"?

If not, your *currently in use* config.fpw [SYS(2019)] likely has a line
that says RESOURCE=OFF.

If none of that turns up anything curious, do as Rush says and delete the
*currently in use* foxuser.* [Sys(2005)].

Currently in use can be an issue, depending on how you start VFP among other
things. Multiple copies of each of these files can be scattered about your
disk, so first determine which ones are actually in use.

Dan