|
|
Re: call report in forms oracle 10g [message #435251 is a reply to message #433296] |
Tue, 15 December 2009 06:25 |
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 |
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 #435380 is a reply to message #435313] |
Tue, 15 December 2009 22:55 |
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.
now as cookiemonster said, it isn't really clear what you want. could you kindly elaborate. it doesn't make sense what you said.
|
|
|