KEYMATCH() Syntax Differs Between FPW and FPD Help FilesID: Q117319
WINDOWS | MS-DOS
kbprg kbdocerr
The information in this article applies to:
SUMMARYThe syntax for the KEYMATCH() function is documented differently in the online Help files of FoxPro for Windows and FoxPro for MS-DOS. The FoxPro for Windows Help file gives the following syntax for the KEYMATCH() function:
However, the FoxPro for MS-DOS Help file gives the following syntax:
The syntax shown in the FoxPro for Windows Help file is correct.
MORE INFORMATIONThe KEYMATCH() syntax shown in the FoxPro for Windows Help file is similar to the syntax in dBASE IV version 2.0:
The brackets indicate that you can use any one of the following
where <expN1> is the index tag number, <expN2> is the work area number, and
<expC> is the work area alias.
NOTE: Issuing ?KEYMATCH(<index key>, <expC>) will generate an "Invalid Function Argument" error message because this syntax is incorrect. Additional reference words: FoxDos FoxWin 2.60 docerr foxhelp.hlp foxhelp.dbf on- line KBCategory: kbprg kbdocerr KBSubcategory: FxinteropDbase
|
|
Last Reviewed: February 17, 1996 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |