February 17, 200520 yr 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
February 17, 200520 yr 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
Create an account or sign in to comment