Version

SetHardBreakOnAllErrors Method (RecordReplayProxyBase)

Sets the HardBreakOnAllErrors for all replay actions on this control.
Syntax
'Declaration
 
Public Sub SetHardBreakOnAllErrors( _
   ByVal HardBreakOnAllErrors As System.Boolean _
) 
public void SetHardBreakOnAllErrors( 
   System.bool HardBreakOnAllErrors
)

Parameters

HardBreakOnAllErrors
Represents whether errors caught by the Infragistics QTP proxy will stop the flow of a script with a QTP Message box stating the error, or just report it in the script Results report. This is set by default in the SwfConfig file as true
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also