amitava
27th July 2010, 13:36
I've created one maintain session. There is a field named -- status.
I'm selecting any of the row of the maintain session and run some process
and after the end of the process the status field is updated.
I'want to disable the particular row fully where status field is updated.
Rest shoud be enabled.
I've written code like this
if tipct001.stat = tcyesno.yes then
disable.group(3)
else
enable.group(3)
endif
But the whole session behave according to its last record i.e. if the last record's status is 1 then whole session is disable else whole session is enable.
Please advice.
Amitava
I'm selecting any of the row of the maintain session and run some process
and after the end of the process the status field is updated.
I'want to disable the particular row fully where status field is updated.
Rest shoud be enabled.
I've written code like this
if tipct001.stat = tcyesno.yes then
disable.group(3)
else
enable.group(3)
endif
But the whole session behave according to its last record i.e. if the last record's status is 1 then whole session is disable else whole session is enable.
Please advice.
Amitava