WinMsgBox Function

Shows a configurable dialog box containing a message to the user.

Syntax

WinMsgBox (Prompt As String, [Style As AS_MsgBoxStyle = AS_ApplicationModal], [Title As String]) As AS_MsgBoxResult 
Parameters
Name Description

Prompt

Body text of the dialog.

Style

Style of the dialog as one or more of the AS_MsgBoxStyle constants.

Title

Title bar text of the dialog.

Remarks

Not available in PowerWeb. For PowerWeb, you can use Confirmation pages. See our KnowledgeBase article to learn more about how Confirmation Pages can be implemented.

The Prompt text can be formatted as described in Formatting Text With RTF Codes.

2023