Statements > Miscellaneous > Success Message

Success Message

Tags:  

Success Message

The on success message is displayed on successful submission of form data. By default, the message "Data Added Successfully" is displayed. If you want to customize this message, you have to specify the same in the success message string as shown below.

Syntax

  on  add
{
on success
{
//specify the message here
success message "";
}
}

Example

  on  add
{
on success
{
success message "employee record added";
}
}

Related Links

 


0 Comments  Show recent to old
Post a comment


 RSS of this page