Page 1 of 1

Determine if Saved or Loaded in Client Side Script

Posted: Mon Feb 13, 2012 12:59 pm
by ColinDaly
Hi,

I found this link http://forum.stimulsoft.com/default.aspx?g=posts&t=4878 which provides a method of sending a 'Save' command back to the server via JavaScript. Can you advise how, in JavaScript, I can determine if the save operation was successful?

Regards,

Colin

Determine if Saved or Loaded in Client Side Script

Posted: Tue Feb 14, 2012 7:41 am
by Vladimir
Hello,

Unfortunately, it is impossible to determine with the help of javascript. You can determine it on the server side in the save report event.

Thank you.