Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Does index tag on DELETED() help?
Message
From
10/11/2004 02:46:10
Walter Meester
HoogkarspelNetherlands
 
 
To
09/11/2004 14:33:56
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00958911
Message ID:
00959874
Views:
9
Hi Fabio,

>In VFP9 beta not there is trace of this.

There is, search for "FOR DELETED()" and you'll find the topic.
CREATE CURSOR test (test I)
APPEND BLANK
INDEX ON Test TAG TEST 
SET DELETED ON

SYS(3054,2)

SELECT * FROM Test WHERE Test = 1 NOFILTER

SELECT Test
DELETE TAG ALL

INDEX ON Test TAG TEST FOR NOT DELETED()
SELECT * FROM Test WHERE Test = 1 NOFILTER
Walter,
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform