Manage Exceptions

Configure a global error handler
How is it possibile to identify intentional exceptions (those that block reading or writing, for instance) from exceptions raised by Formwork?  Fr...
Fri, 23 Jul, 2021 at 4:01 PM
Programmatically raise an Exception
Inside a procedure, the occurring of given circumstances could make necessary the interruption of the running activities, for example a failed data validati...
Fri, 23 Jul, 2021 at 4:01 PM
Catch an Exception
In this article you can see how to protect a code section and manage errors. Consider this case: on a form event there is a procedure that runs some cod...
Fri, 23 Jul, 2021 at 4:02 PM