vote up 0 vote down star

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

flag

0% accept rate

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.