Defining a property sheet is similar to defining a wizard. A function is created that inherits from UISTYLE/FrameProperty, which gives it the property sheet user interface, and then you specify the functions to use for the tabs on the property sheet. You inherit from UISTYLE/FrameChild to define the functions for each tab.
To define the property sheet:
Project Property Sheet is a FNC UISTYLE/FrameProperty
As with the function Project Wizard, you create the function Project Property Sheet as an unscoped function.
Employee.Edit is a FNC UISTYLE/FrameChild
This triple enables you to use the edit function scoped to Employee on a tab of the property sheet. It turns the scoped panel into a child panel.
Project Property Sheet comprises FNC Employee.Edit
This triple associates Employee.Edit with the first tab on the property sheet. Later in this chapter, you will associate a function that displays both projects and tasks with the second tab.
| Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |