I've subclassed Checkbox to create class "Mycheck", in order to add an Interactivechange. I've then used addobject in my form to add Mycheck in a grid column, removing the Text1 object that is there by default. I set the Sparse and CurrentControl settings as usual.
However, when I run the form, the resulting checkbox is readonly. I tried adding a command to set the readonly property of the checkbox to False, but this makes no difference.
I don't understand what is going on.
However, when I run the form, the resulting checkbox is readonly. I tried adding a command to set the readonly property of the checkbox to False, but this makes no difference.
I don't understand what is going on.