FIX: ALT+D and SPACE Both Map to Key Code Value of 32ID: Q124884 The information in this article applies to:
SYMPTOMSIf code is dependent on the key combination ALT+D, the key code value returned by this combination maps to the ASCII value of 32, which is the equivalent of the Space key. Any time the space bar is pressed, code associated with ALT+D is run.
CAUSEThe ALT+D key combination is incorrectly mapped to ASCII 32.
RESOLUTIONThe workarounds for this problem are to avoid the use of ALT+D as a key combination, or use CTRL+D or designate some other key combination as a hot key.
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. This has been corrected in Visual FoxPro 6.0.
MORE INFORMATION
Steps to Reproduce ProblemCreate and run a program containing the following code:
Additional query words: access key kbvfp600fix
|
Last Reviewed: November 1, 1998 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |