Hi,

I have a form having 2 datasource -tables joined. I sum up some fields of
records of the second datasource according to a user input dateEdit control
value. The display method is bound to the first datasource at the moment.

My problem is that the sum result only shows one by one after the
corresponding record is activated (or focused on) by the cursor. My intension
is to show all the sums at once without cursor focusing. How can I achieve
this?

Thanks in advance.