Re: Forms 4.5 Parameter List Question
Date: 1996/09/07
Message-ID: <3230A2B6.3316_at_via.at>#1/1
Shawn Odekirk wrote:
>
> I want to pass a couple of parameters to a form I open using Open_Form().
>
> I can build the parameter list just fine, and the Open_Form call appears to be
> working, but how do I access the parameter list in the new form?
>
> I have tried finding the parameter list in the new form, but
> Get_Parameter_List returns NULL.
>
> It doesn't seem to append my parameters to the forms default parameters. I
> wouldn't expect it to, but I thought I'd check just to be sure.
>
> Please help me find my parameters! :)
>
> TIA,
> Shawn
Hi Shawn,
there will be no Parameter 'appended', you have to define the required parameters in the opened form (Object Navigator, Node PARAMETERS) at design time. The param-name in the param-list has to match the predefined parameter in the opened form.
good luck
Peter Received on Sat Sep 07 1996 - 00:00:00 CEST