|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > DBWCommandShell > Commands Reference > Options > SaveOptions |
available from build: 20071008 |
Saves in the global DBWAPP.PAR file the current values of all the options of DBWorks. This can be called to permanently modify some options in a programmatical way.
call DBWShell("SaveOptions [OptionsFilePath ]")
OptionsFilePath |
Optional. The complete file path to save options values in. |
LoadOptions command
Readable and writeable options
DBWSetOption "COMPANY_ID", "MechWorks"
DBWSetOption "SHOW_CURRENT_PROJECT_DOCUMENTS_ONLY", "1"
...
DBWShell("SaveOptions")