Disabling a Particular record in a multi-record block [message #278014] |
Thu, 01 November 2007 07:54  |
imran_nu
Messages: 55 Registered: February 2007 Location: Islamabad
|
Member |
|
|
hi all
I come across a problem with the disabling of a particular record in a multi-record block.
I have a block with the name of emp having 10 records.
With the help of execute_query, all emp name are under emp column.
I want the user to enter each employee salary against their respective employee name.
there is one name 'imran' whom the user cannot enter the salary.
i want to disable the whole record with the employee name of 'imran'.
so that the user cannot enter its salary.
Appreciate ur kind help
|
|
|
|
|
Re: Disabling a Particular record in a multi-record block [message #278163 is a reply to message #278122] |
Fri, 02 November 2007 03:13   |
imran_nu
Messages: 55 Registered: February 2007 Location: Islamabad
|
Member |
|
|
hi shankar
i have tried it before your reply
but the problem is that when i set the set_item_property to false under certain condition, it
will get whole column disable....
so no one can put any value in the record below it....
i want only one row to be disable in this multi-record block.
help me
|
|
|
|
|