Problem
How can I display a message to the user.
Solution
You can use the following code in the form:
//Information message
thisForm.showMessage("<text of message>");
//Error message
thisForm.showError("<text of error>");
Published in Mon, 13 December 2010 10:21
