NoErrors

NoErrors returns an integer value indicating the number of errors sent by the application as a result of the last transmit to the host.

Syntax

Object.NoErrors

<Object> is an expression that evaluates to an instance of a Component Enabler connection object.

Returns

The number of errors returned.

Example

For iCount = 1 to LINCAPP.NoErrors
      MsgBox LINCAPP.GetError(iCount)
Next iCount

This example displays each Agile Business Suite error message in a separate message box.