Hi Guru.
i need to open more windows as documents, but to group them in the same group.
As you can see from the help below the last parameter indicates if i need to create a new tab group.
In the STD Foundation Classes framework, however, the functions 'fn_open_sheet_as_document' and 'fn_open_sheet_withparm_as_document' require the parameter to be mandatory.
Is the case expected with another function or do I have to create my own ?
Thanks for the reply.
OpenSheetWithParmAsDocument ( sheetrefvar, parameter {, windowtype }, mdiframe, sheetname {, tabalign } )
Argument |
Description |
---|---|
sheetrefvar |
The name of any window variable that is not an MDI frame window. OpenSheetWithParmAsDocument places a reference to the open sheet in sheetrefvar. |
parameter |
The parameter you want to store in the Message object when the sheet is opened. Parameter must have one of these datatypes:
|
windowtype (optional) |
A string whose value is the datatype of the window you want to open. The datatype of windowtype must be the same or a descendant of sheetrefvar. |
mdiframe |
The name of an MDI frame window. |
sheetname |
A unique string identifier for the sheet, which is used when layout is persisted. |
tabalign (optional) |
A boolean that, when used, creates a new tab group and indicates the alignment of the sheets in the group. When true, the tabs in the group align vertically. When false, the tabs align horizontally. |