Home » Developer & Programmer » Reports & Discoverer » call report in forms oracle 10g
call report in forms oracle 10g [message #433296] Tue, 01 December 2009 05:09 Go to next message
sonia.ali
Messages: 40
Registered: April 2009
Location: Pakistan
Member
Hello All,

Some tell me how i can open report with push Button in forms Oracle 10g.

Thanks
SOnia ALi.
Pakistan
Re: call report in forms oracle 10g [message #433335 is a reply to message #433296] Tue, 01 December 2009 12:06 Go to previous messageGo to next message
dlwixon
Messages: 92
Registered: September 2008
Member

Use web.show_document.

Check the online help.
Re: call report in forms oracle 10g [message #435251 is a reply to message #433296] Tue, 15 December 2009 06:25 Go to previous messageGo to next message
beginnerHere
Messages: 55
Registered: October 2009
Member
hey sonia,

yar put dis behind your when_button_pressed trigger:

DECLARE
  pl_id ParamList;
BEGIN
  pl_id := Get_Parameter_List('tmpdata'); 

  IF NOT Id_Null(pl_id) THEN 
	Destroy_Parameter_List( pl_id ); 
  END IF; 

  pl_id := Create_Parameter_List('tmpdata'); 
	
  Run_Product(REPORTS, 'C:\report.rdf', SYNCHRONOUS, RUNTIME, FILESYSTEM, pl_id, NULL); 
	
END; 


where "C:\report.rdf" is the path and full name with rdf extension of your oracle report

hope it helps!
Re: call report in forms oracle 10g [message #435313 is a reply to message #435251] Tue, 15 December 2009 09:36 Go to previous messageGo to next message
sonia.ali
Messages: 40
Registered: April 2009
Location: Pakistan
Member
Hello
Sir,

Thanks. I am new commer in oracle.I am found to learn oracle . So Sir i need your some important time. I want to make user page in form level which are allow to other forms.
Kinldy Sir,Will u make for me in fmb.
.
Your co-operations in this regard would be highly appreciated.

Sonia Ali

[EDITED by LF: removed unnecessary quote of the whole previous post]

[Updated on: Tue, 15 December 2009 14:51] by Moderator

Report message to a moderator

Re: call report in forms oracle 10g [message #435319 is a reply to message #435313] Tue, 15 December 2009 09:58 Go to previous messageGo to next message
cookiemonster
Messages: 13923
Registered: September 2008
Location: Rainy Manchester
Senior Member
sonia.ali wrote on Tue, 15 December 2009 15:36
I want to make user page in form level which are allow to other forms.

What on earth does that actually mean?
Re: call report in forms oracle 10g [message #435380 is a reply to message #435313] Tue, 15 December 2009 22:55 Go to previous message
beginnerHere
Messages: 55
Registered: October 2009
Member
hey sonia,

firstly, don't call anyone sir, everybody here is out to help someone or get help himself. Smile

now as cookiemonster said, it isn't really clear what you want. could you kindly elaborate. it doesn't make sense what you said.
Previous Topic: Landscape reports ?
Next Topic: update column through report 6
Goto Forum:
  


Current Time: Mon May 20 08:20:02 CDT 2024