|
-
Feb 26th, 2003, 07:37 AM
#1
Thread Starter
New Member
GetSetting Problem Help Please!
The following code returns spaces for both rServer and rDb
regApp = "app1"
regString = "setting1"
The server registory has values set for ServerName and DataBaseName in registry
HKEY_CURRENT_USER\Software\VB and VBA Program Settings\ServerName="MainServer"
DataBaseName in the
HKEY_CURRENT_USER\Software\VB and VBA Program Settings\ServerName="MainDB"
rServer = (GetSetting(regApp, regString, "ServerName", ""))
rDb = (GetSetting(regApp, regString, "DataBaseName", ""))
Can anybody show me what I need to do to get this to work, if at all it can be done?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|