Re: problem in run_report_object (error : frm-40738)

From: ssudhavani <member38344_at_dbforums.com>
Date: Fri, 05 Sep 2003 18:31:03 -0400
Message-ID: <3337135.1062801063_at_dbforums.com>


Hi,

[Quoted] I have seen your posting in dbforums regarding error FRM-40738.I am also having the same problem.Could you please tell me if you found the solution and if so what is to be done in order to eliminate this error.

Thanks

Sudha



Originally posted by Kuljeet

> thanks a lot for your help

> now i use this example to solve our problem

> but problem is same

>

> DECLARE

> repid REPORT_OBJECT;

> v_rep VARCHAR2(100);

> rep_status varchar2(20);

> BEGIN

> repid := find_report_object('report4'); ===> where we define
> report

> v_rep := RUN_REPORT_OBJECT(repid);

> rep_status := REPORT_OBJECT_STATUS(v_rep);

>

> if rep_status = 'FINISHED' then

> message('Report Completed');

> else

> message('Error when running report.');

> end if;

> END;

>

> same error occur

> *****************************************

> FRM-40738 ARGUMENT 1 TO BUILTIN REPORT_OBJECT_STATUS CAN NOT BE NULL

> *****************************************

> we are using developer 6 on web

> i think there is some bug on developer.

[Quoted] plz help me.

--
Posted via http://dbforums.com
Received on Sat Sep 06 2003 - 00:31:03 CEST

Original text of this message