How to get a click event from an option button that's already True 
Author Message
 How to get a click event from an option button that's already True

I want to be able to tell if a user has clicked on an option button
that  is *allready* toggled on.  The default behaviour seems to ignore
(not fire) a click event for the options when they are already on.



Thu, 21 Oct 1999 03:00:00 GMT  
 How to get a click event from an option button that's already True

You'll have to either assume true in the Form_Load event and run the
appropriate procedure, or use the Call Option1_Click from the Form_Load
event.

--
Matthew
www.mattshouse.com
HTML, ISAPI, CGI, ActiveX, Free Software



Quote:
> I want to be able to tell if a user has clicked on an option button
> that  is *allready* toggled on.  The default behaviour seems to ignore
> (not fire) a click event for the options when they are already on.



Fri, 22 Oct 1999 03:00:00 GMT  
 How to get a click event from an option button that's already True

I can't imagine why you're trying to do this, but to each his own. Anyway,
use the mouseup or mousedown event instead of the click event and it will
work like a champ.

Dave



Quote:
> I want to be able to tell if a user has clicked on an option button
> that  is *allready* toggled on.  The default behaviour seems to ignore
> (not fire) a click event for the options when they are already on.



Fri, 22 Oct 1999 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. ActiveX-Exe: .Value=True doesn't work while direct click on button works

2. LostFocus doesn't go off when option button gets focus

3. Command Button not getting Click Event on First press

4. Command Button not getting Click Event on First press

5. How to make the button in Usercontrol call Usercontrol's Click event

6. click event won't work in cancel button

7. Option Button Cntrl: Setting value to true

8. Option Button Cntrl: Setting value to true

9. Save option in parameter in Validate event always True

10. Right click pop-up menu (when it's already open)

11. option control array - click event problem

12. Right Button Click emulating Left Button Click

 

 
Powered by phpBB® Forum Software