Occurs when a serious execution time error occurs (such as trying to open a nonexistent window) if the error is not handled in a TRY-CATCH block.
Event ID
Event ID Objects
None Application
Arguments
None
Return value
None (do not use a RETURN statement)
Usage
If there is no script for the SystemError event, PowerBuilder displays a message box with the PowerBuilder error number and error message text.
You can prevent the SystemError event from occuring by handling errors in TRY-CATCH blocks. Well-designed exception-handling code gives application users a better chance to recover from error conditions and run the application without interruption.