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: pass parameter to other form

Re: pass parameter to other form

From: Sanford Ross <sanfordross_at_bigplanet.com>
Date: Wed, 24 Nov 1999 14:56:21 -0700
Message-ID: <943488048.978338@news1.bigplanet.com>

  1. Define the parameter(s) in the second form using the Object Navigator.
  2. In a trigger in the calling form (i.e. attached to a button or something) use the CREATE_PARAMETER_LIST built-in to create a runtime parameter list.
  3. Use the ADD_PARAMETER built-in to add the parameter(s) to the list that you just created.
  4. On your CALL_FORM or OPEN_FORM built-in that you use to call the other form, attach the name of the parameter list.
  5. You can reference these parameters in code on the second form by using :PARAMETER.parm_name

Hope this helps.

pepe <cihalNOciSPAM_at_post.cz.invalid> wrote in message news:012c5846.dbdc79b8_at_usw-ex0109-069.remarq.com...
> How can I pass one parametr from one form to the other form?
> Help me please.
>
> Thanks
> pepe
>
>
> * Sent from AltaVista http://www.altavista.com Where you can also find
related Web Pages, Images, Audios, Videos, News, and Shopping. Smart is Beautiful Received on Wed Nov 24 1999 - 15:56:21 CST

Original text of this message

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