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

From: KULJEET <kuljeet_twtpl_at_hotmail.com>
Date: 8 Jun 2003 21:17:23 -0700
Message-ID: <febbed51.0306082017.63aad3dd_at_posting.google.com>


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.
plz help me. Received on Mon Jun 09 2003 - 06:17:23 CEST

Original text of this message