w3mvDMessage sets the text of a message box to display when the form is displayed.
Syntax
call w3mvDMessage (text )
Parameters
|
text |
In |
Text string displayed in an mvDesigner message box when the form is displayed. Only one message can be specified, and only the last value specified is used. An empty string ("") means no message box is displayed. |
Example Program
Example
call w3mvDMessage("Please enter the part number.")
call w3mvDMessage("") ;* cancel display of previous message