OpenSheetFromDockingState
PowerScript function
Description
Opens one or more persisted sheets within an MDI frame window for
dockable windows.
Applies to
Window objects
Syntax
|
1 |
OpenSheetFromDockingState ( sheetrefvar {, windowtype }, mdiframe, sheetname ) |
|
Argument |
Description |
|---|---|
|
sheetrefvar |
The name of any window variable that is not an MDI frame |
|
windowtype (optional) |
A string whose value is the datatype of the window you |
|
mdiframe |
The name of an MDI frame window. |
|
sheetname |
A unique string identifier for the sheet, which is used |
Return value
Integer.
Returns 1 if it succeeds and -1 if an error occurs. If any
argument’s value is null, OpenSheetFromDockingState returns null.
UsageOpen persisted sheets in their saved docking states.