Friday, October 12, 2007

How to create the Exit button in this program

How to create the Exit button in this program

To create the Exit button in this program

Step 1

To create the exit button in this program, first, you need to insert the Button in the From1 and then enter the Exit word on the button.

Step 2

Next, you need to double click the button and write down the programming in the Code Explorer Window.

Step 3

Finally, you need to set the following;

  1. Program:
  2. Table1.Active := false;
  3. Close;

No comments: