FIX: CRTL+T Doesn't Work After an ON KEY LABEL Is Issued

Last reviewed: October 14, 1997
Article ID: Q104473
2.50 MS-DOS kbprg kbfixlist kbbuglist

The information in this article applies to:

  • Microsoft FoxPro for MS-DOS, version 2.5

SYMPTOMS

In a program, if an ON KEY LABEL command is executed while a BROWSE command is in effect and control is returned to the BROWSE command, the CTRL+T key does not function properly.

STATUS

Microsoft has confirmed this to be a problem in FoxPro version 2.5 for MS-DOS. This problem was corrected in FoxPro version 2.5a for MS-DOS.

MORE INFORMATION

Steps to Reproduce Problem

  1. Create two programs containing the following code:

          ******Program One******
          ON KEY LABEL F2 DO Two
          USE \FOXPRO25\TUTORIAL\Customer
          BROWSE
          ******End of Program One*****
    

          ******Program Two******
          WAIT WINDOW "This is Program Two" TIMEOUT 2
          ******End of Program Two*****
    

  2. Execute Program One.

  3. When you are in the Browse window, press CTRL+T. This will mark the record for deletion. Press CTRL+N to unmark the record. Press the F2 key. This will bring up the WAIT WINDOW statement. Press CTRL+T again. The information in the currently selected field will disappear.


Additional reference words: FoxDos 2.50 keyboard macro buglist2.50
fixlist2.50a
KBCategory: kbprg kbfixlist kbbuglist
KBSubcategory:
Solution Type : kbfix


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: October 14, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.