Objectives

  • To create an Add Employee web page
  • To learn how to create a server module for a table
  • To learn how to define and call a srvroutine in a server module.
  • To introduce the FETCH, INSERT, CHECK_FOR, GROUP_BY commands
  • To use the Pop-Up component to display validation error messages.

To achieve these objectives, you must complete the following:

Step 1. Create the Add Employee Web Page

Step 2. Add Push Buttons

Step 3. Create a Server Module for table xEmployee

Step 4. Add Fetch Logic to the Web Page

Step 5. Add Save Logic to the Web Page

Step 6. Create a Messages Pop-Up

Step 7. Add Error Handling to the Web Page

Step 8. Test the Add Employee Web Page

Summary

Before You Begin

Complete exercise WBF015A and WBF015B.

  • No labels