PRB: Error: Index Tag Not Found After DELETE TAG ALLID: Q130242 3.00 WINDOWS
The information in this article applies to:
SYMPTOMSAfter issuing the DELETE TAG ALL command, you receive this error:
CAUSEThe error occurs because SET COMPATIBLE is set to DB4. dBASE does not support the ALL clause on the DELETE TAG command. The ALL clause on the DELETE TAG command is unique to FoxPro.
WORKAROUNDTo work around this issue, SET COMPATIBLE to OFF, or explicitly identify the tag name with the DELETE TAG command. For example, issue one of the following commands:
STATUSThis behavior is by design.
MORE INFORMATION
Steps to Reproduce Behavior1. Create a Visual FoxPro table:
2. Index on cField1:
3. Set Compatible to dBASE:
4. Attempt to delete all tags:
The error message "Index Tag Not Found." is now displayed.
Additional reference words: 3.00 VFoxWin KBCategory: kbprb KBSubcategory: FxprgGeneral
|
Last Reviewed: May 22, 1998 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |