Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid Woes..
Message
De
14/12/2000 15:36:15
 
 
À
14/12/2000 15:31:33
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00453595
Message ID:
00453600
Vues:
24
>The grid RecordSource is a cursor of some sort. As the records in the cursor change, call the grid's Refresh() method. The new records will show.
>
>If you need only some of the records, you could either create a view and use the view as the grid.RecordSource. Then you would REQUERY() the view before refreshing the grid.
>
>Or you could set a filter on the cursor. It's usually slower than using a view, esp with a large set of data. If the data set is small enough, it shouldn't be a problem.
>

OK.. I was hoping there was a simpler way than doing that. It'll be a pain to keep the view current but I guess that's probably going to be the best way..
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform