Starting Reports from Menu with run_report_object
Hallo,
when migrating our application from Forms6i to Forms10G (10.1.2) I faced the problems starting reports.
In a form I use a procedure preserved by metalink. It used the report-object in the form and display the report with web.show_document.That works very fine. But in our menu there are the calls to the most of our reports. But in the menu-module of Forms10G there is nor report-object, so I cannot use the new procedure.
web.show_document shows up the userId in the Browser, so I don't want to use it. In Metalink I found the usage of a bean to start a cookie with the connectstring. But in the menumodul I cannot implement the webutil-olb.
In a form I use a procedure preserved by metalink. It used the report-object in the form and display the report with web.show_document.That works very fine. But in our menu there are the calls to the most of our reports. But in the menu-module of Forms10G there is nor report-object, so I cannot use the new procedure.
web.show_document shows up the userId in the Browser, so I don't want to use it. In Metalink I found the usage of a bean to start a cookie with the connectstring. But in the menumodul I cannot implement the webutil-olb.
0