LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Display all items/files in COMBO BOX

Solved!
Go to solution

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

0 Kudos
Message 1 of 9
(4,597 Views)

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!!!Smiley Happy

Gaurav k
CLD Certified !!!!!
Do not forget to Mark solution and to give Kudo if problem is solved.
0 Kudos
Message 2 of 9
(4,590 Views)

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

 

 

 

 

 

0 Kudos
Message 3 of 9
(4,576 Views)
Solution
Accepted by topic author thinnker

Hi hari,

I could not open your vi as I use Labview 8.5.

See vi attached with this post.

 

 

Gaurav k
CLD Certified !!!!!
Do not forget to Mark solution and to give Kudo if problem is solved.
Message 4 of 9
(4,574 Views)

Hi Gaurav

 

It is working fine for my code.

i saved my file in 8.5 version.

 

thank you.

0 Kudos
Message 5 of 9
(4,564 Views)

Hi hari,

it is still in higher version.Smiley Sad

never mind, your problem is solved.

Gaurav k
CLD Certified !!!!!
Do not forget to Mark solution and to give Kudo if problem is solved.
0 Kudos
Message 6 of 9
(4,561 Views)

hi

 

 

problem solved.

can i contact you further.

 

Thank You

0 Kudos
Message 7 of 9
(4,556 Views)

Why not..If you have any problem.

You can post your questions anytime on this forum. Some one would definitely answer your question.

Gaurav k
CLD Certified !!!!!
Do not forget to Mark solution and to give Kudo if problem is solved.
Message 8 of 9
(4,553 Views)

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 

 

0 Kudos
Message 9 of 9
(4,184 Views)