LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Search into the table control

Hello Everyone
 
How to search for a specific value in table control and then update the row.  Please let me know.
 
Thanks
R K Gupta
 
0 Kudos
Message 1 of 4
(3,232 Views)

Use GetTableCellFromValue() to find the particular value in a table cell.

Bilal Durrani
NI
0 Kudos
Message 2 of 4
(3,224 Views)

Thanks But is there any way to search in reverse direction (from bottom to Top) unlike GetTableCellFromValue function search from Top to bottom

R K Gupta

0 Kudos
Message 3 of 4
(3,211 Views)
I'm afraid there is no way to configure that search order. You can work around this by extracting the column data and searching for the value and getting the cell index. You can file a suggestion for this using this link here
We can consider this for future releases of CVI.

Message Edited by bilalD on 08-04-2005 10:22 AM

Bilal Durrani
NI
0 Kudos
Message 4 of 4
(3,204 Views)