Filter Behavior changed in 3.4.2

Fredr

Member
I just installed the latest version of doa for D3 and noticed that when a refresh is issued the filter method of the refreshed dataset is not called anymore. This is a change in behavior from other versions of DOA. Any idea why that is?

Thanks in advance,
Fred R.
 
If you are talking about the OnFilterRecord event, then you need to set the Filtered property to True. If it is set to False, the OnFilterRecord event will not fire (as specified by Borland). In pre 3.3 releases the Filtered property did not affect this behavior.

------------------
Marco Kalter
Allround Automations
 
Back
Top