Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Records marked for Deletion
Message
De
01/10/2003 07:29:32
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00833756
Message ID:
00833762
Vues:
20
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform