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" )
but you have to use better
 oControl.BoundField.updateString( "myText" )
or the right function for the field type.

greetings
        Mathias
-- 
·-· cut here ·-·-·-·-·-·-·-·-·-·-·-·-·-·-·-·-·-·-·-·-·-·-·-·-·-·->8·-·

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

Reply via email to