| Stonefield Query SDK |
| ShowErrorMessage |
Syntax
ShowErrorMessage(Message as String)
Parameters
Message
The text of the error message.
Return Value
None.
Example
These simple examples display an error message to the user. (Note: the code shown in these examples would be part of a larger script.)
Visual FoxPro
SQApplication.ShowErrorMessage('Unable to locate desired resource') VBScript
Application.ShowErrorMessage("Unable to locate desired resource") JavaScript
Application.ShowErrorMessage('Unable to locate desired resource') ;See Also
Application Object | Decrypt
| Last Updated: 02/05/2008 |