LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

multi column list box

Hi all,

 

 

I am in need of your help right now...

In my application I used one multi column list box.

It looks like below...

 

Tests         Status (Ready / In progress / Completed)

T1               Completed

T2               Ready

T3               In progress 

T4               Ready 

 

One separate VI will run the selected tests in the multi column list box.

 

Test status is maintaining in the test result array (2D array), it looks like

 

0        T1                        T3

 

0       Completed            In progress

 

What I want to do is, search the T1 & T3 in the multi column list box and update the test status (Completed / In progress)

 

Request your help on this.

 

Thanks

 

Ram

 

using Labview 8.5 / GOOP 3.0.

0 Kudos
Message 1 of 3
(2,582 Views)
You can use the Item Names property node read/write new values into to list box.
Use the replace array subset vi to modify the output array from the Item Names, then feed it back in.
________________________________________________________

Use the rating system, otherwise its useless; and please don't forget to tip your waiters!
using LV 2010 SP 1, Windows 7
________________________________________________________
0 Kudos
Message 2 of 3
(2,576 Views)
Similar to this...
________________________________________________________

Use the rating system, otherwise its useless; and please don't forget to tip your waiters!
using LV 2010 SP 1, Windows 7
________________________________________________________
Message 3 of 3
(2,574 Views)