Summary

VLF Windows Application Development

Summary

VFW084 – A  Business Object Browser and Detailer

Important Observations

  • Your components will contain your own application, properties, events and methods.
  • Properties, events and methods are "published" unless they are defined as Access(*private).
  • In this simple component model, the "browser" displays all skill entries (for an employee) and the "detailer" enables the user to change or delete a skill.

Tips & Techniques

  • The business object detailer signals an event telling the business object browser an employee skill has changed.
  • The business object browser passes employee number and skill code into the uShow method in the business object detailer.

What You Should Know

  • How to design and implement a simple multi-component application.