Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Check if a delete command worked
Message
De
03/07/2003 12:20:03
 
 
À
03/07/2003 08:32:11
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00806075
Message ID:
00806609
Vues:
23
Thanks to every one who replied. I think that since I only need to know if a record is marked for deletion the simplest solution is (code is in a do loop)
DELETE NEXT 1 FOR pireq.creqno = lcReqNo IN pireq
llDeleted = DELETED('pireq')
IF NOT llDeleted
   llOk = .F.
   EXIT
ENDIF

Code that checks to see status of LLOK.
Please point out any problems with this approach.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform