ClearErrors()

Top  Previous  Next

Object: EHL7Interface.eUtilities

FileName: EHL7Interface.dll

 

Method

 

Name: ClearErrors()

Parameters: None

Returns: N/A

Description: Clears the error state of the object.  See IsError/LastError.

 

Example:

 

Dim myInterfaceObj As New EHL7Interface.eUtilities

myInterfaceObj.VendorPath = "C:\Some\Folder\ThatDoesNot\Exist"

If myInterfaceObj.IsError Then

       MsgBox myInterfaceObj.LastError

       myInterfaceObj.ClearErrors

End If