Totals On A Report Header

I would like to place the order total (Amount) and Order Total Weight on the top of each page of a picking ticket (or at least the first page). This way the warehouse can determine the cheapest way to ship an order. I know when I(F9) I get the order statistics. All I want is to get these numbers on my picking ticket. Any ideas on how difficult it is to calculate flowfeilds on a report header? Starting hints would be appreciated[:)]

H R, you are so close to the solution! Check the code of F9 = Order statistics, and you will see how the amount and weight is summed up. Then put the same code in your sales order header Data Item. Obviously you need to cycle through the order lines, when in the header data item, separately from having them printed in the order lines data item. Pelle