Hi Zoltan,
In the browse procedure the Totals are calculated, and temporarily stored in a local variable called Loc:Total[columnnumber]
A good embed point to use, if you wanted to copy them into Session Variables is "After Browse Before Buttons".
Once they are in a session variable you can use them in the normal way.
Tip: Remember totals only apply to the records you can _see_. Unlike a Clarion browse that will total the whole dataset. Calculating totals of the whole dataset is quite an expensive operation, and it would need to be re-done over and over with each browse refresh.
Cheers
Bruce