Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid sorting with header object click event...
Message
De
21/09/1999 16:26:34
 
 
À
21/09/1999 15:05:26
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00267281
Message ID:
00267330
Vues:
17
Hi Todd,

>Hmmm... I added a property to the form and then updated that propert in the grid's AfterRowColChange event. Then, in the click event of the header, I placed, go thisform.currec after the set order to statement.

New Properties, AfterRowColChange? To much, try:
nRec = recno(grid.recordSource)
set order to ....
thisform.refresh()
go nRec in (grid.RecordSource)
You will have to tweak this with paranthesis I think. Does this work?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform