Home All Groups Group Topic Archive Search About

Radiobutton CheckChanged

Author
4 Aug 2006 9:58 AM
Jerry
Hi,

I just found out that when I check a raidobutton TWO things happen. The
CheckChange event is fired for unchecking the checked button and another is
fired for the new one to become checked. However I don't want the event to
fire for unchecking. I didn't find a Checked event. I tried Click but that
won't fire. And I can't use LostFocus or GotFocus. What can I do?


Thanks,

Jerry

Author
4 Aug 2006 10:10 AM
Jerry
Sorry,

I just found out that that was a mistake. Click does work. But it is not
what I want becouse when I tab through the inputs, every time I hit the
Opt_soanso, it fires as well and deletes my inputs. So I need to fire only
when the new button is selected and not the old one is unselected.

Jerry



Show quoteHide quote
"Jerry" <jerry***@gmx.net> schrieb im Newsbeitrag
news:eav5oh$ia4$03$1@news.t-online.com...
> Hi,
>
> I just found out that when I check a raidobutton TWO things happen. The
> CheckChange event is fired for unchecking the checked button and another
> is fired for the new one to become checked. However I don't want the event
> to fire for unchecking. I didn't find a Checked event. I tried Click but
> that won't fire. And I can't use LostFocus or GotFocus. What can I do?
>
>
> Thanks,
>
> Jerry
>
>
Author
4 Aug 2006 12:57 PM
eSolTec, Inc. 501(c)(3)
Jerry,

Check and make sure the radio button is NOT in "on change" and is in the "on
click" event. On change will fire the even when it's clicked or when another
selection is made since state is changing.
--
Michael Bragg, President
eSolTec, Inc.
a 501(C)(3) organization
MS Authorized MAR
looking for used laptops for developmentally disabled.


Show quoteHide quote
"Jerry" wrote:

> Sorry,
>
> I just found out that that was a mistake. Click does work. But it is not
> what I want becouse when I tab through the inputs, every time I hit the
> Opt_soanso, it fires as well and deletes my inputs. So I need to fire only
> when the new button is selected and not the old one is unselected.
>
> Jerry
>
>
>
> "Jerry" <jerry***@gmx.net> schrieb im Newsbeitrag
> news:eav5oh$ia4$03$1@news.t-online.com...
> > Hi,
> >
> > I just found out that when I check a raidobutton TWO things happen. The
> > CheckChange event is fired for unchecking the checked button and another
> > is fired for the new one to become checked. However I don't want the event
> > to fire for unchecking. I didn't find a Checked event. I tried Click but
> > that won't fire. And I can't use LostFocus or GotFocus. What can I do?
> >
> >
> > Thanks,
> >
> > Jerry
> >
> >
>
>
>