zeekhan
18th December 2011, 12:25
Dear Gurus,

I am working on Baan IV tools. I want to print page no "From to To" on report header while built in option only prints the current page no. I need your help with sample code to solve this issue through script.

Thanx

Zeeshan

bdittmar
18th December 2011, 14:36
Hello,

maybe a hint :

http://www.baanboard.com/baanboard/showthread.php?t=60598&highlight=page

Regards

zeekhan
21st December 2011, 15:59
on that link no proper solution available... that did not work for me... any other solution plz....

mark_h
21st December 2011, 16:05
The link pointed to the fact you need to search the forum - this is one possible solution http://www.baanboard.com/baanboard/showthread.php?t=6190. There are others that deal with windows printing. So search around there are plenty of possible solutions - just none that are perfect and easy to implement. The easiest way might be using a forms package - not sure since I never used one of those.

bdittmar
21st December 2011, 22:01
on that link no proper solution available... that did not work for me... any other solution plz....

Hello,

have a look at HIDOX !

Regards

Han Brinkman
22nd December 2011, 09:07
Hi,

Or just print from your report to another report. In the first you count the number of lines and pass all data to the second report. If you sort the second report it will not start before all data is available.

Of course a 3rd party tool like hidox is easier but it can be done like this.

Regards,
Han