tab control

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

** Mistakenly posted elsewhere. **

Although I have tried to glean how-to from other postings, I am unsuccessful.
Can someone suggest a coding solution?

My form has several tabs. When the user clicks out of any tab, I wish to
test for validity before leaving and failing, not leave the tab until
corrected.

Example: User enters data tab0 and clicks tab3 to work there. However,
user left off some data. User should be returned to tab0 to correct with
focus set to the offending control.

This seems simple enough, but the most success I have had has ended in
looping code. Not good.

In hopes of help.
 
Back
Top