problems with option group

KeaganQuilty

Registered User.
Local time
Today, 03:11
Joined
Jun 28, 2001
Messages
51
I have an Option Group on my form, which I made using the wizards. It is an Unbound Group on an Unbound Form. The problem is that when I click on any of the options, they don't stay selected. The AfterUpdate Event is not running. If I hold down the mouse button, it appears that there are two options selected, the default and the one I'm trying to select. When I release the button, only the default is selected again. I've tried changing the default value, and the default value does change (be it Null, 1, 2, 3, etc.) But it still doesn't hold any other value.

Any ideas as to why this might be happening? I'm using A97 and toggle buttons in the option group

Keagan Quilty
Kilbride, Newfoundland
 
I assume you are using the frames AfterUpdate event? if not, you should be.

Other than that I have no ideas - seems weird.

Ian
 

Users who are viewing this thread

Back
Top Bottom