Is there a way in code to set an option button as selected and a checkbox as checked?
P PSames Jun 8, 2006 #1 Is there a way in code to set an option button as selected and a checkbox as checked?
K Kalyan Reddy Jun 8, 2006 #2 Hi, You can set them as Checked in the Control Properties 1) Double Click on the Option Button / Check Box in the design mode to opens its properties 2) Set as Always Checked for its default sate.
Hi, You can set them as Checked in the Control Properties 1) Double Click on the Option Button / Check Box in the design mode to opens its properties 2) Set as Always Checked for its default sate.
P PSames Jun 8, 2006 #3 Thanks, but I am looking for a way to use code to set them, not the properties box.