Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: passing parameters from form to form

Re: passing parameters from form to form

From: Richard Spee <rhpspee_at_wxs.nl>
Date: Tue, 8 Oct 2002 20:51:31 +0200
Message-ID: <anv9tp$jp5$1@reader12.wxs.nl>


It should be
:FIELD := :PARAMETER.<parameter name>;

Do not forget the :

"Timbo" <tjbacs_nospam_at_attbi.com> wrote in message news:3DA323AC.4020101_at_attbi.com...
> I have them defined as parameters. That is what is making be crazy.
> The only thing I have on FormB is a field that I am trying to
> populate with the parameter:
> :field := PARAMETER.param_from_FormA
>
> I still get the error message. I doing this on my pc, not the
> app server, does that matter? Is there anything in the properties
> of the parameter on FormB I need?
>
> thanks.
>
> Richard Spee wrote:
> > All the parameters you added to your parameter-list in FormA should be defined as parameters in
> > FormB.
> >
> > "Timbo" <tjbacs_nospam_at_attbi.com> wrote in message news:3DA2FF6F.8050301_at_attbi.com...
> >
> >>I want to call formB from formA and pass parameters while doing
> >>it. I created a parameter list and added items and values to it.
> >>I use call_form with the required entries to call formB.
> >>
> >>When formB tries to start, I get FRM-47023 No such parameter
> >>named my_param exists in form formB
> >>
> >>All I want to do at this point is display the parameter in formB.
> >>I added a parameter in object navigator/parameters, but I can't link
> >>it to the paramater list.
> >>
> >>What do I need to do?
> >>
> >>I know I can use global variables, but I want to use parameter list.
> >>
> >>Thanks,
> >>
> >>Tim
> >>
> >
> >
> >
>
Received on Tue Oct 08 2002 - 13:51:31 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US