changing db.properties on application load

N

Neil

I have set StartUp options to exclude everything (database window, special
keys etc.) I want to write code to turn these permissions on for the group
"admin". Any idea how I should do this?
Thanks
 
M

Marshall Barton

Neil said:
I have set StartUp options to exclude everything (database window, special
keys etc.) I want to write code to turn these permissions on for the group
"admin".


Check the SysCmd method in Help for setting most options.

You may also want to look at the Database Container to if
there's any Documents that have properties you want to
(re)set.
 
Top