Page 1 of 1

Refresh

Posted: Fri 06 Nov 2009 13:05
by piotrt
I have a query with filter set (simple one). When I execute query.Refresh dataset is cleared. I have to do this:
query.Filtered := False;
query.Refresh;
query.Filtered := True;

to see data refreshed & filtered.

Is it normal behaviour ?


--
Regards,
Peter

Posted: Mon 09 Nov 2009 08:17
by Plash
We could not reproduce the problem. Please send to support*devart*com a complete small sample that demonstrates the problem, including the script for creating database objects.

Please specify the exact IBDAC and Delphi version.