I have a complex beforeDelete event handler on a form app. I mean lengthy quadratic equation complex.
When I delete the record, most of the beforeDelete code executes w/o a problem, but three error messages appear on that blank page that appears after the form exits and the page is cleared, but before the calling grid displays. We’re talking only a few milliseconds where the error messages are visible. Yeah, I have fast eyeballs.
How can I capture those error messages? None of the Application settings allow me to see those errors.
Why would anything ever display that way vs being logged?