|
|
|
BlueCielo Meridian Enterprise 2012 Developer's Guide | BlueCielo ECM Solutions |
The Meridian Enterprise client applications provide this interface during the process of initializating custom interface extensions. It provides information you can use in your interface extension.
Name | Description |
---|---|
Object. The extension to work with. The same as Designer.CurrentObject. |
|
LONG. The window to be used as parent for modal dialogs. |
|
Object. Collection of logic extensions running on server side. |
Dim host As IAMExtensionHost Set host = m_Designer.ExtensionHost
‘It is assumed extension is to work with AMDocument Dim Doc As AMDocument Set Doc = host. CurrentObject
Dim hWnd As Long hWnd = host.hWnd
Related information
Copyright © 2000-2012 BlueCielo ECM Solutions |