Hi,Sometimes my buttons go read-only, usually when I accidentally type
something into the calculate event, even if I remove the code and put it
into the click event it stays read-only, but there must be other editing
scenarios as well.Try changing the field to a checkbox, which will allow
you to make it "User Entered" again (on the Value tab of the object
Palette).Or you could look in the XML Source and see if there is a line
like;and remove the access="readOnly" bit.