LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

list folder to stop displaying error dialog

Hi I have a list folder vi in my main program. It displays an error dialog when there is no folder. How can I stop this Vi to display the errror dialog? I disabled the auto error handler in the Main Vi bt this does not stop the list folder vi to display the error dilaog box. Thanks
0 Kudos
Message 1 of 2
(2,268 Views)

I'm assuming you mean you've unchecked the "Enable automatic error handling" option in the VI's Properties dialog (Execution page). What do you have the LabVIEW options set to? There are two options which can be enabled/disabled:

  • Enable automatic error handling in new VIs
  • Enable automatic error handling dialogs

If you have the error out wired to something (like another VI's error in, or to an error out indicator) then the dialog won't appear.
Message 2 of 2
(2,255 Views)