Re: unwanted dialogs

2004-04-15 Thread LarsRoe
I think you are talking abou the automatic error handling.  You can
change the settings in ToolsOptionsBlock Diagram .



Re: unwanted dialogs

2004-04-15 Thread Dennis Knutson
Hi David,

I agree with you about the error dialogs. NI has done the same thing
in shipping VIs like Write To Spreadsheet File. For those, I've simply
deleted the General Error Handler. I'm not sure of the best way to
handle things in a more global sense. One idea that comes to mind is
to modify General Error Handler, put everything inside a case
statement, and get the true/false value from an ini file. That would
probably work to disable all instances but not where you would want
some and not others. Hope someone else might have some ideas.