LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How to get the cell number of a table

is this possible to get the row/column number of a cell where a mouse is clicked? Accutally, i want to implement a dynamic list which the user can "Add" or "Delete" some entries. The "Add" function is all right. The "Delete" function makesme upset because I cannot catch the cell's location where the mouse is choosing. I tries to use "Active Cell", it seems does not work. Do you have any clue? is this possible to implement the dynamic list using the "listbox"? thanks


0 Kudos
Message 1 of 2
(2,888 Views)
The solution to this problem is in the use of GetTableCellFromPoint command: look at how to use it  here


Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 2
(2,881 Views)