I have an XFA form, that communicates with Web service via FormCalc function
post(Url, Request, "text/xml", "utf-8").
When the Web service returns an exception message or the form could not connect to Web service, it shows a messagebox with "Script failed ..."
Is there something like try/catch in FormCalc to handle these errors so that I could show my custom message instead of showing this not-userfriendly error message?
post(Url, Request, "text/xml", "utf-8").
When the Web service returns an exception message or the form could not connect to Web service, it shows a messagebox with "Script failed ..."
Is there something like try/catch in FormCalc to handle these errors so that I could show my custom message instead of showing this not-userfriendly error message?