|
|
|
BlueCielo Meridian Enterprise 2012 Developer's Guide | BlueCielo ECM Solutions |
This event occurs when a document is created and when the user selects Issue New Filename for a document.
Private Sub AMUIExtension_BeforeCalculateFileName(
ByVal CurrentObject As Object,
Abort As Boolean)
Name | Description |
---|---|
CurrentObject |
The document (AMDocument object). |
Abort |
Setting this argument to True will abort the operation. The AfterCalculateFileName event will not occur. |
The equivalent VBScript event is the CalculateFileName script event. See the BlueCielo Meridian Enterprise VBScript API Reference for more information.
Copyright © 2000-2012 BlueCielo ECM Solutions |