ID: Q104473
2.50 MS-DOS kbprg kbfixlist kbbuglist
The information in this article applies to:
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.
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.
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
Last Reviewed: October 14, 1997