May 3, 200223 yr 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.
May 3, 200223 yr Newbies 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
Create an account or sign in to comment