2. Structuring an Application : How You Can Change Global Constants at Runtime : Selecting a Control Frame Style : Detail Frame Application
 
Share this page                  
Detail Frame Application
A detail frame application is the easiest application to develop. The control frame uses the callframe statement to open each of the detail frames. No communication between the frames is necessary because only one frame is active at a time. The control, or parent, frame is blocked by the detail, or child, frames.
You can use the callframe statement parameters to get information from the child frames back to the parent. To return to the control frame and select another task, the user must close the detail frame.
For more information about child-parent frame interaction, see the Programming Guide:
How Frames Access Child and Parent Frames
How You Can Pass Parameters Between an Active Child and a Closed Parent
How You Can Pass Parameters Between an Active Child and Inactive Parent
How You Can Return a Value from an Active Child to the Inactive Parent