BUG: KEYMATCH() Returns Inconsistent Results or Error MsgID: Q117568
WINDOWS | MS-DOS
kbprg kbbuglist
The information in this article applies to:
SYMPTOMSThe KEYMATCH() function returns different results, depending on the order of the commands issued.
STATUSMicrosoft has confirmed this to be a problem in FoxPro 2.6 for Windows and FoxPro 2.6 for MS-DOS. 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 Problem1. Load FoxPro. 2. Copy the following code into a program:
3. Run the program.
When the "Invalid function argument, type, or count" error message occurs on the first ? KEYMATCH('A1234','PEOPLE') command, choose the Ignore button. Note that the second and third issuances of the same command return a .F. (FALSE) value instead of the "Invalid function argument, type, or count" error message. If you put the KEYMATCH() commands in the following order
the first ? KEYMATCH('A1234','PEOPLE') command returns the "Invalid
function argument, type, or count" error message, the second issuance of
the same command returns .T. (TRUE), and the third issuance of the same
command returns .F. (FALSE).
Additional reference words: FoxDos FoxWin 2.60 errmsg err msg buglist2.60 KBCategory: kbprg kbbuglist KBSubcategory: FxprgGeneral
|
|
Last Reviewed: February 18, 1996 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |