Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

running reports under Oracle Developer 9i

Status
Not open for further replies.

rehanqadri

Programmer
Jan 31, 2004
40
PK
i am using run_product command behind a menu item but the report is not starting. my friend told me that run_product does not work in developer 9i. Can any one help me and give me suggestion what should i do to run my reports.
 
as i mentioned in my question i want to use it behind a menu item and we cannot attach a report in menu module therefore cannot use run_report_object built-in. am i right or not?.
if you have any other suggestion then i am waiting for it.

by the way thanks for your quick response.
 
Do you mean that you have menu without a form? Quite strange :)

You have to create dummy report object and set its properties during runtime.
Otherwise you may call web report using web.show_document built-in explicitly.

Regards, Dima
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top