09-28-2010 01:24 AM
Hi
How to show the total available files in combo box by scrolling.
In my project I have to store Daq measurement values into file.
Later time I need to draw a graph from that values of a specified file.
For that I need to select a file from the number of files.
Give an idea or a sample program.
Regards,
Hari
Solved! Go to Solution.
09-28-2010 02:03 AM
Hi hari,
You can use "List Folder.vi" from Function palette>> File IO>>Adv File functions".
You will get list of file names in the form of string array. That you can wire to "Item Names" property
of list box.
I hope this answers your question
Best Of Luck!!!
09-28-2010 03:45 AM
Hi Gaurav,
According to you i tried, it displays list of files in the folder.
My requirement is to select one file from the list of files by scrolling.
Can i get the path of the selected file to open.
I attatched my file.
Regards,
Hari
09-28-2010 03:56 AM
Hi hari,
I could not open your vi as I use Labview 8.5.
See vi attached with this post.
09-28-2010 05:06 AM
Hi Gaurav
It is working fine for my code.
i saved my file in 8.5 version.
thank you.
09-28-2010 05:12 AM
Hi hari,
it is still in higher version.
never mind, your problem is solved.
09-28-2010 05:27 AM
hi
problem solved.
can i contact you further.
Thank You
09-28-2010 05:31 AM
Why not..If you have any problem.
You can post your questions anytime on this forum. Some one would definitely answer your question.
07-02-2012 04:45 PM
Hi Hari/Gaurav,
I'm trying to build a small application using lab view, I have a scenario where I need to provide user a list of checkbox.The list is obtained from a network location.
Could you guys help me or guide me in doing the same. Have attached a snapshot as well.
Thanks,
Vikram