VAErrorDialog
Applies to
VACommand
Description
Determines whether a dialog box is presented to the user when a PSQL operation fails.
Remarks
If this property is True, the application will display a dialog box to the user at run time if the PSQL operation performed by the command button fails.
If this property is False (default), the control will not post a dialog box at run time to inform the user if the operation performed by the command button has failed. Instead, the status code indicating the error condition will be available in the Status property of the VAccess control.