dbTalk Databases Forums  

Paradox 11 and Settings

comp.databases.paradox comp.databases.paradox


Discuss Paradox 11 and Settings in the comp.databases.paradox forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Joseph Misko
 
Posts: n/a

Default Paradox 11 and Settings - 09-07-2006 , 09:48 AM






I am running Paradox 11 for the first couple weeks since installing it from
WP Office X3. I guess it should be called Paradox X3 to distinguish it from
other Paradox 11 packages, in case there are quirks. In any case, if I go
into preferences and developer preferences and change settings, these are
retained just as I want them for as long as I exit and relaunch Paradox for
the duration of one Paradox user session. However, when I reboot my
computer, Paradox loses all custom settings. In fact, even worse, it seems
to delete the registry entry under Pxdlite/Tools where ProView and other
custom tools are installed, so I have to recreate these every single time.

<sarcasm>Can it be made any more difficult to use?</sarcasm>

Many thanks for any input,
Joe



Reply With Quote
  #2  
Old   
Liz McGuire
 
Posts: n/a

Default Re: Paradox 11 and Settings - 09-07-2006 , 10:38 AM






Joe,

Do a "repair" install - or whatever it's called - it's the option for
ensuring all the files are there, the registry settings exist, etc.
(I had the same problem with the same Paradox rev and this fixed it.)

Liz


Joseph Misko wrote:
Quote:
I am running Paradox 11 for the first couple weeks since installing it from
WP Office X3. I guess it should be called Paradox X3 to distinguish it from
other Paradox 11 packages, in case there are quirks. In any case, if I go
into preferences and developer preferences and change settings, these are
retained just as I want them for as long as I exit and relaunch Paradox for
the duration of one Paradox user session. However, when I reboot my
computer, Paradox loses all custom settings. In fact, even worse, it seems
to delete the registry entry under Pxdlite/Tools where ProView and other
custom tools are installed, so I have to recreate these every single time.

sarcasm>Can it be made any more difficult to use?</sarcasm

Many thanks for any input,
Joe

Reply With Quote
  #3  
Old   
Tony McGuire
 
Posts: n/a

Default Re: Paradox 11 and Settings - 09-07-2006 , 10:49 AM




Could this be that registry entry that executes that routine that wipes the
settings on reboot?

---------------------------------------------------------
Tony McGuire



Reply With Quote
  #4  
Old   
Liz McGuire
 
Posts: n/a

Default Re: Paradox 11 and Settings - 09-07-2006 , 11:50 AM



That's what I thought when I first experienced it, but it was a
different version of P11, seemed specific to that version of WPO and
so I tried the repair install first and that fixed it.

Liz


Tony McGuire wrote:
Quote:
Could this be that registry entry that executes that routine that wipes the
settings on reboot?

---------------------------------------------------------
Tony McGuire

Reply With Quote
  #5  
Old   
Joseph Misko
 
Posts: n/a

Default Re: Paradox 11 and Settings - 09-07-2006 , 12:52 PM



Should be "for the duration of one *Windows* user session" but I think
everyone got what I meant.

"Joseph Misko" <pnews (AT) NEVERsendto (DOT) org> wrote

Quote:
I am running Paradox 11 for the first couple weeks since installing it from
WP Office X3. I guess it should be called Paradox X3 to distinguish it
from other Paradox 11 packages, in case there are quirks. In any case, if
I go into preferences and developer preferences and change settings, these
are retained just as I want them for as long as I exit and relaunch Paradox
for the duration of one Paradox user session. However, when I reboot my
computer, Paradox loses all custom settings. In fact, even worse, it seems
to delete the registry entry under Pxdlite/Tools where ProView and other
custom tools are installed, so I have to recreate these every single time.

sarcasm>Can it be made any more difficult to use?</sarcasm

Many thanks for any input,
Joe




Reply With Quote
  #6  
Old   
Joseph Misko
 
Posts: n/a

Default Re: Paradox 11 and Settings - 09-07-2006 , 12:54 PM



I will try Liz's first and if it does not work then Come's next. I will
report back so others know.

Thanks! -- Joe



Reply With Quote
  #7  
Old   
Joseph Misko
 
Posts: n/a

Default Re: Paradox 11 and Settings - 09-09-2006 , 01:36 PM



Running a repair installation did not fix the problem. Clobbering the
executable as described in tek-tips did.

Many thanks Liz and Come,
Joe



Reply With Quote
  #8  
Old   
Robert Wiltshire
 
Posts: n/a

Default Re: Paradox 11 and Settings - 09-13-2006 , 11:09 AM




This little script might be helpful.
Although it is not hard to edit the registry,
this method could be put as part of an ssl
and could be run on any machine with installations of new pdox.


method removeRegistryItem_PdxCleaner()

var
stRegMenuKey,stRegNode string
liRootKey longint
endvar

liRootKey = regKeyLocalMachine
stRegMenuKey = "Software\\Microsoft\\Windows\\CurrentVersion\\Run "
stRegNode = "PdxRegCl"

try
deleteRegistryKey(stRegMenuKey,stRegNode,liRootKey )
msginfo("Info","PdxRegCl removed from registry")
onfail
errorshow("deleteRegistryKey ret false-probaly didnt exist")
endtry

endMethod



Robert Wiltshire




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.