Using Sheets in a PowerBuilder .NET Application

In an MDI frame window, users can open sheets to perform activities. All sheets can be open simultaneously and the user can move among the sheets, performing different activities in each one.

Note: A sheet can have its own menu but is not required to. When a sheet without a menu is opened, it uses the frame's menu.

To open a sheet in the client area of an MDI frame, use the OpenSheet function in a script for an event in a menu item, an event in another sheet, or an event in any object in the frame.

For more information about OpenSheet, see the PowerScript Reference.