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 checkbook, first, you need to double click the From1 and then it will display a Code Explorer Window. Later you need to insert the programming as followed;

  1. Table1.Active:=True;
  2. checkbox1.Checked:=not dbcheckbox1.Checked;

No comments: