As I understand it, none of the traditional PB methods of catching and handling OLEObject errors are available in Appeon Web, like try/catch blocks, the ExternalException event, and the SystemError event.
I understand that Appeon Web does its own handling of such errors somehow, but could someone please explain what it actually does? I presume there's a messagebox, but then is it ignored? Or does it crash the program (as an unhandled exception would in PB)? Or what?
Thanks.