06-21-2004 01:11 PM
06-21-2004 01:41 PM
06-21-2004 01:43 PM
06-21-2004 02:20 PM
06-22-2004 07:31 AM
07-12-2007 10:04 AM
Hey, I got the same problem, Error 43 when cancel button is clicked, as I was going through one of the examples from "LabView for Everyone" book. I downloaded the Cancelled.vi example and constructed a case structure for it. However, the problem still occurs. When i ran highlight execution for the cancelled.vi example, as the cancel button is pressed the file dialog goes through and sends out boolean value of the cancel status. But for the file I'm working with, the boolean value is not send when cancel button is entered. File dialog sends out an error before the values are send out... Can someone explain? Thanks.
07-12-2007 10:41 AM - edited 07-12-2007 10:41 AM
You have automatic error handling enabled, and since the file dialog ends with an error code (due to the cancelation!), you get the automatic error popup. You have two choices:
In general, you should always untilize the error cluster. 🙂
Automatic error handling will create a popup for any node that (1) has the error-out unwired AND (2) completes with an error.
Message Edited by altenbach on 07-12-2007 08:43 AM
07-12-2007 11:34 AM
07-12-2007 12:53 PM
01-10-2018 07:43 AM
is it possible that we can add to the exe file? bcoz after i make this a exe file this vi is not working