Home » Developer & Programmer » Forms » Passing Values Between Forms...
Passing Values Between Forms... [message #80877] Tue, 10 December 2002 14:29 Go to next message
Sebastian
Messages: 10
Registered: July 2002
Junior Member
Hi...

I'm trying to create a button which loads a new form, but the data block for the new form is filtered depending on the value in a text field in the original form.

Specifically, I have a form with a list of employees; when I click an employee ID, I want to open up a form whose database is filtered to include only values for that specific employee ID.

Is there an easy way to do this with PL/SQL, or otherwise?

Thank you!
Re: Passing Values Between Forms... [message #80878 is a reply to message #80877] Tue, 10 December 2002 15:15 Go to previous messageGo to next message
Julie
Messages: 98
Registered: February 2002
Member
Use a global variable.
:global.emp_id := 123;
Re: Passing Values Between Forms... [message #80892 is a reply to message #80877] Wed, 11 December 2002 22:57 Go to previous message
priya
Messages: 108
Registered: February 2000
Senior Member
in called form create userdefined parameters

create parameter list id in calling form
add all parameter which u want to send with the name of parameter created in called form.
open form with parameter list name.

this will pass parameter to another form..
u can use this parameter with parameter.parametername
Previous Topic: 40405 no changes to save
Next Topic: How many data blocks can create in a form
Goto Forum:
  


Current Time: Fri Apr 26 23:39:23 CDT 2024