GetAbortRetryIgnore GetYesNoCancel

GetRetryCancel


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

 

Syntax

bOK = GetRetryCancel( string )

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

    This function returns the following codes:

Related Topics

GetAbortRetryIgnore, GetYesNo