I have a Bill datasource, and a payment datasource, and the balance datasource a an sqlcalculated query.
My problem is, that when something is changing on the payment or the bill datasource, I try to unload/load automatically the balance datasource (on create or delete event on client side), but the balance still ignores the changes !
When I make exactly the same thing on a button, and press the button manually, then the balance is updating to the correct value.
Why is the query not computing the right value directly after change ? Do I need to put some kind of delay, before loading the balance ?