12-16-2009 11:00 AM
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?
12-17-2009 12:32 AM
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).