Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Deleted Records
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00085697
Message ID:
00085705
Vues:
26
>Is there a way to only show deleted records in a grid from one table?

*** create index tag on DELETED() and
SET DELETED OFF
Select * From table1 into cursor curDeleted Where Deleted()
Thisform.Grid1.Recordsource="curDeleted"
Edward Pikman
Independent Consultant
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform