Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Re-ordering Grid
Message
 
To
01/04/1997 13:35:51
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00026434
Message ID:
00026448
Views:
30
>I have a grid which lists three fields: Member, ISD, and Campus. The grid is sorted by member name, and allows the user to select a member. I want to re-order the grid by ISD or Campus if the user tabs over to one of the other fields, but preserve the record that was already selected. Re-ordering the grid is simple enough, by just changing the order and refreshing the form in the gotfocus event of the testbox in the respective grid column. The problem is that the record is not preserved. I've tried trapping the reord number before the SET ORDER and GO RECORD after, but to no avail. I tried catching the Primary key value, and then SEEKing that record again, but after the index is set, I can't SEEK on the primary key. How can I do this?

Instead of SEEK, try LOCATE FOR.

Steve Despres
EZ Data Inc
sdespres@erols.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform