LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I click on a cell in a table control, and display the value in a string?

Solved!
Go to solution

What I would like to do is to click on a cell in a table control, and have the value of the cell be displayed in a string indicator. What ever cell I click on, I would like the value to be displayed in the indicator.

 

Thank you!

0 Kudos
Message 1 of 5
(3,052 Views)
Solution
Accepted by SciManStev

Use the property "Edit Position".

Message 2 of 5
(3,046 Views)

... or

 

Event >>> ouse down for table.

 

Use Coords" to feed invoke node "point To Row Column" and returned "Cell Postion" can be unbundled to produce the row and column tht can be used to index out the value.

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Message 3 of 5
(3,042 Views)

Thank you! I had tried everything but that. I knew it had to be easy.

0 Kudos
Message 4 of 5
(3,041 Views)

Also thanks, sorted my Table issues too. cheers

0 Kudos
Message 5 of 5
(2,995 Views)