Share

ChangeProcessor.SetMessageDialogOptions Method

Parent Object: ChangeProcessor

Description

Method that specifies the buttons that should be available on the message dialog.

Syntax

ChangeProcessor.SetMessageDialogOptions( AllowAccept As Boolean, AllowEdit As Boolean )

Parameters

Name Type Description
AllowAccept Boolean Input Boolean that indicates whether the 'Accept' button should be available. This user choice implies that the user would like to continue despite any errors/warnings.
AllowEdit Boolean Input Boolean that indicates whether the 'Edit' button should be available. This user choice implies that implies that the user would like to go back into the command to correct the situation.

Version

Introduced in version 2010

Was this information helpful?