The information in this article applies to:
SYMPTOMSUsing the Activate event of a Page in a PageFrame to set focus to a different page does not work. WORKAROUNDTo work around this problem, disable all pages except the one that is to have focus. For example, in the Deactivate event of the first page place the following code:
This code disables all the other pages in the PageFrame and sets the focus
to the remaining active page, Page 4 in this case. Since this code is in
the Deactivate event of the prior page, no problems occur.
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. MORE INFORMATIONUsing the NODEFAULT keyword does not produce the intended behavior. However, the addition of the NODEFAULT keyword to the Activate event causes the behavior of the examples below to differ. Steps to Reproduce Behavior
If NODEFAULT is removed from the above example, focus is never directed to Page4 after activating Page2. Moving from page to page behaves as if no code exists in the Activate event. Additional query words: kbdsd VFoxWin
Keywords : kbVFp500 kbVFp600 FxprgGeneral |
Last Reviewed: December 10, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |