FIND_REPORT_OBJECT returns null

From: Ritu <ritub_at_teri.res.in>
Date: 9 May 2002 02:29:39 -0700
Message-ID: <60eed6a3.0205090129.28a58adf_at_posting.google.com>



Hi,

[Quoted] I am a novice with Oracle Reports. I am using the function FIND_REPORT_OBJECT in Reports6i to run a report from forms as follows:

DECLARE

	repid REPORT_OBJECT; 
	v_rep  VARCHAR2(100); 
	rep_status varchar2(20); 
BEGIN 
	repid := find_report_object('testreport'); 
	v_rep := RUN_REPORT_OBJECT(repid); 

END; But find_report_object returns null. I have tried putting Report in the following directories:

FORMS60
REPORTS60_PATH
Current directory of the form

But nothing seems to help. Anybody knows any answer to it? Received on Thu May 09 2002 - 11:29:39 CEST

Original text of this message