We have a database that is web enabled. The access given to the user is reader. In the first frameset , we are loading a form for doing search. But when a user logins with reader access on web, the form is not loading. He is getting the error in the frame showing, “You are not authorized…”. It seems like its not possible to load a form in web for users with reader access. Is there any way to load a form for readers in web?
Hi,Yes, this would not allow to open a form for a Reader access level person. But there is a tricky wrokaround for this using a page. You can create a page with a filed, created using the HTML in the computed text. Then you can capture the input and send it using the query string to the next opening page and use it as the search value.