Detect is EOF ever reached

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
jfudickar
Posts: 202
Joined: Fri 10 Mar 2006 13:03
Location: Oberursel / Germany

Detect is EOF ever reached

Post by jfudickar » Mon 09 Oct 2006 07:28

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

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Mon 09 Oct 2006 13:51

You can check TOraQuery.Fetched property in AfterFetch event handler.

Post Reply