LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

<Not A Path>

Hi,

Why is the included VI not working when I press the 'Cancel'-button?

Greetings

Davy
0 Kudos
Message 1 of 4
(2,633 Views)
It is working correctly. This is its expected behavior. Also note that there is a "Cancelled" Boolean output that will be TRUE when the user cancels the file dialog.
0 Kudos
Message 2 of 4
(2,633 Views)
Hi Jim,

But the boolean 'x = y?' is not getting TRUE when I press CANCEL.

Greetings

Davy
0 Kudos
Message 3 of 4
(2,633 Views)
You need to use the "Not a Number/Path/Refnum?" function to make this comparison. Please see the attached VI. A path with the text "" is not the same thing as . You can tell if it is , because you will not be able to insert a cursor into the path control/indicator/constant.
0 Kudos
Message 4 of 4
(2,633 Views)