AdsShowError

Advantage Client Engine

Displays a message box for the last error (if there was one)

Syntax

UNSIGNED32

AdsShowError (UNSIGNED8 *pucTitle);

Parameters

pucTitle (I)

The title for the message box. Can be NULL.

Remarks

AdsShowError will display a message box containing the last error message. The message displayed is identical to the error message available from AdsGetErrorString. This function is useful during development or debugging to view error messages immediately after the error occurred.

Example

Click Here

See Also

AdsGetLastError

AdsGetErrorString