disallowing updates for particular rows in update mode [message #86067] |
Fri, 27 August 2004 07:13  |
subhasish
Messages: 33 Registered: May 2000
|
Member |
|
|
I have a form whose fields fetched are like
transferd empid intime outtime hrsworked
y 1 7.3 16.3 9
n 2 7.3 16.3 9
y 4 7.3 16.3 9
n 8 7.3 16.3 9
y 3 7.3 16.3 9
Now I want is if transfered is 'y' then that particular row should NOT get updated by the end user, at the screen level ie. before commit_form.otherwise can be updated. Best is as soon as the end-user select the row and try to update alert message will come, thus disallowing him/her.Kindly let me know how this can be accomplished.
Thanks
Subhasish
|
|
|
|
|