Hi,
i'm using the TSmartQuery with the DevExpress Grid Control.
IF the grid control is in the Enhanced Mode (GridMod = False) it fetches all Records until EOF.
I want to give the user the option to cancel the fetch process using the BeforeFetch Event.
The problem is that setting "Cancel = True" stops only the current execution, but didn't change the eof, and then the grid ignores this and tries to fetch again.
Is there any chance to solve this problem?
The DOA Components have something similar, there it was no problem.
Greetings and thanks
Jens