02-19-2009 08:25 PM
Hello,
I am looking for a way to prompt the user to select a file. For instance, in my program, I want to ask the user whether or not they want to overwrite a file, or save a new copy. If these choose to save a new copy, I want to prompt the user to select the location and name of the new copy.
This works by default with the "Write to spreadsheet File.vi". If you leave the file path of the connector pane unwired, LabVIEW will automatically prompt the user to specify the file path. How is this done programatically? Thanks!
02-19-2009 09:19 PM
02-20-2009 11:12 AM
Thanks Dennis.
Here is some more information to help you Newbie. Here are the instructions on Selecting a File through a Dialog Box.
This help contains all the information you need to use this File Dialog Express VI. There is an example located at labview\examples\dll\sound\playsnd.llb where you can see how to configure this box.
Hope this helps!
02-20-2009 12:45 PM