causes validation problem

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

Guest

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
 
Back
Top