07-12-2012 12:23 PM
Hello,
i am trying to incorporate the file name which is inputed by the user along with the timestamp into the selected and save file dialog box. Can you help?
Thanks
Solved! Go to Solution.
07-15-2012 06:04 PM
Hi Mike227,
I couldn't find a way to do it right off the bat. I imagine you would need to mess with ActiveX to do that.I found an msdn page that might help with this.
Have you considered just concatenating the file name and the timestamp with a file path and save the file when you are creating it, without prompting that to the user?
07-16-2012 12:10 PM - edited 07-16-2012 12:11 PM
You can pass a default file name to the 'File Dialog' Express VI.
Use the 'selected path' output to open the file.