Hi Ken,
If you'd like to prevent some users from getting to the Account Settings window, you can edit the script "Load Calendar Settings - On Startup...". Find the comment "Show admin settings" and set the following variable to False for the privilege set you're interested in. So you might do something like:
- Code: Select all
If ( Get ( AccountPrivilegeSetName ) = "[Full Access]" ; True ; False )
After changing anything in this script, run the "Upon Opening" script to see your changes take effect.
More on security stuff like this here:
http://www.seedcode.com/pmwiki/index.ph ... r.SecurityHope that helps,
John