LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to incorporate File name and timestamp automatically into select and save file dialog box?

Solved!
Go to solution

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

screen shot of program test 1.gif

0 Kudos
Message 1 of 3
(3,113 Views)
Solution
Accepted by Mike227

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?

Regards,
Daniel REDS
RF Systems Engineer

Help us grow.
If a post solves your question, mark it as The Solution.
If a post helps, give Kudos to it.
Message 2 of 3
(3,087 Views)

You can pass a default file name to the 'File Dialog' Express VI.

 

Use the 'selected path' output to open the file.

 

FileDialog.PNG

 

 


Now is the right time to use %^<%Y-%m-%dT%H:%M:%S%3uZ>T
If you don't hate time zones, you're not a real programmer.

"You are what you don't automate"
Inplaceness is synonymous with insidiousness

Message 3 of 3
(3,079 Views)