BUG: SKIP Produces Unexpected ResultsID: Q123032 The information in this article applies to:
SYMPTOMSWhen you use the SKIP clause on a BAR of a POPUP, FoxPro for Windows disables the menu choice but still displays the disabled choice and allows the disabled choice to be selected.
RESOLUTIONUse an IF _WINDOWS clause to bracket the code. Then define the POPUP and BARs without the SKIP option.
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATIONThe SKIP clause does not work in FoxPro for Windows but does work as documented in FoxPro for MS-DOS. For example, the following code works correctly in FoxPro for MS-DOS but not in FoxPro for Windows:
Code to Reproduce ProblemRun the following code in FoxPro for Windows:
Even though you can select Bars 1 and 2 by using the cursor keys, no WAIT
WINDOW appears for them.
Additional reference words: FoxWin 2.60 buglist2.60 disable prompt KBCategory: kbprg kbbuglist KBSubcategory: FxprgGeneral |
Last Reviewed: June 27, 1995 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |