Refresh

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
piotrt
Posts: 2
Joined: Fri 06 Nov 2009 11:05
Location: Poland

Refresh

Post by piotrt » Fri 06 Nov 2009 13:05

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

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

Post by Plash » Mon 09 Nov 2009 08:17

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.

Post Reply