bob sherman Posted May 3, 2002 Posted May 3, 2002 When a user with limited access attempts to reach a layout and gets the denied access screen the user is stuck. There must be a simple script that will both deny the access and then bring the user back to the menu screen. Thanks.
Newbies easyaspi Posted May 3, 2002 Newbies Posted May 3, 2002 Assuming the name of the group that should not have access to the layout is named "Group A"... If [PatternCount (Status (CurrentGroups), "Group A") > 0] Go To Layout [the layout] Else Beep Show Message [sorry, etc.] End If
Recommended Posts
This topic is 8238 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