Home » Developer & Programmer » Forms » RUN REPORT ON FORM(merged 3)
RUN REPORT ON FORM(merged 3) [message #403514] Sat, 16 May 2009 02:53 Go to next message
arif_md2009
Messages: 732
Registered: May 2009
Location: United Arab Emirates
Senior Member

hOW TO RUN THE REPORT FROM FORM BASED ON THE VALUES CHOSEN FROM THE LIST BOX ...CAN SOMEONE GIVE ME A SAMPLE FORM WITH SIMILAR FUNCTIONALITY IT WOULD BE OF GREAT HELP FOR ME
Re: RUN REPORT ON FORM(merged 3) [message #403518 is a reply to message #403514] Sat, 16 May 2009 04:41 Go to previous messageGo to next message
vamsi kasina
Messages: 2112
Registered: October 2003
Location: Cincinnati, OH
Senior Member
Don't post in Capitals.
Read Forum Guide.

Search the forum for run_report_object.

By
Vamsi
Re: RUN REPORT ON FORM(merged 3) [message #403519 is a reply to message #403518] Sat, 16 May 2009 05:14 Go to previous messageGo to next message
arif_md2009
Messages: 732
Registered: May 2009
Location: United Arab Emirates
Senior Member

Unable to find any suitable link , please can u explain step by step.
Re: RUN REPORT ON FORM(merged 3) [message #403537 is a reply to message #403519] Sat, 16 May 2009 11:50 Go to previous messageGo to next message
klat
Messages: 87
Registered: May 2009
Location: Mumbai
Member

What is your requirement?

Based on the value of your list box you can call different reports

  if :list_item = <some value> then
    run_products(reports,<report1>, .. )
  elsif :list_item = <some value2> then
    run_products(reports,<report2>, .. )
  end if


Re: RUN REPORT ON FORM(merged 3) [message #403562 is a reply to message #403514] Sun, 17 May 2009 00:42 Go to previous messageGo to next message
mustafagamiel
Messages: 17
Registered: April 2009
Location: Egypt
Junior Member
my dear
take this and
read good you will find your request
http://www.araboug.org/ib/index.php?showtopic=33645
Re: RUN REPORT ON FORM(merged 3) [message #403564 is a reply to message #403562] Sun, 17 May 2009 00:59 Go to previous messageGo to next message
arif_md2009
Messages: 732
Registered: May 2009
Location: United Arab Emirates
Senior Member

i just need to run a rdf or report from the form by clicking a button .i need the syntax and trigger to do that .
Re: RUN REPORT ON FORM(merged 3) [message #403579 is a reply to message #403564] Sun, 17 May 2009 03:49 Go to previous messageGo to next message
klat
Messages: 87
Registered: May 2009
Location: Mumbai
Member

in when_button_pressed trigger

Run_Product(REPORTS, 'report_name.rdf', SYNCHRONOUS, RUNTIME,FILESYSTEM, pl_id,null);
[EDITED by DJM: removed Oracle documentation]

[Updated on: Fri, 22 May 2009 00:41] by Moderator

Report message to a moderator

Re: RUN REPORT ON FORM(merged 3) [message #404500 is a reply to message #403564] Fri, 22 May 2009 00:38 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
By the way, what version of Forms are you running?

David
Re: RUN REPORT ON FORM(merged 3) [message #404724 is a reply to message #404500] Sat, 23 May 2009 01:09 Go to previous messageGo to next message
arif_md2009
Messages: 732
Registered: May 2009
Location: United Arab Emirates
Senior Member

i m using forms 6i version
Re: RUN REPORT ON FORM(merged 3) [message #404939 is a reply to message #403514] Mon, 25 May 2009 10:04 Go to previous message
shahzaib_4vip@hotmail.com
Messages: 410
Registered: December 2008
Location: karachi
Senior Member
Did your problem solved


I Think you are not clearly told whats you need as far as i think you need to run report with parameter from form


May i right ?


Regards


Shahzaib Ismail
Previous Topic: internet explorer is getting closed when trying to run 10g forms(merged2)
Next Topic: link for developer10g
Goto Forum:
  


Current Time: Mon Feb 10 03:52:13 CST 2025