Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Deleting records in a buffered view.
Message
De
07/11/2001 14:04:15
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Deleting records in a buffered view.
Divers
Thread ID:
00578650
Message ID:
00578650
Vues:
53
Hello,

Can anyone please provide syntax that could be used to delete records through a buffered view. The buffering is set to optimistic table buffering [5] in the data environment bufferoveride property. When I run the following code from the click event of a command button it looks as though it works but when I check the underlying tables the record is still there. Also, when you delete a record I understand that it is never gone until you Pack, but with Set Deleted On should you still see the record in the underlying tables.
***************
***************
Set Deleted on

Delete

If Tableupdate()
Else
Messagebox(" Delete Was Not Successful ")
Endif

Thisform.grdCustvw.Setfocus
Thisform.grdcustvw.Refresh
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform