Stewart,
Starting in VFP, these are stored in the registry. See:
Code:
HKEY_CURRENT_USER\Software\Microsoft\VisualFoxPro\5.0\Options\ [\code]
Just change 5.0 to 6.0, 7.0 or 8.0 to see these default settings for your appropriate version(s) of VFP.
Rick
There is a very handy tool in VFP6 where you can copy all of your Options setting to the command window. I presume it is the same for VFP7.
Make sure your command window is cleared of any commands. Open the Tools Options dialog screen. Hold down the shift key and click OK. All of your defaults will be pasted into the command window. Then copy the code into a program and run it in fox on the other computer.
Thanks Chris as well. I knew about outputting the options to the comand window, but I hadn't thought of then putting the result into a program. However the registry option is permanent.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.