Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

protect a row from a jdbTable which contains many rows

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
In a jdbTable, it shows many rows (say 10 rows). I would like to protect first 9 rows. (make those 9 rows to be editable(false). However, I found that the protection is on column base.
Can anyone help? Thank you in advance.
 
Je ne peux pas te repondre mais cela m'interesse de savoir comment et pourquoi tu utilises une jdbtable. car je dois creer une application et je suis perdu.
 
Sorry, I wrote in french, I didn't take care. My question was why and how do you use a jdbtable. I have a database application to create and I don't know how to do with the interface. Sorry not to answer your question but maybe after.
 
You mast to create a new Model and a new method isCellEditable , when row>0 AND row<9 return false
else return true
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top