Mathias Röllig schrieb:
Am 15.05.2007 15:34 schrieb Peter Eberlein:
in a form which is connected to a server db I filled some text fields with api. The content of these fields are not saved by clicking the "Save record"-button. Only typing or pasting seems to fire an event, that the content has changed.

You should describe how you are doing this.
I think you use
 oControl.setString( "myText" )

Yes, I do so, but don't understand why this shouldn't work.

but you have to use better
 oControl.BoundField.updateString( "myText" )
or the right function for the field type.


I will try this, thanks

Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to