Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid sorting with header object click event...
Message
From
21/09/1999 16:26:34
 
 
To
21/09/1999 15:05:26
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00267281
Message ID:
00267330
Views:
16
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?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform