Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Transfering my development settings from work to home
Message
From
25/02/1999 18:56:06
 
 
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00191691
Message ID:
00191698
Views:
15
>I've just re-mapped all of the data types to use my own classes when dragging a field from the data environment onto a form.
>
>I've also set my default form class to my own. Now I want to copy this info and install it at my home so I can keep the two environments the same.
>
>Is there an easy way to do this (i.e. copy the foxuser.dbf file) or will I just have to make the same settings at home?
>

Just a SWAG, but you might try exporting the registry key

HKEY_CURRENT_USER\Software\Microsoft\VisualFoxPro and it's subkeys to a .REG file, but be warned that a number of the registry values under the Options subkey have file names including full paths, so if things aren't installed in the same directories, you might get bit.

.REG files are ASCII text, so you can go in and hack things up using your choice of text editor (hmmm...I think there's one built into VFP...) You need to be careful about paths; many of the strings are set up using the convention of prefixing special characters with '\', so where you want to insert a \ in a string, you'll need to put in \\, etc.

>TIA
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform