Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Records marked for Deletion
Message
From
01/10/2003 07:29:32
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00833756
Message ID:
00833762
Views:
22
>How can I determine whether a record is marked for deletion by command line?
>
>I want to replace a field with a value is the record is marked.


Use the Deleted() function:
if deleted()
or
? deleted()
or
iif(deleted(),'do this','if not do that')
or
locate for deleted()
etc.


Alex Feldstein, MCP, Microsoft MVP
VFP Tips: English - Spanish
Website - Blog - Photo Gallery


"Once again, we come to the Holiday Season, a deeply religious time that each of us observes, in his own way, by going to the mall of his choice." -- Dave Barry
Previous
Reply
Map
View

Click here to load this message in the networking platform