ref: DialogOptions properties



 PLEASE NOTE: SimplyVBA and SimplyVB6 have been superseded by vbWatchdog.
This page exists for archival purposes only.  
Upgrade licences of vbWatchdog are available at a discounted rate.

On this page you'll find:

Technical Overview

The ErrEx.DialogOptions method returns a globally defined object which implements the interface IErrExDialogOptions.  The IErrExDialogOptions interface is defined as follows: 

PROPERTIES Read/Write Type
 ButtonsAsCommandLinks read-write Boolean
 CallStackExpanded read-write Boolean
 CallStackHeaderText read-write String
 CallStackHideText read-write String
 CallStackShowText read-write String
 CallStackVisible read-write Boolean
 DateTimeFieldName read-write String
 DateTimeFieldVisible read-write Boolean
 DebugButtonEnabled (depreciated) read-write Boolean
 DebugButtonText (depreciated) read-write String
 EndButtonEnabled (depreciated) read-write Boolean
 EndButtonText (depreciated) read-write String
 ErrorMessageFooterText read-write String
 ErrorMessageHeaderText read-write String
 ErrorNumberFieldName read-write String
 ErrorNumberFieldVisible read-write Boolean
 HelpButtonEnabled (depreciated) read-write Boolean
 HelpButtonText (depreciated) read-write String
 IgnoreAndContinueButtonEnabled (depreciated) read-write Boolean
 IgnoreAndContinueButtonText (depreciated) read-write String
 SourceFieldName read-write String
 SourceFieldVisible read-write Boolean
 SourceLineFieldName read-write String
 SourceLineFieldVisible read-write Boolean
 TruncateLinesAtCount read-write Long
 VariablesButtonEnabled (depreciated) read-write Boolean
 VariablesButtonText (depreciated) read-write String
 WindowFooterText read-write String
 WindowTitleText read-write String
 DefaultButtonNumber read-write Long
 VariablesDumpCloseButtonText read-write String
 VariablesDumpWindowTitle read-write String
   
METHODS Return Value
 AddButton(DisplayName As String, ButtonAction As DefaultButtonActions)  
 AddCustomButton(DisplayName As String, OnClickProcName As String)  
 RemoveAllButtons