<< How can I make the totaling working?
You're stuck in a catch 22 here, and I'm not sure of the way out.
If you refresh the whole browse you lose the focus, which is understandable.
However if you don't refresh the whole browse, then it's not gonna re-calculate the totals anyway.
(sending the totals is not so hard, but you'd need to re-calc them.)
the first solution is if I convince it to restore the focus (if possible) to the field that had it when the browse was refreshed. (this I've done in build 6.36).
The second part of the equation is to make it possible to call the "totals" routine while in EIP mode. In other words it is now possible to "change" the browse total cells during the whole EIP process. There is however, a catch.
The catch is that the old values in the browse totals are not available at this point, and indeed the correct values are not calculated at this point. so in order for this to be useful you _must_ calculate the correct browse totals yourself, from scratch. This however (at the moment) needs to be done anyway if you want "file loaded totals" on a "page loaded browse" so may be of use to some.
cheers
Bruce