views:

177

answers:

0

hi, I use in an old java application some borland components (com.borland.dx.dataset.Column, com.borland.dbswing.JdbTable, ...). I don`t want that anybody is able to change the values of one column. So I used column0.setEditable(false); But now I have the problem, if I add a new row to the Table, I can't edit it :-). So how is it possible to lock the cell after accessing it the first time?

dominik