Aceela
24th October 2008, 10:16
Hi,
I hope that you can help me with a problem. I have report that shows orders and order rows. I want the report to be able to show page numbers in format x/y, what I mean is if an order has rows that display on many pages I want the page number to be able to show page 1/2, 2/2 and so on. Does anyone have a clue on how to achieve this?

zardoz
24th October 2008, 10:46
In the program script you can count the number of rows of each order you have to print. Count the number of rows you can print on each report page.
Divide the # of rows to be printed to this number (rounding to floor number). This is the "of page" number.
In the report script increase the number each page and reset the page number for each order.

george7a
24th October 2008, 11:59
Hi,

There are some threads about this issue in the forum, check them out:
http://www.baanboard.com/baanboard/showthread.php?t=27565
http://www.baanboard.com/baanboard/showthread.php?t=1079
http://www.baanboard.com/baanboard/showthread.php?t=6190

I hope it helps,

- George

Aceela
27th October 2008, 10:32
Thanks. :)