I have a datawindow with a row that contains a dropdown list, 2 buttons and some checkboxes. I want to enable the buttons after selecting something from the dropdown list. But I also need to insert a new row and enable the buttons for that row. How can I do that?
I've tried dw_scope.Modify("b_yes.Enabled=Yes")
, but this enables the buttons for all rows, when I just want to enable only for the new row.
Thanks!