Page 1 of 1

Detect is EOF ever reached

Posted: Mon 09 Oct 2006 07:28
by jfudickar
Hi,

is there a way to detect that the eof of a select is ever reached.

I'm using the devexpress cxgrid and when the eof of a select is reached the first time i want to deactivate the gridmode of the grid.

Greetings and thanks
Jens

Posted: Mon 09 Oct 2006 13:51
by Plash
You can check TOraQuery.Fetched property in AfterFetch event handler.