I would like produce reports with total and subtotal and I try to use trailing subsummary in order to display the total order on that specific part of my form after each order.
My form is like this :
Order id Product Quantity Price Total Line
101 122 10 25 250
101 145 6 7 42
101 107 12 12 144
Total order : 436
Is it possible to use trailing subsummarry to calculate and print the Total order and how ???
I have had trailing subsummary part on my form based on OrderId and I add a label and total on that part but nothing appears on that part of the form ???
Yes I sort the records by orderid. I try to do the sort using “initialSort” property of the form or with method called by method linked to “onShow” property of the form.
Indeed you cannot see the subsummary before print preview. But I don’t want to print … So I come and ask: why not being able to see the subsummary in normal mode? … after all, it’s a nice feature