DetailDelay and Detail dataset

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Rastislav
Posts: 15
Joined: Tue 03 Apr 2018 10:18

DetailDelay and Detail dataset

Post by Rastislav » Tue 20 Apr 2021 16:33

Hello,
I am using DetaiDelay for all my tables (big database with lot of Master/Detail/SubDetail tables). After change of position of Master table I want check if data in Detail/Subdetail table was loaded already. Can you please add here any function, which can check it ?
If DetailDelay is more than 0, you are starting FDetailRefreshTimer in procedure TMemDataSet.MasterRecordChanged.
I would be like, if you can add here two things :
boolean DetailRefreshTimerRunning (if it is True, I will know that Detail dataset is not refreshed yet)
and/or
procedure ImmediatellyRefreshDetail (I can run it manually and be sure, that Detail dataset is refreshed)

Or can you advice, how I can check it in current version ?

Big thanks in advance !

Rastislav
Posts: 15
Joined: Tue 03 Apr 2018 10:18

Re: DetailDelay and Detail dataset

Post by Rastislav » Fri 23 Apr 2021 13:14

FireDAC have TFDMasterDataLink.Synchronize for this purpose.
But how I can do it in IBDAC ?
Please answer, it is urgent for me.
Thanks !

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: DetailDelay and Detail dataset

Post by ViktorV » Tue 27 Apr 2021 12:29

Hi Rastislav,

Unfortunately at the moment this functionality is not available in IBDAC.
If you want us to implement the feature, please post this suggestion at our user voice forum: https://devart.uservoice.com/forums/104 ... components If the suggestion gets a lot of votes, we will consider the possibility to implement it.

Regards,
Viktor

Rastislav
Posts: 15
Joined: Tue 03 Apr 2018 10:18

Re: DetailDelay and Detail dataset

Post by Rastislav » Thu 29 Apr 2021 07:50

Thanks, Viktor, I did it ...

Post Reply