calculate "total" for each order, when printer > 2 orders together
the set/get method will only work if print one order at one time, the summary filed will massup if there are more than 1 page (per order)
is there a way to calculate total per "order" and show on each page
like this :
Order#1 /page 1 of 2
item 1
item 2
item 3
...
item 10
total 15 items, $123,456
Order#1 /page 2 of 2
item 11
item 12
item 13
...
item 15
total 15 items, $123,456
Order#2 /page 1 of 1
item 1
item 2
item 3
...
item 5
total 5 items, $1,234
is there a way to calculate total per "order" and show on each page
like this :
Order#1 /page 1 of 2
item 1
item 2
item 3
...
item 10
total 15 items, $123,456
Order#1 /page 2 of 2
item 11
item 12
item 13
...
item 15
total 15 items, $123,456
Order#2 /page 1 of 1
item 1
item 2
item 3
...
item 5
total 5 items, $1,234
Comments
the point is to calculate in masterdataband, DO NOT calculate/get/set things from sum(xxx,ooo) at header/footer
cant find where to delete post...