943,815 Members | Top Members by Rank

Ad:
  • Oracle Discussion Thread
  • Unsolved
  • Views: 3163
  • Oracle RSS
Jun 20th, 2009
0

calling oracle report from form builder

Expand Post »
how to call oracle report using form builder on which command button.If i press command button report should be run.
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
imranmahmood_3 is offline Offline
1 posts
since Jun 2009
Jun 24th, 2009
1

Re: calling oracle report from form builder

You need to use the function RUN_REPORT_OBJECT

Oracle Syntax (Toggle Plain Text)
  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;
Featured Poster
Reputation Points: 665
Solved Threads: 427
Posting Genius
debasisdas is offline Offline
6,406 posts
since Feb 2007
May 9th, 2011
0

help im new

and then what i should do to call my report with a push button in oracle form builder 10.1.2.2
Reputation Points: 10
Solved Threads: 0
Newbie Poster
georgeskayal is offline Offline
3 posts
since May 2011
May 9th, 2011
0
Re: calling oracle report from form builder
Put debasisdas' code in your When-Button-Pressed trigger.
Reputation Points: 236
Solved Threads: 101
Posting Pro
hfx642 is offline Offline
506 posts
since Nov 2009
May 12th, 2011
1
Re: calling oracle report from form builder
thanks but that code dosn't worked on my 10g 12.1.2.2 forms builder
this is what i use :
DECLARE
rep_url varchar2(2000);
BEGIN
rep_url:='/reports/rwservlet?'
||'&report=C:\Documents and Settings\Administrator\Desktop\Report\rep1.jsp'
||'&desformat=htmlcss&destype=cache'
||'&userid=tawkissa/tawkissa@xe';
WEB.SHOW_DOCUMENT(rep_url,'_blank');
END;
Reputation Points: 10
Solved Threads: 0
Newbie Poster
georgeskayal is offline Offline
3 posts
since May 2011
Sep 24th, 2011
0
Re: calling oracle report from form builder
Thanks "georgeskayal". The code is working......
Reputation Points: 10
Solved Threads: 0
Newbie Poster
deveshdashora is offline Offline
1 posts
since Sep 2011

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Oracle Forum Timeline: SQL Substitution
Next Thread in Oracle Forum Timeline: registration date 2 days or more after enroll date





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC