The information in this article applies to:
SYMPTOMSIf the TabStop property of a control is set to False and the focus is set to that control at run-time, and if another window in the same application or a different application is activated, when the focus is set back to the original window, the control no longer has the focus. RESOLUTIONTemporarily set the TabStop property to True in the GotFocus event, and set it back to False in the LostFocus event. If the user changes over to another application or window while the control has the focus, the focus returns to the original control when the window is activated. For example, if, at the beginning of the program, the Text1 control was not going to have the focus, the following code could be inserted in the GotFocus and LostFocus events of the Text control:
STATUSMicrosoft has confirmed this to be an issue in the Microsoft products listed at the beginning of this article. Microsoft is researching this issue and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATIONSteps to Reproduce Problem
Additional query words: kbVBp400bug kbVBp500bug kbVBp600bug kbVBp kbdsd kbDSupport kbControl
Keywords : kbGrpVB |
Last Reviewed: January 5, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |