how to change values in lov dynamically? [message #233732] |
Fri, 27 April 2007 04:34 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
karthi_smarty04
Messages: 19 Registered: January 2007 Location: COIMBATORE
|
Junior Member |
|
|
hi experts,
i have developed a form using forms 9i..
i used data block wizard and selected tabular format to display dataitems from the folloeing table..
table name : emp
fields
emp_id number(15) primary key
emp_name varchar2(20)
status varchar2(20)
status values are 'booked',available';
values in the table are
emp id emp_name status
1 alex booked
2 wasim available
3 varun available
my objective is to choose the employees who's status is 'available'
i have created an LOV (i have filtered the available employees alone')..up to here there is no problem..
my problem is ,
when i press ctrl+l in the first row of the tabluar the lov shows wasim and varun..suppose iam choosing wasim..
in the next row of the tabular the lov should show only varun who is available..
how should i get the desired output...please help me out..thanks in advance
|
|
|
|
|
Re: how to change values in lov dynamically? [message #234213 is a reply to message #233732] |
Mon, 30 April 2007 08:25 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
sameer_am2002
Messages: 129 Registered: September 2002
|
Senior Member |
|
|
But saving record each and every time is not feasable..What if the user doesnt want to save any records..The best idea would be to create save point during query. Then on each and every record you just post the record but dont commit..This means use Post built-in just to post the records..Then you can handle it normally according to the user whether he wants to save changes or no.
|
|
|
|
|
|