cancel
Showing results for 
Search instead for 
Did you mean: 

VB Script access to General Options

steffen_preissler
Discoverer
0 Kudos

Hi everybody,

is there a possibility to access the settings in the PowerDesigner general options dialog via VB script? I would like to check on certain settings to enable or disable them, if necessary.

Didn't find any object for such an access in the Metamodel Object Help.

Is there a way to achieve this?

Thanks for your replies in advance,

Steffen

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member200945
Contributor
0 Kudos

All these settings are stored in Registry.

HK_KEY_LOCAL_MACHINE->SOFTWARE->Sybase->PowerDesigner 16

Sure  you can get the values using vbscript

GeorgeMcGeachie
Active Contributor
0 Kudos

If you create a new User Profile based on the contents of the Registry, you can see what's available, without editing the registry.