Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Delete a record based on a cursor
Message
De
25/06/2002 17:09:54
 
 
À
25/06/2002 16:57:07
Henry Ravichander
RC Management Systems Inc.
Saskatchewan, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00672147
Message ID:
00672201
Vues:
7
This message has been marked as the solution to the initial question of the thread.
Ravi,

I'm doing OK. How are you doing?

You need to tableupdate() on TableA. If you don't, a SELECT statement on that table will still retrieve the record you have deleted.
delete from TableA where TableA.IDNumber = mIDNumber
llStatus = tableUpdate(0, .t., 'tableA')   && current record
if !llStatus
    * you were not able to delete the record
endif
>Hi again Steve:
>
>How are ya> Thank you for responding.
>
>>is there buffering on TableA?
>
>Yes. This is in the Init() of FormA
>
Steve Gibson
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform