The information in this article applies to:
SYMPTOMSYou have a group of Option Buttons on a Visual Basic Form. When you disable them from code, the last one disabled will have its Value property changed to True, causing the Click event for that button to fire. This occurs only when all of the option buttons are disabled. CAUSEThe problem occurs when the buttons are disabled while the current input focus is on one of the buttons. As each button is disabled in turn, the tab order advances the focus to the next available button in the option group. When the last button is disabled, its Value property is set to True, and its Click event is fired. RESOLUTIONThis behavior does not occur if the input focus is moved to another control before the buttons are disabled. STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. MORE INFORMATIONSteps to Reproduce Behavior
Additional query words: kbDSupport kbDSD radio kbVBp kbvbp400bug kbVBp600bug kbVBp500bug kbVBp kbdsd
Keywords : kbGrpVB |
Last Reviewed: January 5, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |