LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

cell labview

Hi AE's
Look at this VI...
I want to recover the row when i click on my table (highlighted row)

Thanks
Kikou
0 Kudos
Message 1 of 2
(2,868 Views)
Kikou,
 
After exploring the property/invoke nodes for the list box I was able to find two nodes that helped to accomplish your task. The value node returns the current selected row and the ItemNames array returns a 2D array of all the values in the table as a string. I combined these two nodes to get the functionality that you desired. See the attached screenshot for more information.
 
I hope this helps point you in the right direction!
 
Cheers,
 
Jonah
Applications Engineer
National Instruments
Jonah Paul
Marketing Manager, NI Software
0 Kudos
Message 2 of 2
(2,843 Views)