Shane Posted November 28, 2001 Posted November 28, 2001 I'm trying to write a script that takes users to a file if they are members of a group. works fine using Status(currentgroups) calc. only problem is it won't work for the master password because it belongs to all groups. How do I define an additional master password that belongs to only one of a number of groups?
Steven H. Blackwell Posted November 28, 2001 Posted November 28, 2001 quote: Originally posted by Shane: I'm trying to write a script that takes users to a file if they are members of a group. works fine using Status(currentgroups) calc. only problem is it won't work for the master password because it belongs to all groups. How do I define an additional master password that belongs to only one of a number of groups? The master password is a member of every group. Now, what exactly are you trying to do? Are ypu trying to have it so that if the master pw is the one used that the user goes to a layout that no one else can access? Old Advance Man
Shane Posted November 28, 2001 Author Posted November 28, 2001 I want a button that takes users to a file if they are members of an appropriate group, including myself should I logon using the master password. I have a script that works for members of certain groups using status(currentgroup)="group Name" or status(currentgroup)="other group Name" or.... and that works. if they are not members of the group then they will not be taken to the file and shown an error message. when I include status(currentgroup)="master group Name" a group that only is used by the master password, I get the error message having logged on with the master PW. I want a password that accesses the entire file that is related to a single group. Is this possible?? Shane
Thom Posted November 28, 2001 Posted November 28, 2001 Use Position(Status(CurrentGroups),"master group name",1,1). Since the master password belongs to all groups, all groups will be returned by Status(CurrentGroups) when you log in with the master password.
Recommended Posts
This topic is 8399 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now