Home » Developer & Programmer » Forms » calling a report through forms (Developer 6i, XP OS, apps 11.5.10.2)
calling a report through forms [message #401326] Mon, 04 May 2009 01:51 Go to next message
babun
Messages: 10
Registered: April 2009
Location: BANGALOR
Junior Member
hello,

I am new to forms and apps.
I have customized and integrate one form and report in oracle apps.
Now the problem is that I want to create a push_button in forms
and would like to use when_button_pressed trigger.
Can I have the code or syntax to call the report from form in Oracle apps.

regards
abhishek
Re: calling a report through forms [message #401330 is a reply to message #401326] Mon, 04 May 2009 02:07 Go to previous messageGo to next message
shahzaib_4vip@hotmail.com
Messages: 410
Registered: December 2008
Location: karachi
Senior Member

Use this

Quote:

RUN_PRODUCT(REPORTS,'e:\inventory\date_wise_purchase_report.Rep',asynchronous,runtime,filesystem,0,null);



write your report path in e:\inventory\date_wise_purchase_report.rep


Please read this before posting

http://www.orafaq.com/forum/t/88153/135627/


Regards


Shahzaib Ismail
Re: calling a report through forms [message #401333 is a reply to message #401330] Mon, 04 May 2009 02:13 Go to previous messageGo to next message
babun
Messages: 10
Registered: April 2009
Location: BANGALOR
Junior Member
I am sorry you didn't get my question.
I am trying to call a report through form in oracle apps.
Re: calling a report through forms [message #401553 is a reply to message #401326] Tue, 05 May 2009 09:14 Go to previous messageGo to next message
vakkalan
Messages: 20
Registered: January 2006
Location: US
Junior Member

RUN_REPORT_OBJECT should be used to run the report. The forms Help does describe in detail the syntax and use of other built ins to be called before this. I recommend to code a standard procedure within a PLL which accepts the parameters you pass in general.

Also look at web.show_document to view the output.

Harsha Vakkalanka
http://www.vioglobal.com
Re: calling a report through forms [message #401932 is a reply to message #401333] Thu, 07 May 2009 01:38 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Have you solved your problem?

Aren't there any forms alrady in the suite that you could use as a model?

Isn't there a document that describes how to invoke a report from an Application menu via the code tables?

David
Re: calling a report through forms [message #401980 is a reply to message #401932] Thu, 07 May 2009 03:37 Go to previous message
babun
Messages: 10
Registered: April 2009
Location: BANGALOR
Junior Member
hi,
Thanks for your response.
Yes I had solved my problem.My issue is resolved.
I have tried using fnd_request.submit_request().

Regards
babun
Previous Topic: FIND ip ADDRESS OF PC
Next Topic: Deleting Record and Update Sequence
Goto Forum:
  


Current Time: Fri Sep 20 10:25:05 CDT 2024