Hi,
I have two buttons and a text box on my form amongst other things. The
textbox is set to validate to see if there is no text in the box. The two
buttons are set "causesValidate = false" . One of the buttons is in a group
box. The other is on the form. The button on the form doesn't respond to the
validating event as would be expected, however the button set in the groupbox
continues to call the validating event despite it being set to false.
Is this normal? Does the group box change something? If so, what should I do
to stop the button in the group box from responding to the validating event?
Any suggestions will be gratefully appreciated.
Ant
Stoitcho Goutsev (100) - 03 Feb 2006 14:15 GMT
Ant,
Did you try to set CausesValidation = false for the groupbox?

Signature
Stoitcho Goutsev (100)
> Hi,
>
[quoted text clipped - 16 lines]
>
> Ant
Ant - 04 Feb 2006 20:23 GMT
Hi Stoitch,
No I didn't. I tried it & it worked!
Many thanks
Ant
> Ant,
>
[quoted text clipped - 20 lines]
> >
> > Ant