Re: Fetching more records for a grid



Wouldn't be natural at all. Highly unnatural, in fact.

This will be a lot of work and probably be confusing to users. They're used
to the last record being at the bottom, not "the last until you ask for
more".

I'm sitting here trying to think of *any* other application that works as
you've described and I can't come up with anything. I'd rethink this.

Dan

Jeff Grippe wrote:
Hello and thanks in advance for the help...

I have a grid control which is based on a small table that is
extracted from a larger table. When the user scrolls to the last row,
I would like to be able to requery and show the next (or previous if
the user scroll up from the first record) batch of records.

How do you detect all of the various method (Keyboard, Scroll Bars,
Etc.) that the user might be using to scroll up from the top or down
from the bottom.

I could put menu items on the menu to requery but it would be more
natural if they could just work in the grid.

Thanks,
Jeff


.


Loading