MsgBox

Takes two parameters, Text, Title

Description:

Displays a Windows Message Box with an Ok and a Cancel button, using the provided message Text and Title.

When the user clicks the Ok button, the MOX procedure will continue to execute. When the user clicks the Cancel button or closes the message box window without clicking OK, the MOX procedure will exit.

Usage:

MsgBox Text, Title

MsgBox Text, [""]

Remarks:

IMPORTANT: This command should only be used when Moxie is started using the -RunServerAsApp command line switch during local workstation development.