I'm getting this error under following conditions:
- Selecting from view, having ~5000 rows.
- FetchALL is false
- FetchRows = 100
Replication:
I open form, it opens query.
I close form immediately (or with small delay. 1-2sec).
Form closes, executing the following code:
Code: Select all
if qEditor.Fetching then qEditor.BreakExec;
qEditor.Close;Error is appearing in bot "design"/"run-time", both "debug" and "release", both ide/standalone running.
Any idea how to solve it?