last control edited not getting changes when saved

  • Thread starter Thread starter Jose Fernandez
  • Start date Start date
J

Jose Fernandez

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
 
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.
 
Back
Top