Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 7694 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

There may be a better way to do this, but this works:

Base the script on groups. Create three groups, and assign all the passwords as appropriate to determine who is in which group.

Have an Open Script (select it in Edit:Preferences:Document) something like this:

-------------------

If (PatternCount( Status( CurrentGroups), "MasterGroup") > 0)

Go To Layout [Master Layout]

Else

If (PatternCount( Status( CurrentGroups), "AdvancedGroup") > 0)

Go To Layout [Advanced Layout]

Else

Go To Layout [Guest Layout]

End If

End If

-------------------

Or, of course, include that piece in your existing Open script.

This topic is 7694 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.