DBWMsgBox

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > DBWCommandShell > Commands Reference > UserInterface >

DBWMsgBox

Description

Shows a message box.

Syntax

call DBWShell("DBWMsgBox message [caption [style]]")

Parameter

message

The message to show

caption

Optional. A caption to show in the dialog

style

Optional. The style of the message box according to VBconstants

Results

@DBWMSGBOX_RETCODE

the returning value according to dialog style

Remarks

It's strongly suggested to use equivalent Standard Library function DBWMsgBox instead.