FIX: CTRL+TAB Key Combination Disabled in Edit FieldLast reviewed: September 22, 1997Article ID: Q88881 |
2.00
MS-DOS
kbprg kbfixlist kbbuglist
The information in this article applies to:
SYMPTOMSStarting FoxPro for MS-DOS with the -k switch will disable the CTRL+TAB functionality within an EDIT field created with the TAB clause. SHIFT+TAB will move the cursor from the edit region.
STATUSMicrosoft has confirmed this to be a bug in Microsoft FoxPro version 2.0 for MS-DOS. This problem was corrected in Microsoft FoxPro version 2.5 for MS-DOS.
MORE INFORMATIONThe following test program demonstrates this behavior:
test=" " @ 5,5 say test get test x=space(100) @ 12,1 EDIT x SIZE 5,20 TAB READ CYCLESHIFT+TAB will move the cursor from the edit region to the variable test; CTRL+TAB will be disabled.
|
Additional reference words: FoxDos buglist2.00 fixlist2.50 2.00 @...EDIT
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |