Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
File/Server vs Client/Server
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00010711
Message ID:
00010793
Views:
32
>Thanks for the info. How would one set up a grid based on a remote view that fetched only 100 records at a time. If you scrolled down past the 100 would the user then have to hit a key saying view next 100 etc. If so that is really not the ideal interface irregardless of the amount of network traffic. Also how would you handle seeks? If you only fetch 100 at a time will the seek bypass this and find the right record and fetch the next 100 after that automatically or do you have to code for this.
>Sorry for all the questions but I haven't worked with remote views before and am still unsure of how the fetching thing works.
>
when I use views
I requery if there is a change to the siginicant part of the key (e.g in an incremental search) and use locate on the subset
if u fetch 100 record u can then fetch for a key bigger than the last key fetched
etc.

Arnon
Previous
Reply
Map
View

Click here to load this message in the networking platform