C
cverbiest
Guest
Background info: We use an error dialog form that has extra info about and provides the user with the ability to report the error by mail. Uncaught errors cause the ABL to display a default dialog box. This has a few disadvantages : The dialog doesn't show the callstack of the error, only the stack trace of where the error is shown, The dialog doesn't have an Email button Errors are not shown in a uniform way It frequently causes our application to crash As far as I known there currently is no way to replace this default behaviour with the custom behaviour we like to see when errors are shown. See also https://community.progress.com/community_groups/openedge_development/f/19/t/13452.aspx
Continue reading...
Continue reading...