learner
23rd January 2003, 17:53
Hi,

I have one customized Print session , on providing the required inputs on the form, the report gets genereted for about 20 pages.

Now i want that a word "Continue ..." should get printed at each and every end of the page.

I hope it can be possible ,if yes then how can i ?

preferably if it can be done using Program Script, or at report layout level...since i do not want to create Report script for this small thing.

NPRao
23rd January 2003, 18:33
You can make a new layout "Footer" for your report and send the output/print conditions.

Baanboozeled
23rd January 2003, 19:06
a good example of exactly what you are looking for is report tdpur440101000. It involves a footer layout and some logic in the report script.
Hope it helps,
bb

learner
24th January 2003, 07:12
Thanks all gurus , that footer thing din't strike in my mind. I will try that.

learner
27th January 2003, 19:55
Ok, now the problem is that at the end of the Report i am printing the label as "End of Report" and after that label "Continue" again prints since it is defined at footer.

How do i prevent it from printing at the end of Report.

Help me, i am totally new to BaaN as well as Programming.
I only want that the word "Continue" should print on each & every page but not on ther last page of the report.

NPRao
27th January 2003, 20:08
You might have to check the predefined variables for reports -

lattr.enddata R A boolean indicating whether or not the end of the data has been reached.