Synchronize Windows [message #363362] |
Sat, 06 December 2008 02:20  |
newtooracle123
Messages: 24 Registered: May 2007
|
Junior Member |
|
|
I am very new to Oracle forms.
Please help me on the below mention scenario
I have a screen which allows me select some data based on filter conditions.
If say, I have filtered 100 records in the current window [window 1]. I use the checkbox on the screen and select say 10 records. On click of a button I need to open a new window [window 2] with the 10 records selected on window 1.
In window 2 I can uncheck these 10 records. On click of save button, window 2 must close and window 1 must now synchronize with window 2 [i.e. the unchecked record on window 2 must reflect on window 1].
Can anyone here guide me on how to synchronize these two windows?
|
|
|
|
|
Re: Synchronize Windows [message #364540 is a reply to message #364504] |
Tue, 09 December 2008 00:41  |
 |
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
Make the checkbox a column in your table. When going from form 1 to form 2 save your changes. Then, only select the checked items in form 2. When you come back to form 1 do an 'execute_query' to refresh the display.
David
|
|
|