LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how do I retrieve a multicolumn cell value.

I'm filling a multicolumn list box for user selection from a dataset. I can return the selected row number, but the row number does not necessarily match the value of the cell that I need to query against.
 
Is there anything like an active cell text property?
 
0 Kudos
Message 1 of 4
(2,718 Views)
In LabVIEW you can use invoke node "Point to row Column". In the attached example, the string indocator shows the text of the element where a mouse-down happened.

Message Edited by altenbach on 02-01-2006 01:27 PM

Download All
Message 2 of 4
(2,710 Views)
Thanx. That will do nicely.
0 Kudos
Message 3 of 4
(2,703 Views)
I forgot to mention that this is LabVIEW 8.0 only.
0 Kudos
Message 4 of 4
(2,696 Views)