calling oracle report from form builder

Reply

Join Date: Jun 2009
Posts: 1
Reputation: imranmahmood_3 is an unknown quantity at this point 
Solved Threads: 0
imranmahmood_3 imranmahmood_3 is offline Offline
Newbie Poster

calling oracle report from form builder

 
0
  #1
Jun 20th, 2009
how to call oracle report using form builder on which command button.If i press command button report should be run.
Reply With Quote Quick reply to this message  
Join Date: Feb 2007
Posts: 2,093
Reputation: debasisdas will become famous soon enough debasisdas will become famous soon enough 
Solved Threads: 127
debasisdas's Avatar
debasisdas debasisdas is offline Offline
Postaholic

Re: calling oracle report from form builder

 
1
  #2
Jun 24th, 2009
You need to use the function RUN_REPORT_OBJECT

  1. DECLARE
  2. repid REPORT_OBJECT;
  3. v_rep VARCHAR2(100);
  4. rep_status VARCHAR2(20);
  5. BEGIN
  6. repid := find_report_object('report4');
  7. v_rep := RUN_REPORT_OBJECT(repid);
  8. ......
  9. END;
Share your Knowledge.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC