WaitWindow()
Shows a Message Window
Syntax:
WaitWindow ( [ cMessage , lNoWait ] )
This function shows a window with a custom message and pauses program execution until a key is pressed or mouse is clicked.
When lNoWait is set to .T. program execution continue after message is displayed.
This function must be used only after main window was activated.
To hide the message window you must omit both parameters.