Re: Parameter Form - Reports 2.5

From: <Pepito.Galicinao_at_lmco.com>
Date: Tue, 08 Sep 1998 14:12:08 GMT
Message-ID: <6t3dvo$clj$1_at_nnrp1.dejanews.com>


In article <6t2t1k$f0o$1_at_roch.zetnet.co.uk>,   "Richard Fairbairn" <r.fairbairn_at_zetnet.co.uk> wrote:
> How do I switch this off so that my Report runs without the first screen
> appearing?
>
> Any help appreciated.
>
> Thanks.
>
> R.W. Fairbairn
>
>

 pl_id := GET_PARAMETER_LIST('example'); -- does list exist   IF NOT id_null(pl_id) THEN -- if yes, then destroy

     DESTROY_PARAMETER_LIST(pl_id);
  END IF;   pl_id := CREATE_PARAMETER_LIST('example'); -- create list

  • this is the line to turn the first screen ADD_PARAMETER(pl_id, 'PARAMFORM', TEXT_PARAMETER, 'YES'); ..... .... Hope this is what you need

-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum Received on Tue Sep 08 1998 - 16:12:08 CEST

Original text of this message