PRB: Invalid Key Length Error When Indexing a Cursor FileLast reviewed: December 11, 1995Article ID: Q140760 |
The information in this article applies to:
SYMPTOMSIndexing a cursor file with a key field that contains more than 240 characters generates this error:
Invalid Key LengthThis procedure didn't generate an error in FoxPro version 2.6.
CAUSEThis is a deliberate change in behavior. The maximum length for an index key in a compact index is 240 bytes. If a key is longer than 240, FoxPro 2.6 truncates it. Visual FoxPro 3.0 displays the "Invalid Key Length" error message to protect against the possiblity of generating duplicates.
STATUSThis behavior is by design.
MORE INFORMATIONThis error message also occurs with a table.
Steps to Reproduce BehaviorType the following commands in the Command window:
CREATE CURSOR Address (address C(254)) INDEX ON address TAG addressThe "Invalid Key Length" error message is displayed.
REFERENCESFor more information on Visual FoxPro 3.0 system capacities, search for "System capacities" in the FoxPro Help file.
|
Additional reference words: 3.00 VFoxWin
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |