
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.