VFW106 – Using a List Collection
Objective
To build a
command handler for the business object which displays a list of employees. This doesn't represent a real application. The Monthly command handler is simply a mechanism to demonstrate passing multiple references using a list collection. A reference to the list collection will be passed to a simple form which will show the current entries in the list collection.
To achieve this objective you will complete the following steps:
Step 1. Create the Employee Object.
Step 2. Create the Monthly Command Handler
Step 3. Create the Selected Employees Viewer
Step 4. Complete Monthly Command Handler
Before you Begin
You must complete exercises VFW030, VFW040, VFW042 and VFW104.