Insert / Update / Delete Examples

Hi,

I磎 new in Java and I磎 trying to follow the example above using Oracle Database, but it磗 not working.

I`ve created de design and added the button "add" to insert new records. When I click the button a new line is created on the table component, but I can磘 edit or type anything. Somebody can help me ?

Tks a lot !

[342 byte] By [Marcelo_Batalhaa] at [2007-11-26 15:58:51]
# 1
Hi!Can't You get a focus for editing? Or what?If yes, try to look at properties of editing component, maybe readOnly property is true.Thanks,Roman.
-Grif-a at 2007-7-8 22:20:00 > top of Java-index,Development Tools,Java Tools...
# 2
I get the focus, but I can磘 edit. Sorry, but I haven磘 found the readOnly property, I磎 a beginner Java Programmer. Can you tell me where I can find this property.tks for replying.
Marcelo_Batalhaa at 2007-7-8 22:20:00 > top of Java-index,Development Tools,Java Tools...
# 3
I磛e found the problem. Now it磗 working !Tks Roman.
Marcelo_Batalhaa at 2007-7-8 22:20:00 > top of Java-index,Development Tools,Java Tools...
# 4
Hi!In IDE select necessary component and then look for 'readonly' property in 'Appearance' part of Properties window.Thanks,Roman.
-Grif-a at 2007-7-8 22:20:00 > top of Java-index,Development Tools,Java Tools...