In this tutorial you will create a functional command handler for the Details command and snap it into the Framework.
Objective
- Learn how to replace prototype command handlers with real handlers which will perform actual processing.
- To replace the Details prototype command handler with a real command handler.
To achieve this objective, you will complete the following steps:
- Step 1. Create Your Real Command Handler
- Step 2. Test Your Command Handler
- Step 3. Make the Employee Identification Number Field Invisible
- Summary
Before You Begin
You may wish to review:
In order to complete this tutorial, you must have completed the following:
- Tutorials VLF000 – VLF006WIN

