Jim,
I assume you are using versions before 2005. Than you can use the
endcurrentedit to push the data in the table.
http://msdn.microsoft.com/library/de...tedittopic.asp
Otherwise the bindingsourse EndEdit
I hope this helps,
Cor
"Jim" <Ji*@discussions.microsoft.com> schreef in bericht
news:EA**********************************@microsof t.com...
When I manually enter data into a bound textbox then point my cursor to my
Save button and press Save the data I just entered data does not save.
However if I move my cursor to another text box or grid on the form, after
entering the data, then press Save it saves properly.
Two questions:
1. Why doesn't it save when I directly envoke the save operation without
moving out of the textbox first?
2. Is there a workaround other than testing text_changed events or
lost_focus?
--
Thanks, Jim