| how to call reports on forms10g [message #382131] |
Wed, 21 January 2009 01:28  |
tamil
Messages: 22 Registered: April 2007 Location: chennai
|
Junior Member |
|
|
hi everyone
i try to covert my application from forms6i to forms10g.I cann't run a report when i complied successfully and run a module.I am using run_product built-in ,to call a reports from forms.But i know the reports are called using run_report_object.I don't know how to use run_report_object.
my fliename : z:/reports/supplier_order
so give a solution with example as possible as.
|
|
|
|
|
|
| Re: how to call reports on forms10g [message #382313 is a reply to message #382131] |
Wed, 21 January 2009 22:39  |
parag_narkhede
Messages: 110 Registered: January 2008 Location: Pune
|
Senior Member |
|
|
But run_product will invoke oracle products like forms, graphics, etc. while run_report_object can invoke only reports.
when you have migrated from form 6i to 10g, check whether that report is attached to that form or not. In object navigator of form builder, in reports you can see that report.
I am not able to understand your requirement. But let me know if above works for you. you should properly specify what error you are getting.
|
|
|
|