FIX: ACTIVATE WINDOW NOSHOW & READ MODAL Won't Work w/ PopupID: Q118490 2.50b 2.50c MACINTOSH kbprg kbfixlist kbbuglist The information in this article applies to:
SYMPTOMSWhen an object, other than a popup, is defined in a window that has been activated with the NOSHOW clause, and then a READ MODAL command is executed, the window will automatically be displayed. However, if a popup is added to the window, the READ MODAL command will execute and terminate immediately.
RESOLUTIONThis behavior is easily corrected by adding an ACTIVATE WINDOW <window name> or SHOW WINDOW <window name> command after all the objects have been defined but before the READ MODAL command.
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. This problem was corrected in Visual FoxPro 3.0b for Macintosh.
MORE INFORMATION
Steps to Reproduce ProblemThe following code demonstrates the behavior described above:
Additional reference words: FoxMac 2.50b 2.50c buglist2.50b buglist2.50c
fixlist3.00b VFoxMac
KBCategory: kbprg kbfixlist kbbuglist
KBSubcategory:
|
|
Last Reviewed: October 20, 1997 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |