Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid Refresh Problem
Message
 
À
17/12/2001 19:47:18
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00595411
Message ID:
00595584
Vues:
19
Hi Jeff,

I had a similar problem last week when I deleted a child record that was contained in a grid (RecordSourceType: 1-ALIAS). After some hair pulling I discovered that moving the record pointer made the record disappear. If your recordsourcetype is 1-ALIAS this might work:

GO TOP IN ThisForm.Grid1.RecordSource
ThisForm.Grid1.Refresh()
ThisForm.Grid1.SetFocus()

HTH

Robert
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform