Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

error: the page size was not large enogh to format the contents of the

Status
Not open for further replies.

rahulroy08

Programmer
Jul 3, 2007
58
US
Hi,

I'm using CR 8.5 and SQL server 2005.

When I run my report I get an error message,

Code:
The page size was not large enough to format the contents of an object in the report.

Can some one please help why does this happen and how to overcome this.

Thanks,


Rahul.
 
One of the sections is exceeding the size of a page.

Crystal's layout is based on the printer (unless you specify otherwise), and if you place something too large for a page it errors.

Did you size sections?

Insert a graphic?

You didn't post any specifics about your report so it's hard to help.

-k
 
I think this message usually occurs when objects that are too large are placed in page header sections, so you could check that first.

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top