I have an app with one master and many detail queries (linked with MasterSource
). I would like to do some calculations when the master record has scrolled and once all detail tables have scrolled too (precisely, I want to know if one of the details has records for this particular master record).
Using the OnAfterScroll
event for the master fires too early. Is there a way around this?