Friday, October 12, 2007

How to create the gender with checkbox

How to create the gender with checkbox

To create the gender with checkbox

Step 1

To create the gender with checkbox, first you need to double click the DBCheckBox1 and then it will display a Code Explorer Window. Next, you need to insert the programming as followed;

checkbox1.Checked:=not dbcheckbox1.Checked;

No comments: