View Full Version : Disable a command button in Tabular Form


prao
04-17-2001, 04:38 AM
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).]

Rich
04-17-2001, 06:54 AM
I don't think this is possible on a continuous form.