Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Parameter from one form to another form
Szymon Bogacz <shymonb_at_poczta.onet.pl> wrote:
> I know that this problem was thousands times on the news but I looked at the
> on-line help, did everything as they wrote and it doesn't seem to work.
> I have to pass params from one form to another.
[snip]
> And I'm getting a message 'Error getting paramlist'. So my question is why
> the paramlist couldn't be retrieved?
Because you don't need to do that in the called form. Just declare your parameters in the Parameters section of the navigator and then refer to them as :PARAMETER.name, e.g. :PARAMETER.DZ.
> What am I doing wrong? Of course in both forms I've got params DZ and K
> defined.
You don't need to define the parameters in the calling form, only in the
called form.
--
Kevin Michael Vail | I would rather have a mind opened by wonder
kevin_at_vailstar.com | than one closed by belief. -- Gerry Spence
Received on Sun Aug 29 1999 - 17:17:15 CDT
![]() |
![]() |