SQL Grid - Auto fetch

Patrick Wolf

Member²
Hi,

is there anywhere an option in the SQL Result Grid which automatically executes a "fetch next page" when I scroll down with the "cursor down" key and I have reached the bottom of the fetched records?

With the current behavior of just stopping I always think I have already reached the end and there are no more records available...

Thanks
Patrick
 
you can set the behaviour of the sql window to get everything by default.

Preferences -> window Types -> SQL Window -> Records Per Page
 
I know that setting, but I don't want that all records are fetched immediately. It should just do a auto fetch when scrolling down.

But thanks for the hint.
 
Back
Top