In the past few weeks a shared Windows ini file on the server has twice had changes to the Proedit section, and although the changes have not affected anything I would like to know who or what is causing the changes.
Whatever is happening is changing the settings from:
to:
The ini file is supposed to be used for runtime versions of Progress only and the instance conclusion is that someone with a development version is using for their start-up parameters but I am told that is not the case.
If not being set by running a development version is there any other reason that can cause this change?
Whatever is happening is changing the settings from:
Code:
[Proedit]
SaveSettings=no
BufList=
to:
Code:
[Proedit]
SaveSettings=yes
BufList=
ExitWarning=yes
SaveBufList=no
MinimizeBeforeRun=no
RestoreAfterRun=yes
PauseAfterRun=yes
AutoCleanup=yes
MostRecentlyUsedFileList=yes
MRUEntries=4
EditorFont=2
AutoSaveCls=no
The ini file is supposed to be used for runtime versions of Progress only and the instance conclusion is that someone with a development version is using for their start-up parameters but I am told that is not the case.
If not being set by running a development version is there any other reason that can cause this change?