Discussion:
How to get the position of a selected cell in a table without using the mouse event?
(too old to reply)
hugoliang
2008-08-06 01:40:05 UTC
Permalink
Dear All,
 
    I have a question about table:After clicking the cell of a table, the cell is into the edit status. How to know the row number and column number of the cell, when I click a button?
 
   The link below is using the mouse down event:
 
&nbsp;&nbsp; <a href="http://forums.ni.com/ni/board/message?board.id=170&amp;message.id=260102&amp;query.id=55917#M260102" target="_blank">http://forums.ni.com/ni/board/message?board.id=170&amp;message.id=260102&amp;query.id=55917#M260102</a>
&nbsp;
&nbsp;&nbsp;&nbsp;Is there any other way to do it? Having tried to using the "edit position"&nbsp; property, but it seems not working well.
&nbsp;
&nbsp;&nbsp; Thanks&nbsp;for any&nbsp;suggestion.
&nbsp;
&nbsp;
Hugo&nbsp;


table.vi:
http://forums.ni.com/attachments/ni/170/346933/1/table.vi
bruno costa
2008-08-06 02:40:07 UTC
Permalink
Hi, You can do this using the property Selection Start of Table
RunningK
2008-08-07 06:10:05 UTC
Permalink
It works well with the "edit position" property. See attached


table.vi:
http://forums.ni.com/attachments/ni/170/347362/1/table.vi

Loading...