Re: Developer problem - plese help !!!

From: nobody <nobody_at_nowhere.com>
Date: Thu, 21 Aug 2003 23:48:56 GMT
Message-ID: <ITc1b.261211$rsJ.69936_at_news04.bloor.is.net.cable.rogers.com>


registry settings, reports60_path, forms60_path "BalkanBoy" <formatiks_at_yahoo.co.uk> wrote in message news:bi2coq$ra0$1_at_brown.net4u.hr...
> Hi,
> I have created a report in Oracle9i Report Developer and saved it as .RDF
> file. Now, i created a Form in Form Builder (Form9i) and attached that
> report in REPORT object navigator.
>
> For Executing the report, i have made a Button on my Form and written
 PL/SQL
> which get executed when button is pressed for Report. Following PL/SQL is
> writtem:
>
> declare
> repid report_object;
> v_rep varchar2(100);
> rep_status varchar2(20);
> begin
> repid := FIND_REPORT_OBJECT('tesrreport');
> v_rep := RUN_REPORT_OBJECT(repid);
> end;
>
> I am getting error when clicking the button:
> REP-0110: Unable to open file....
> REP-1070: Error while opening or saving document.
>
> Any help please. Thanks in advance. I suppose there might be some clue in
> Property setting of Report object. But, not getting it exactly. Please
 help.
>
>
Received on Fri Aug 22 2003 - 01:48:56 CEST

Original text of this message