Re: Reports 3.0 question

From: Daniel Gustin <Gustin_daniel_nonlilly_at_lilly.com>
Date: Thu, 06 May 1999 14:39:43 +0200
Message-ID: <37318D8F.4C6368C2_at_lilly.com>


FYI The path is determined by the keys defined in the repistry (Oracle)

Cheers

Daniel

Bob McLaughlin wrote:

> FYI
> I had a similar problem, and found that I needed to specify the path.
>
> Run_Product(REPORTS, 'c:\temp\test_rep', .....
>
> Hope that this helps.
>
> Ole Bredesen-Vestby <obv_at_ssb.no> wrote in message
> news:372b1834.6103916_at_news.eunet.no...
> >
> > It still doesn't work. My query is now:
> > select * from my_table where table_fk is not null &p_where
> >
> > Could it be the way I'm calling the report that's wrong ?
> > I'm using this code
> >
> > declare
> > ...
> > begin
> > v_list_id := create_parameter_list('dummy');
> > buffer := ' and (post_nr=2100)';
> > add_parameter(v_list_id,'P_WHERE',text_parameter,buffer);
> > add_parameter(v_list_id,'READONLY',text_parameter,'YES');
> > add_parameter(v_list_id,'PARAMFORM',text_parameter,'NO');
> > add_parameter(v_list_id,'ORIENTATION',text_parameter,'LANDSCAPE');
> >
> >
> run_product(REPORTS,'TEST_REP',SYNCHRONOUS,RUNTIME,FILESYSTEM,v_list_id,NULL
> );
> > end;
> >
> >
> > - Ole Bredesen-Vestby
> >
> >
Received on Thu May 06 1999 - 14:39:43 CEST

Original text of this message