|
|
|
BlueCielo Meridian Enterprise 2012 Developer's Guide | BlueCielo ECM Solutions |
When the CanApply property returns False, Meridian Enterprise will normally display a message to the user. In most cases a more useful message can be generated by the page itself.
To avoid Meridian Enterprise showing the generic message, the PageHandlesErrors property should return a non-zero value.
Private Property Get IAMExtensionPage2_PageHandlesErrors() As Long
IAMExtensionPage2_PageHandlesErrors = -1
End Property
Related information
Copyright © 2000-2012 BlueCielo ECM Solutions |