|
-
October 28th, 1999, 06:24 AM
#1
Validate Event not triggered with SSTab
I placed 2 text boxes on one sheet of an SSTab control.
When the user switches tabs the Validate Event is not triggered.
Does any one have a solution?
-
October 28th, 1999, 06:32 AM
#2
Re: Validate Event not triggered with SSTab
Does the SSTab has a CausesValidation property? If not then it won't be triggered indeed.
Crazy D @ Work :-)
-
October 28th, 1999, 07:39 AM
#3
Re: Validate Event not triggered with SSTab
Yes, it does have a CausesValidation property and it is set to true.
-
October 28th, 1999, 07:49 AM
#4
Re: Validate Event not triggered with SSTab
Does the validate event occur when you switch to another control?
Maybe it will work when you set the focus to another control on the (new) tab when you switch the tabpage
Crazy D @ Work :-)
-
October 28th, 1999, 08:00 AM
#5
Re: Validate Event not triggered with SSTab
the validate event DOES occur when I leave the SSTab control.
But, setting the focus to another control on the new tab didn't help.
Well, I have found a workaround, I explicitly call the _Validate proc of the relevant controls.
it's a pain, though, because I have to code around unwanted recursions.
I was just wondering, why I couldn't find any hints in the knowledgebase...
-
March 16th, 2000, 10:52 AM
#6
Re: Validate Event not triggered with SSTab
Has anyone found a fix to this as I have the same problem?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|