last control edited not getting changes when saved

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
 
J

Jose Fernandez

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top