Assignment 3
Home Up

ASCII table

 

  1. Using the database Properties in the Unit 2 folder, you created in Lesson 1 in the DPS folder. Create a new form, do not attach a database to it.
  2. Change the Caption of the form to display, Events & Actions
  3. Turn Record Selectors, Navigation Buttons and Dividing Lines to No
  4. Turn Auto Centre to Yes.
  5. Change the Width to 5.5 inches.
  6. Change Scroll Bars to none
  7. Save the form with the Name of Unit2Lesson3. (Stay in the form)
  8. Create the following objects:

wpe4.jpg (28191 bytes)

  1. For the Textbox, rename it appropriately. Change it's Label to read Name.
  2. For the Change button, rename it appropriately. Then for the MouseDown event change it's caption to "Ouch". For the MouseUp event change it's caption to "Thank You!".
  3. For the detail object, rename it appropriately. Then for the MouseMove event change the caption to the Change button to "Hey, where are you going?".
  4. For the Set Focus button, rename it appropriately. Then for the Click Event set the focus to the Text box.
  5. For the Done button, rename it appropriately. The for the Double Click Event close the form with the Save prompt comming up.
  6. Save the form and Exit