On Sun, 06 Jan 2008 19:36:14 -0500, Steve Ellenoff <[EMAIL PROTECTED]> wrote:

>Where do I look to correct this behavior in VFP9? Specifically I have 
>the command window and a few other windows docked to the right side 
>of VFP, but as soon as I close & re-open VFP the windows are no 
>longer docked and are in the middle of the screen.
>
>Can someone remind me where these settings are stored and perhaps 
>explain why they are not getting saved?

They are stored in the resource file:
FOXUSER.DBF and FOXUSER.FPT

Check that they don't have the ReadOnly flag set.

And make sure you don't have put somewhere or issued in the command window

set resource OFF

It is ON by default.

To debug your actual settings, issue these commands in the command window:

? set("resource", 1)
? set("resource")

The first will give you the full resource pathname, the latter the current 
state: ON / OFF

-- 
Gianni


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to