August 19, 200520 yr I have a user who accesses a very small section of our database for data entry, and they use Internet Explorer to log in. The user's privileges only allow them access to one layout, but whenever this user logs in they "land" in a layou they don't have access to so it says on the right side. The user can choose their layout from the layout popup menu, and after they do, their layout remains the only option. It seems weird to me that they end up at this layout, where they don't belong. How can I set it up so this user is logged in to their layout in IWP? Database is served from Filemaker Server Advanced.
August 19, 200520 yr If your database doesn't have an Opening Script, create one. In the Opening Script put an if test: If [Get ( AccountName ) = "LimitedUsersAccount"] Go to Layout ["LimitedUsersLayout] Else Go to Layout ["NormalUsersLayout"] End If Did I answer the right question?
Create an account or sign in to comment