System Default Documents and Reports

Starina

Member³
When starting the program, we can specify the default settings (defaultprefpath with default.ini). What should I specify to add default reports and default documents.
 
The report and documents settings are stored in the user.prefs file, in the same directory where the preference settings are stored.
 
I have common reports and want to share them across team using default settings. The directory with reports must be read only for team members.

How can I do it?
 
These settings are stored in the user.prefs file in the %APPDATA%\PLSQL Developer 14\Preferences\ directory:

[Reports]
DefaultPath=0
Paths=

You would need to add such a section to the user.prefs file.
 
Back
Top