PRB: Error: Index Tag Not Found After DELETE TAG ALLLast reviewed: April 30, 1996Article ID: Q130242 |
The information in this article applies to:
SYMPTOMSAfter issuing the DELETE TAG ALL command, you receive this error:
Index Tag Not Found. 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:
SET COMPATIBLE OFF -or- DELETE TAG tagname STATUSThis behavior is by design.
MORE INFORMATION
Steps to Reproduce Behavior
|
Additional reference words: 3.00 VFoxWin
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |