View Full Version : Remove page footer space


scslanka
01-29-2007, 03:41 AM
Hi

I hope you can help me. My problem is I created report using crystal report 9. And it contain a Page footer. I want to use page footer only in page 1. I don't want page footer in other pages. I did it using Suppress, but I don't know how to remove page footer Space and print detail to the end of the pages (eg 2,3,4....).

I hope my problem is clear to you. Please give me a solution

Thanks

Kempes
02-21-2007, 05:08 AM
I'm guessing off the top of my head that you could write a condition formula in the suppress section like,

If PageNumber = 1 then False else True

This is within the SECTION EXPERT

Hope this helps

Kempes

scslanka
02-22-2007, 01:01 AM
Thanks for you reply. But it is not working