Error Messages

The Visual Basic Ecco Toolkit provides information to your program as to whether certain actions involving the Ecco DDE API succeeded or failed.

Read the ErrID property of the EccoApp object to determine whether the last operation succeeded or failed.  The valid codes are:

        0  =  The operation was successful.
        1  =  Ecco returned a non-DDE-related error.   
        2  =  No matching data was returned by Ecco.   
        3  =  A DDE-related error occurred.   
        4  =  An unhandled error occurred within VBECCO.EXE.

Read the ErrMsg property of the EccoApp object for a more specific description of the error.