February 14, 200322 yr Hi! I have a main menu for our Traffic Manager to allow her to navigate all the different layouts in the db. I want other employees to be able to view one layout only. I set up the access and password priveleges to reflect this, but I want FM to do the following: If logging in using one password, go the main menu (to access everything) If logging in using the other password, go to a different menu (that only lists what they have access to). How do I write that script? THANKS IN ADVANCE!
February 14, 200322 yr You need to setup Groups, which get certain passwords assigned to them. It is best to assign a password to only ONE Group as it avoids confusion. Then your scripting can check Status(CurrentGroups) and branch to the appropriate menu.
February 14, 200322 yr Author Yeah, I already have the groups and passwords set up, I just didn't know what script command would direct it to the different layouts based on those groups/passwords. THANKS, this should work like a charm! Happy V-DAY!
Create an account or sign in to comment