10-28-2008 04:04 PM
when using the file dialog vi and a user cancels the pop up to select a file i get
Error 43 occurred at File Dialog->
and gives the choice to continue or stop
is there any way i can get the vi to not display the error using this vi or do i need to build my own file dialog vi??
i believe the vi should provide a boolean out and then its up to the programmer how to handle the cancel
10-28-2008 04:24 PM
10-28-2008 04:25 PM
Which File Dialog are you using? The Express VI has a cancelled? output.
You can compare the error code to number 43 and handle it accordingly.
10-28-2008 04:27 PM
10-28-2008 05:12 PM
well error checking must be on by default.
and thanks for the input i did fix my problem
07-24-2013 04:15 PM
HOW did you get it to work?
07-24-2013 07:45 PM
As richjoh said:
07-25-2013 02:11 AM
The General error handler.vi has this functionality built-in.