Home » Developer & Programmer » Forms » CALLING REPORT FROM FORM USING 9iDS (9iDS)
icon14.gif  CALLING REPORT FROM FORM USING 9iDS [message #316173] Thu, 24 April 2008 02:05 Go to next message
saeedsani
Messages: 6
Registered: June 2006
Junior Member
Hi

I am trying to calling REPORT from FORM using 9iDS but recieving error message "FRM-41219 cannot find report : invalid ID".
I am using following code to call report.

DECLARE
repid REPORT_OBJECT;
v_rep VARCHAR2(100);
rep_status VARCHAR2(20);
BEGIN
repid := FIND_REPORT_OBJECT('proposal');
v_rep := RUN_REPORT_OBJECT(repid);
END;

while proposal report is located at "C:\GLIS_PROJECT\REPORTS".
I have also set Reports_path parameter according to this path.

please somebody tell me how can i call reports from forms using 9iDS.

Please Also tell me how can i find my report server name and reports_servlet name .

thanx
Re: CALLING REPORT FROM FORM USING 9iDS [message #316926 is a reply to message #316173] Mon, 28 April 2008 20:30 Go to previous message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Search this forum for 'web.show_document'. It will autoamtically start the report server if it is not running and is the prefered way of doing things in 9i and 10g.

David
Previous Topic: how the rows delete from multiple table on button press
Next Topic: how do i link a button a form to a report
Goto Forum:
  


Current Time: Mon Feb 03 04:54:10 CST 2025