Disable a command button in Tabular Form

prao

Registered User.
Local time
Today, 19:30
Joined
Apr 16, 2001
Messages
32
Can somebody help me with a solution.
I have tabular form (Continous Form) with more than 10 columns, in that one of the column is a check box. I have command button below the check box. Whenever user clicks the check box the command button must be enabled and disabled. In my case when I click the check box, the command button on all the rows gets enabled (if I have more than one row of data).

Now my question is

1. When I click the checkbox on a particular row, the command button of that row must be disabled. How to do this ?

2. How to enable or disable the command button based on the status of the check box whenever I open the form.

I think my question is clear.

Thanks


[This message has been edited by prao (edited 04-17-2001).]
 

Users who are viewing this thread

Back
Top Bottom