LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

lock selective fields in Table

I have a table with 8 columns and 20 rows and I want to be able to lock out specific fields with content "na" to prevent user from editing those fields.

 

Is it doable in LV8.6?

0 Kudos
Message 1 of 2
(2,518 Views)

Question 1) are you using a "Table control" for the display purpose?

 

2) is all the "NA" appears on one column?

 

 

If the answer to Question 1 is yes, then i am afraid you can not just simply disable a praticular cell in the table. (atleast i didnt see any built in property as such). But it could be done by some algorithm based current selected cell and may be switching the postion to the next cell when the "NA" cell is selected.

 

If the answer to the question 2 is yes, then simply put that column data in to a list box or something else (next to your table).

Regards
Guru (CLA)
0 Kudos
Message 2 of 2
(2,498 Views)