kaju
15 years agoNew Contributor
DevExpress, TcxCustomInnerTextEdit and Database-Binding
Hi...
I've created a simple keyword test where I've tryed to enter a text to a TcxDbTextEdit. This edit field is binded to a database field. The test creates the following code:
Object
...edtName.TcxCustomInnerTextEdit
MethodOrProperty
SetText
Name/Value
Text=HelloWorld
After that, I've simulated a key-sequence (TAB) to change the focus.
My problem is, that the input "HelloWorld" is correctly inserted BUT NOT SAVED to the database. As soon as the editfield losts it's focus, the entered text disappears.
Do you have any solution for me?
Thank you & best regards,
Marc
I've created a simple keyword test where I've tryed to enter a text to a TcxDbTextEdit. This edit field is binded to a database field. The test creates the following code:
Object
...edtName.TcxCustomInnerTextEdit
MethodOrProperty
SetText
Name/Value
Text=HelloWorld
After that, I've simulated a key-sequence (TAB) to change the focus.
My problem is, that the input "HelloWorld" is correctly inserted BUT NOT SAVED to the database. As soon as the editfield losts it's focus, the entered text disappears.
Do you have any solution for me?
Thank you & best regards,
Marc