Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with Deletion Mark on Grid
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00351235
Message ID:
00351241
Vues:
25
>I have a grid whose controlsource is a remote view.
>I have Optimistic Table Buffering On in the data environment and SET DELETED OFF for the data session.
>
>After deleting a record on the grid, I perform the following select statement:
> SELECT * FROM WHERE DELETED() INTO CURSOR c1
>
>The resulting cursor has no records. Even more confusing is when I try DELETED('remote_view') and the record pointer is on the deleted record, it returns .F.
>Any ideas why this is happening?
>
>Thanks in advance
>
>George

The records are not actually deleted before you issue TableUpdate.
Try TableUpdate and then your select statement...
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform