BlueCielo Meridian Enterprise 2012 Developer's Guide | BlueCielo ECM Solutions

IAMExtensionHost interface

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.

Members
Name Description

CurrentObject property

Object. The extension to work with. The same as Designer.CurrentObject.

hWnd property

LONG. The window to be used as parent for modal dialogs.

LogicExtensions property

Object. Collection of logic extensions running on server side.

Example
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

InitWithData method

CurrentObject property

Copyright © 2000-2012 BlueCielo ECM Solutions