Hi,
Is it possible to turn off Dictionary Use Aliases by code? If yes, how?
Thanks.
Turn off Dictionary Use Aliases
Turn off Dictionary Use Aliases
Hi,
There is a property for the StiDesignerControl:
UseAlias
By setting this property in false you disable aliases in the Dictionary.
In a very beginning of your program you can write the following code:
Thank you.
There is a property for the StiDesignerControl:
UseAlias
By setting this property in false you disable aliases in the Dictionary.
In a very beginning of your program you can write the following code:
Code: Select all
StiSettings.Load();
StiSettings.Set("StiDesigner", "UseAliases", false);
StiSettings.Save();
Thank you.
Turn off Dictionary Use Aliases
It works perfectly.
Thanks for your help and a fast response.
Thanks for your help and a fast response.
Turn off Dictionary Use Aliases
Hi
You are welcome, please let us know if you need any help.
Thank you.
You are welcome, please let us know if you need any help.
Thank you.