GetYesNo GetRetryCancel

GetAbortRetryIgnore


The GetAbortRetryIgnore function displays a message in a standard Windows message box containing [Abort], [Retry], and [Ignore] buttons. Use this dialog to query how to proceed after an error occurs.

 

Syntax

nResult = GetAbortRetryIgnore( string )

    string is the message to display and may contain multiple lines.

    This function returns the following codes in nResult:

Related Topics

GetRetryCancel