Skip to main content
November 10, 2009
Question

long page in cf report maker

  • November 10, 2009
  • 1 reply
  • 1036 views

Hi,

I am new to cf report maker.

I made a report which is long in detail part. The layout of my report is free form. When I want to preview it it has this error:

"Report design not valid : 1. The detail section, the page and column headers and footers and the margins do not fit the page height. "

Please let me know how I can solve this problem?

Is it possible to write a report which is more than 1 page in cf report maker or not?

This topic has been closed for replies.

1 reply

Inspiring
November 10, 2009

Hi,

If you check the properties of your band, you will see something called "allowSplit", try enabling that.

HTH

November 12, 2009

Hi,

I checked the band property and it is true. Also I tried to use page break but, that one also does not work.

Please let me know if you think I should try any thing else.

Thanks,

Mandana

November 16, 2009

Hi,

I do not knoe if there is a better way for solving this problem but I solved it in this way:

I devided my report into two subreport and then put the tow sub report in another report.

I set the properties:

1-The main report page layout->"ignore pagination" to true

2- The subreports print control->"position type" to floating

3- The main repor detail(report band)-> "split allowed" and "stretch with overflow" to true

there may be another way to solve it.