Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid Refresh
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Grid Refresh
Miscellaneous
Thread ID:
00247663
Message ID:
00247663
Views:
51
Greetings!!
I've got a grid that sorts a query when you click the corresponding column header, it then changes the header text to show which way the column is sorted (ie: header /\ or header \/)...however, I don't like the way I had to do it:( For instance, when you click the header I set a tag or two and then call a form method to refresh the table for the grid...but in order to change the header text I have to call the setfocus() event for the text control in that column, which triggers the refresh() which is where I have the code to change the column header, then I also have to have code in the Lostfocus() event to change the header back to normal.
I feel like I'm all twisted around here, when there should be some methods that are called EVERY time the grid or cursor is refreshed....what am I missing?
Next
Reply
Map
View

Click here to load this message in the networking platform