PDA

View Full Version : How do I shut off the exception dialog


jsprings
18-Jul-2005, 09:28 PM
in my application code?

I have examined the CurrentEurekaOptions options and can't find one to shut off the dialog and terminate the application after sending email.

Thanks,

-----Jon-----

jsprings
18-Jul-2005, 09:44 PM
Well, this is one way to do it:

CurrentEurekaLogOptions.ExceptionDialogOptions :=
CurrentEurekaLogOptions.ExceptionDialogOptions -
[ edoShowExceptionDialog ];

admin
19-Jul-2005, 11:25 AM
Perfect!!! :-)