I noted that the AfterOpen event of the detail query is triggered only once, on the opening of the query. Afterwards, when we scroll over the master records the detail records are shown but the detail's AfterOpen event is not triggered anymore. With the monitor I can see that the detail query is open each time we scroll over the master.
I expected that this event be triggered each time the master scrolls, as the detail dataset is open again.
Is there any way to enable this? This was the normal way BDE TQuery component works.
ps. I'm using the version 4.1.4 and tested also with trial version 4.6.11 (Delphi7).