In the past I have used a form with buttons to call reports and other forms in forms 4.5. We are migrating to forms 6i and 9ias. In forms 4.5 the user was required to logon when the form first came up. Then any forms or reports from that form automatically logged on with the username and password. When using 6i every button that calls a form or a report from the main form requires the user to manually log on every time. I use code like: web.show_document(' in the pl/sql property of a button. I can hard code in userid=scott/tiger@mydb to the button but if I dont, the user is required to logon EVERY time they want to print a report or go to another form. Is there any way around this?
thanks for any suggestions
thanks for any suggestions