Hi all,
I am sure there is a much simpler way to do this, so any advice is appreciated.
In my security module, I set the following at startup:
When I log in as an administrator, I change there properties to "true" however, I still can't change/access the menus/toolbars etc. I know that when I enable/disable the shift key, I need to restart the DB in order for the change to take effect. Is there a way to refresh the above properties without re-opening the database?
Or perhaps is there another idea that will give me the same result?
Thanks,
Craig
I am sure there is a much simpler way to do this, so any advice is appreciated.
In my security module, I set the following at startup:
Code:
ChangeProperty "AllowToolBarChanges", DB_BOOLEAN, False
ChangeProperty "AllowShortCutMenus", DB_BOOLEAN, False
ChangeProperty "AllowSpecialKeys", DB_BOOLEAN, False
ChangeProperty "AllowBuiltInToolBars", DB_BOOLEAN, False
ChangeProperty "AllowFullMenus", DB_BOOLEAN, False
ChangeProperty "AllowBreakIntoCode", DB_BOOLEAN, False
When I log in as an administrator, I change there properties to "true" however, I still can't change/access the menus/toolbars etc. I know that when I enable/disable the shift key, I need to restart the DB in order for the change to take effect. Is there a way to refresh the above properties without re-opening the database?
Or perhaps is there another idea that will give me the same result?
Thanks,
Craig