Jacob Posted February 17, 2005 Posted February 17, 2005 I am running a small solution which is designed to allow users to input data that will later be collected into a rather large report. I am using IWP to allow the users to enter the data from a web browser. I have set up an account with read/write access which allows them to see only the input layouts. The problem is, upon logging in, the users are led to one of the report layouts that they do not have access to (and hence a large <No Access> message appears on their screen). I have taken this layout off of the layout list (and it doesn't appear on the drop down list for the layouts) but it still opens up to the restricted layout. Hope that makes sense. Any suggestions? Thanks
Reed Posted February 17, 2005 Posted February 17, 2005 Add a go to layout script step to the startup script. You can make it happen only for web users by putting it in an if: If[PatternCount(Get(ApplicationVersion);"Web")] Go to Layout[webLayoutName] End If
Recommended Posts
This topic is 7210 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