LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to insert the data to selected cell in multicolumn

Hello Labviewer
 
I am new for labview, and have a problem when i am using a multicolumn listboxes, how can i insert the data to my selected cell,
 
something like
 
Index   S/N          data
1          111          y
2          222          y
3          333          x
 
thanks a lot
 
0 Kudos
Message 1 of 3
(2,502 Views)
Hello mengyi,
have a look at "Listbox for File Explorer Demo.vi" from the "find examples"-dialog in the help-menu.
Dave
Greets, Dave
0 Kudos
Message 2 of 3
(2,497 Views)
Hi mengyi,
 
You can create a two dimentional array (string data type) with the data you want to insert into the multi-column list box. Wire this array to a property node of the list box (choose the property: ItemNames).
When you need to change certain cell values, update the value in the array and write that to the list box.
 
Hope this method helps you!
 
0 Kudos
Message 3 of 3
(2,486 Views)