03-29-2012 05:16 AM
Hello,
I have to save some processed data in some files.
The files are chosen by the user using a dialog box. However, when the dialog box pops up, it is not known when which file is being saved. Is there any way for the user to conveniently realise which file he is saving? In my program, the user has the option of saving / appending data to different files separately. Hence it becomes very confusing to remember the order in which the dialog boxes occur. Please suggest a solution to this.
In addition, can you please advice how to attach timestamps to the saved data?
Thanks 🙂
P.S. All data is being saved in one cycle in the loop.
Solved! Go to Solution.
03-29-2012 05:36 AM
Hi Dheeraj,
I understand that when saving the user will have to select two files? One to save and another to append data?
If that's so, you can specify to the user which of the files they are saving at the title of dialog box (the File Dialog box has a property named "Prompt" in which you can wire a custom name/text to your dialog window).
Regarda,
Mariana.
03-29-2012 09:30 AM
03-29-2012 09:38 AM
Hi
I think maybe you're not using the File Dialog express VI, but letting the WritetoSpreadsheet open the file dialog. You can do as below.
Regards,