To create the gender with checkbox
Step 1
If you would like to create the gender with checkbox, first, double click the CheckBox1 and it will display a Code Explorer Window. Next, you need to insert the programming as followed;
- dbcheckbox1.Checked:=not checkbox1.Checked;
- table1.Edit;
- dbcheckbox1.Field.AsVariant:=dbcheckbox1.Checked;
No comments:
Post a Comment