Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid Recordset
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00437294
Message ID:
00437338
Views:
21
>What will be the fastes way to populate a grid with specific records?
>
>I try select sql, set filter to , set key to.
>
>The best one is "set key to". It's inmediatelly. The problem is that if i sort my grid columns Ascending,Descending and need to show records for an specific customer, when I change the index i loose the recordset and show all the records in the table.
>
>Any sugestions? I have a 100000 records table and need to show aprox 2000 in the grid. Also wants that the columns are sortable.

set filter to keyfilter
set order to asctag
go top
grid.refresh
lnCurrentRecord=recno()
** A column click for a particular column changes it todescending order
set order to destag
goto lnCurrentRecord
grid.refresh
grid.setfocus
Imagination is more important than knowledge
Previous
Reply
Map
View

Click here to load this message in the networking platform