Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session

Changing caption of a checkbox dynamically

Avatar

Level 1
I created a form containing with several checkboxs with captions and a command button for printing. After clicking the command button the unabled checkboxes incl. the captions shouldn´t be visible anymore or the captions should be crossed out. May anyone help me?
1 Reply

Avatar

Former Community Member
You could use the presence property to make them invisible:



CheckBoxName.presence = "invisible"