VFW074 Create a Compound Reusable Part

VLF Windows Application Development

VFW074 – Create a Compound Reusable Part

Objective

As observed in testing, the department dropdown component, from an end user point of view has limited benefits, because if department is changed, the available valid section codes changes.

  • This exercise builds a Departments and Sections dropdown reusable part.
  • The new component will re-use the department dropdown component and manage a sections dropdown, based on the current department.

To achieve these objectives you will complete the following:

Step 1. Create Department / Section Dropdown Reusable

Step 2. Make the Department / Section Dropdown Useful

Step 3. Modify Department Dropdown

Step 4. Implement the Compound Reusable Part

Summary

Before You Begin

Complete exercises VFW030, VFW040, VFW042 and VFW072.