Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Deleted record not showing
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Deleted record not showing
Divers
Thread ID:
00316767
Message ID:
00316767
Vues:
69
Hi.
I have a form which has a Grid,whose record source is a buffered view.
(Type 5 Optimistic Buffering is set )
I also have a Delete button, to allow a record to be deleted from the view. When I delete a record,the deleted record does not disappear from the grid UNTIL I move to a different record.
My delete code is as follows:

SELE V_IDE
IF .NOT. EOF()
DELETE

&& 12-12-99
ThisForm.InfieldsModified = .T.
ENDIF

* refresh the grid
THIS.PARENT.grdIDE.Refresh()

THISform.REFRESH

I have similar code in other forms ant it seems to work ?

regards,
Gerard
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform