Hello,
Is there a way to lock a check box after the selection has been made? Also, after a selection has been made i'd like to lock down another check box or two? Thanks!
Dave
Solved! Go to Solution.
Views
Replies
Total Likes
Simply create a new line in the script and use the same technique of using the name of the checkbox.access = "readOnly"
Paul
Views
Replies
Total Likes
I woudl assume that you want to lock it after they have left the field and not simply when the click it (so they can change their minds). You can use this command on the exit event of the checkbox:
Name of CheckBox.access = "readOnly"
Paul
Thanks Paul! how would i make it so that the other boxes in become read-only so that they can't be checked?
Dave
Views
Replies
Total Likes
Simply create a new line in the script and use the same technique of using the name of the checkbox.access = "readOnly"
Paul
Views
Replies
Total Likes
Thank you!
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies