RootPanelOnModule()
Opens a panel in a particular module.
Synopsis
 RootPanelOnModule( string FileName, string PanelName, string ModuleName,
                    dyn_string Parameter );
Parameters
| Parameter | Description | 
|---|---|
| FileName | File name of the panel to open | 
| PanelName | Name of the panel to open | 
| ModuleName | Name of the module in which the panel opens | 
| Parameters | List of $parameters to be transferred | 
Return value
Error
Description
In the module ModuleName, opens a panel PanelName that is saved under the name Filename. When called, the list Parameters containing the $ parameters will be transferred.
                
                Example
            
main()
{
  RootPanelOnModule("diverse", "P1", myModuleName(), "");
}
        Assignment
panel.ctl
Availability
UI
