|
|
|
BlueCielo Meridian Enterprise 2012 Developer's Guide | BlueCielo ECM Solutions |
The functionality of an interface extension page can be extended by adding an extension of IAMExtensionPage2. To do so, add an Extends statement to the form’s declarations section as shown in the following example:
Option Explicit
Extends IAMExtensionPage
Extends IAMExtensionPage2
The page’s code should include all of the properties and methods of this interface, listed below. The interface extension will invoke them if it detects that the IAMExtensionPage2 interface is extended.
Related information
Copyright © 2000-2012 BlueCielo ECM Solutions |