Click here to show toolbars of the Web Online Help System: show toolbars
 

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 )

where

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

    nResult is a returned status value according to the button clicked: [Abort] returns 1. [Retry] returns 2. [Ignore] returns 3.

Related Topics

GetRetryCancel