Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Displaying Updated Grid Contents
Message
 
À
10/07/2001 18:40:45
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00528954
Message ID:
00528967
Vues:
18
<<
So basically the question is: once you have displayed the contents of a cursor on a grid, can you re-sort or re-query again, thus updating the cursor, and display the updated cursor on the same grid?
<<

Sure, just set the order of the cursor and invoke the Refresh of the grid.

If you change the contents of the cursor, in effect, overwriting the cursor, be sure to do something like this:

Grid.Recordsource = ""
*/ Requery here...
grid.recordsource = 'aliasname'
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform