|
|
|
BlueCielo Meridian Enterprise 2012 Developer's Guide | BlueCielo ECM Solutions |
This event occurs when the user selects to print a document using the Draft Print option.
Private Sub AMUIExtension_BeforeDraftPrint(
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 AfterDraftPrint event will not occur. |
For extending the native print command, see the BeforeInvoke event.
The equivalent VBScript event is the Print script event. See the BlueCielo Meridian Enterprise VBScript API Reference for more information.
Copyright © 2000-2012 BlueCielo ECM Solutions |