changing db.properties on application load

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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.
 
Back
Top