BUG: Pressing INS, DEL, HOME, or END Key Causes Cursor to JumpID: Q110119 The information in this article applies to:
SYMPTOMSPressing the INS, DEL, HOME, or END key when the currently selected object is a popup (selected but not activated) will cause the cursor to jump to the first check box object in the active window. Pressing the INS, DEL, HOME, or END key from a radio button or other push button set will cause the cursor to jump to the first push button set defined on the screen and execute the push button's VALID clause. This behavior does not occur in FoxPro 2.0 or 2.5 for MS-DOS.
RESOLUTION
PopupsSee "Example 1 - (Popup)" below. To resolve the problem demonstrated in Example 1, you must redefine or disable these keys through the ON KEY LABEL command.
Push ButtonsSee "Example 2 - (Push Button)" below. To resolve the problem demonstrated in Example 2, either make the same changes as for Example 1 or define a hot key ("\<") for each push button prompt.
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 INFORMATION
Steps to Reproduce ProblemExample 1 - (Popup): Run the following program, and from the selected popup object press the DEL, INS, HOME, or END key. The cursor will jump to the "Check Box 1" object. Please note that the keys behave as expected if the popup is activated.)
Example 2 - (Push Buttons):
Run the following program and press TAB to move to the radio button set or the second push button set. Press the DEL, INS, HOME, or END key. The cursor will jump to the first push button set.
Additional reference words: FoxDos buglist2.50a buglist2.50b buglist2.60a
pop up checkbox 2.50a 2.50b 2.60a
KBCategory: kbui kbprg kbbuglist
KBSubcategory:
|
|
Last Reviewed: June 2, 1995 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |