Hello.
We have a Form with multiple controls (textboxes, Comboboxes, etc). I have
these controls binding to an user Binding Data Source.
PROBLEM.
The last control edited is not getting updated UNLESS we click somewhere
else (that forces the control to lose focus).
If we click on the save button, any changes made to that control is not
saved.
Does anyone knows about this?
Thanks
Jose
Jose Fernandez - 07 Feb 2007 20:02 GMT
Thank you for your help. All i needed to do is set a this.Validate() on the
form and that forces all the controls to validate theirselves trigering the
lostfocus()...
Thank.
> Hello.
>
[quoted text clipped - 13 lines]
>
> Jose