ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

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,722 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,714 Views)
Thanx. That will do nicely.
0 Kudos
Message 3 of 4
(2,707 Views)
I forgot to mention that this is LabVIEW 8.0 only.
0 Kudos
Message 4 of 4
(2,700 Views)