BUG: Setup Wizard Grid Hangs VFP When KEYCOMP Not MacintoshLast reviewed: January 9, 1997Article ID: Q154709 |
The information in this article applies to:
SYMPTOMSIn Step 6, the Setup Wizard in Visual FoxPro for Macintosh can hang under the following circumstances:
WORKAROUNDMake sure that KEYCOMP is set to Macintosh before running the Setup Wizard. The following command typed in the Command window can be used to determine what KEYCOMP is currently set to:
? SET("keycomp")This should return "MAC." When KEYCOMP is MAC, the Visual FoxPro menus will not have any letters underlined. When KEYCOMP is DOS or Windows, various letters in the FoxPro menus will be underlined. To set KEYCOMP to Windows, type the following command in the Visual FoxPro Command window and press the RETURN key:
SET KEYCOMP TO WindowsKEYCOMP can also be set or checked in the Options dialog that is accessed from the Tools menu. In the General tab, there is a section for Data Entry. Set the Navigation Keys drop-down to Macintosh Compatible to set KEYCOMP to Macintosh through this dialog.
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 scenario where this problem will likely be encountered is caused by the behavior of the drop-down list in the grid in Step 6 - File Summary of the Setup Wizard. When KEYCOMP is Windows or DOS, clicking the drop-down will cause it to drop down and stay down. Then, if the mouse button is released and another location in the list is clicked, the list goes back up but the item clicked isn't selected. At this point, it may be tempting to use the arrow keys because the mouse does not appear to work. To change the location in the drop-down list with the mouse, click the drop-down list and, holding down the mouse button, drag down the list to the item desired. Then release the mouse button.
Steps To Reproduce The Problem
|
KBCategory: kbtool kbprg kbbuglist
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |