Fatal error: Call to undefined function sc_message() in C:\loadboard\installations\scriptcase\wwwroot\scriptcase\app\sc_tickets\loadform\form_loaddata_apl.php on line 1657 .
Hi,
after validation success, i am just trying to use the code as per scriptcase pdf help manual.
if (sc_btn_insert)
{
sc_message(“Record inserted successfully”);
}
The system is throwing error message as above.
Please help me how to use sc_message method.
Thanks