Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Delete already!
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00130334
Message ID:
00130543
Vues:
30
>Just delete does not move pointer. You would have to issue a *skip* or *skip -1* to move it. Only *Delete for/while* moves the pointer. Delete for will move pointer to eof(). Delete while starts deletion on the current record and moves down the table while the delete criteria is met. If it is not met on the initial record, it does not move at all and nothing is deleted. There is also a *Delete rest* option that deletes the rest of the records in the table starting with the current record.

Good thing I didn't use DELETE WHILE. It wouldn't have deleted anything. :)

I finally got the thing working. Thanks for your help.

-Michelle
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform