H
Henke
Suppose you have a form with some texboxes and a save button. Alla textboxes
must contain some text before saving the "record" is possible. I try to
solve this by using the ErrorProvider control. Everything works just fine if
the user set the focus on a textbox and then trying to leave it, but it is
still possible to press the save button if no of the textboxes ever have had
focus.
How can I prevent the user from trying to save the record right after the
form has been displayed and the user havn't set focus to any of the
textboxes?
Thanks!
/Henke
must contain some text before saving the "record" is possible. I try to
solve this by using the ErrorProvider control. Everything works just fine if
the user set the focus on a textbox and then trying to leave it, but it is
still possible to press the save button if no of the textboxes ever have had
focus.
How can I prevent the user from trying to save the record right after the
form has been displayed and the user havn't set focus to any of the
textboxes?
Thanks!
/Henke