You are here: COM API reference > Events > BeforeCalculateFileName event

BeforeCalculateFileName event

This event occurs when a document is created and when the user selects Issue New Filename for a document.

Syntax

Private Sub AMUIExtension_BeforeCalculateFileName(
          ByVal CurrentObject As Object,
          Abort As Boolean)
Parameters
Name Description

CurrentObject

The document (AMDocument object).

Abort

Setting this argument to True will abort the operation. The AfterCalculateFileName event will not occur.

Remarks

The equivalent VBScript event is the CalculateFileName script event. See the BlueCielo Meridian Enterprise VBScript API Reference for more information.


www.bluecieloecm.com