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!

How do I close the Reports Background engine programmatically?

Status
Not open for further replies.

statcan

Programmer
Mar 27, 2003
12
CA
Hi

I call some Oracle reports from my Oracle Forms application using Run_Report_Object built-in. This opens a window that is the Reports Background engine while running the report. My problem is that when I close the report preview window, this background engine window does not go away.

How can I hide this engine window programmatically?

Thanks for your replies in advance - you all are really helpful!
 
Hi,
You can simply add following code in the Parameter list of your form calling the Report:
Add_Parameter(L_Rp_Nm, 'ORACLE_SHUTDOWN', TEXT_PARAMETER, 'Yes' );

Regards
Himanshu
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top