Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why for da keymatch() finds da deleted records???
Message
From
14/11/2001 00:19:11
 
 
To
13/11/2001 17:12:05
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00581140
Message ID:
00581311
Views:
22
You could change the key field of the record immediately before deleting
REPLACE keyfield WITH a_meaningless_value
DELETE
That way your deleted records won't show when you use keymatch()


>Hi
>
>Thanks for your reply
>
>I am having difficulty with duplicate records probably for the very reason that deleted records are not removed from the index.
>
>Does this mean that if I want to reuse a key tag that I have to :-
>
>1) look for the tag
>2) then check to see if it was deleted and
>3) if so then recall it and replace the details.
>
>Is there not a way to force removal of a deleted record without having exclusive rights???
>
>Regards
>Geoff Scott
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform