12-15-2009 03:09 PM
Does anyone know how to remove an error message dialog box that appears during a running VI? I have my program send me the error message to my email, but it will not send it until I click the 'Ok' button in the error message dialog box. I was wondering if there was a way to either have the program automatically click the 'Ok' button for me or to remove the dialog box completely?
Thanks
12-15-2009 03:39 PM
Hi rwm,
that error message will not popup when you do some proper error checking!
Reason: that message box pops up when the "error out" isn't connected with a node/structure. (And by default error messages are enabled...)
Solution: Connect the error wire and those messages will not pop up, use some proper error checking (nice&clean). Or disable the popups in the options (quick&dirty).