|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Radiobutton CheckChangedHi,
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 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 > > 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. -- Show quoteHide quoteMichael Bragg, President eSolTec, Inc. a 501(C)(3) organization MS Authorized MAR looking for used laptops for developmentally disabled. "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 > > > > > > >
App with forms as tabs
Crazy with character encoding Query parameters - Tricky Stored Procedure Question Registry Key Orphan Compare 2 DataSets Cant Stop A Thread MS Method Return Codes Simple Newby Question Update control on one form from another Automatically reconnecting to listener via TCP/IP Port |
|||||||||||||||||||||||