Re: Open form with parameters

From: Richard Spee <rhpspee_at_wxs.nl>
Date: Wed, 18 Sep 2002 21:19:27 +0200
Message-ID: <amak1h$kvt$1_at_reader08.wxs.nl>


Are you sure the form TEST.FMX exists, that is in the M:\TT directory and that this directory is in your FORMS45_PATH (check registry) or working directory?

Perhaps you should add this line of code too after "pp := get_par....."

IF NOT Id_Null(pp) THEN

		Destroy_Parameter_List( pp );
	END IF;

"franz josef" <meisinger_co_at_hotmail.com> wrote in message news:am91gf$clts$1_at_as201.hinet.hr...
> Hi
>
>
> What is wrong is code, this code not open form ! (Forms Developer 4.5,
> Win98)
>
>
> **************************************************************
> declare
>
> al number;
> vrst_kal number;
> el number;
> pp paramlist;
>
>
> begin
>
> pp:=get_parameter_list('dd');
>
> pp:=create_parameter_list('dd');
> add_parameter(pp,'sif_dob',text_parameter,'44');
> add_parameter(pp,'br_dok',text_parameter,'745');
>
>
> Open_Form ('m:\tt\test',ACTIVATE,SESSION,pp);
>
> end;
> **************************************************************************
> Thanks for answer !!!!
>
>
> Mario
>
>
Received on Wed Sep 18 2002 - 21:19:27 CEST

Original text of this message