Crystal Reports 9: Page Header plus Page Footer is too large for the page.

Hi,
I have a report that has the following sections.
GH1
GH2a
GH2b - has a sub report
GH2c - has another sub report
GH3
GH4
GH5
details - suppressed
GF5 - suppressed
GF4 - suppressed
GF3 - suppressed
GF2 - suppressed
GF1 - suppressed
The report works fine wehn I run it using Crystal Designer.I am using CR version 9.2.2.693.
When I try to load the report in my application, I get the following error.
Crystal Report Windows Forms Viewer
Page Header plus Page Footer is too large for the page.Error in File rptName.rpt:
Page header or footer longer than a page.
OK  
There are no 'suppress blank sections' option set in the sections where the sub-Reports are.
I also tried setting the No Default Printer option.
The report gets loaded from the application only when I set 'New Page after' in the sections where there are sub-Reports.
I do not want to do this; Is there a workaround?
Thank you.

Can someone tell me if this problem is being worked on as it looks as thogh none of the problems regarding the message u2018Page Header plus Page Footer is too large for the pageu2019 have been addressed.
We have several reports that were written in Crystal 7 (I think) and worked in Crystal 9 and X1R2 but now give the above error. We have tried jigging the report in line with the various suggestions but at best can get them to run through successfully with one lot of data and then fail on the second or subsequent pages when you vary the data or report format even slightly. We can report on every bit of data separately or in various combinations but not in others. Changing the bottom page margin by 0.01 cm can cause it to fail on page 7 instead of page 530 (for example). We certainly do not have large page headers (just over 2cm) or page footers (about 0.3cm). We do have some subreports in the details section but have used 'fit to section', added 'keep together', removed u2018keep togetheru2019 from just about everything we can (in desperation) but to no avail. We cannot see a pattern to what is happening. It would be encouraging to know that someone is actually working on this fault.

Similar Messages

  • Page header plus page footer too large for the page in crystal report 2008.

    Hi,
    when we selecting pieview and print after entering paramter it's showing error: page header plus page footer too large for the page. error in File.rpt page header or page footer loanger than page. and it's not showing print layout format if i connect another printer it's showing layout designe. and some times it's showing letter formate and if i give print it's taking default lamdscape but we setup defual setup for printer 10*12 inches in particular printer.please guide me how we can solve this issues.
    regds,
    samapth

    This is a really hard post to read. See if you can take a bit of time to reword it, but one thing I do understand is that you are getting this error:
    page header plus page footer too large for the page.
    Typically, you can trust that if the error is thrown, it is true. E.g.; this is not one of those errors that says one thing, and means another. I suspect that you have some field(s) in the header(s) that grow, depending on the data. If there is too much data or the data is too long ( a text for example), the error will be thrown. To resolve this, see if placing the field(s) into a group footer / header will help.
    Ludek

  • Since installing update on 6/25, printing pdf pages OK, but bank account activity type is too large for the page. How do I shrink the type?

    Since installing Firefox v.3.6. 6 update on 6/25, printing bank statements in pdf format is still OK, but when I select the print option for my bank account activity the type is too large for the page. How do I shrink the type? We are running Windows XP.
    == This happened ==
    Every time Firefox opened
    == I installed Firefox update on 6/25

    Firefox doesn't display PDF files all by itself, it uses your PDF reader program which is also what handles the printing of that file type.
    As far as the large printed font from Firefox, open File > Page Setup and see what the '''Scale''' is set to. 100% is usually the best setting, but you might need to use a smaller setting.

  • When scaling in page setup, 1st page prints correctly, but subsequent pages do not scale correctly/too large for the paper, parts of the text missing

    When trying to print in Firefox, and when scaling the page size in page setup, the first page prints correctly, but subsequent pages do not scale correctly and are too large for the paper, with parts of the text are being cut off at the top and right. This is not fixed by checking or un-checking the "ignore scaling/shrink to fit page width" in the print window, or by changing the scaling%.
    I am running Firefox 15.0.1, on Mac OS 10.5.8.
    The same problem happens in the print preview and if I save the print as a .pdf
    I have tried all the fixes in the how to's and others in various forums with no improvement.
    This happens every time I try to print a document scaled up or down only in Firefox.

    The 2nd page print scaling error has been an issue with Firefox on the Mac since 2011. People at Mozilla have not considered this a major problem. Try printing anything at less than 100% and you'll quickly see how every page after the first page being scaled wrong gets old real fast. The lack of a solution to this issue forced me long ago into using Safari as my primary browser. Good luck waiting until version 21 for a solution. Current release is 18.0.2.

  • I hit something and the size of the screen shrunk, so everything is too small for the page. How can I make it back to regular size?

    I don't know how, but the size of Facebook is much smaller than it should be. Like around the edges of the page, there is about an inch of just white, and all of the writing is really small. Is there a way to make it back to regular size? I can't really read anything because it is too small.

    Reset the page zoom on pages that cause problems: <b>View > Zoom > Reset</b> (Ctrl+0 (zero); Cmd+0 on Mac)
    * http://kb.mozillazine.org/Zoom_text_of_web_pages
    You can use one of these extensions to adjust the default font size and page zoom on web pages:
    * Default FullZoom Level - https://addons.mozilla.org/firefox/addon/6965
    * NoSquint - https://addons.mozilla.org/firefox/addon/2592

  • When browser window cuts off content (is too small for the page) scrollbar wont scroll down to cropped content.

    Hey everyone,
    I'm having a new problem with Muse. This is my first Muse site, all my previous web work was HTML CSS, but I'm trying to learn the programs. However, I have a weird problem with my page... When the browser is too small - aka the window showing the site is cropping some of the content, the scroll bar appears, but wont scroll down it... I don't understand why. It seems to be happening in all browsers. Likewise, on some computers my footer is missing or invisible, not sure why, but on my computer in all browsers (firefox, chrome, safari) I don't have the problem. Any advice?
    www.DanielleFeliciano.com
    Also, in site properties I have the minimum height set to what would show the whole page, not sure what is going on. I've also noticed, that the scrollbar appears when the page is cropped, it just won't scroll the page..

    Looks like you have your content pinned on the homepage .... or on a layer that is pinned. Probably the header layer.

  • VBScript - Identifying Rows that are too large for a page

    I am trying to write a VBScript that will identify rows that are too large to fit on a page.
    So far I have:
    Sub IfRowIsTooBigBreakAcrossPage()
    'Use to track number of tables in the document
    Dim t As Integer
    'Use to track number of rows in a Table
    Dim r As Integer
    'Get the number of tables in the document
    t = ActiveDocument.Tables.Count
    For i = 1 To t
    'Get the number of rows in a table
    r = ActiveDocument.Tables(i).Rows.Count
    For n = 1 to r
    If ActiveDocument.Tables(i).Rows(n).Height > 6 Then
    Active Document.Tables(i).Rows(n).AllowBreakAcrossPages = True
    End If
    Next
    Next
    End Sub
    I am having a hard time just getting this to run.   This is meant to run on tables that have been exported from IBM Doors.  I'm not sure if that [having been exported from Doors] is the issue or if I'm just missing something when it comes to the
    Rows attributes.
    Any help is appreciated!

    Hi David,
    I'm afraid that it is not the correct forum about this issue, since this forum is to discuss Visual Basic.
    For some reason, I can't help you to move this case to Scripting forum, please feel free to open a new thread in that forum for better response:
    http://social.technet.microsoft.com/Forums/en-US/home?forum=ITCG
    Thanks for your understanding.
    Best regards,
    Franklin
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • The print is too big for the page, some of the article is cut off . Why?

    The printer was working fine. Suddenly that changed. Now when I print, the print is huge and a large part of the text is cut off. I tried reducing the size of the font but that did not help. This had happened to me before about a year ago and I tried different things with firefox and was finally able to fix it. However, this time I have tried all your troubleshooting tips and nothing works. The print function was working normally up to a couple of days ago and to the best of our knowledge neither my husband and I have made any changes to the settings.

    Firefox > Print -> Print Preview = what is the '''Scale''' set for?
    '''Shrink to Fit''' is usually the best setting for most web pages.

  • When you go into sites everything is too big for the pages,including home page

    everything is too big too see on screen

    Make sure that you do not run Firefox in compatibility mode.
    You can open the Properties of the Firefox desktop shortcut via the right-click context menu and check the "Compatibility" tab.
    Make sure that all items are deselected in the "Compatibility" tab of the Properties window.

  • Page footer information is missing for the first page alone.

    Hi All,
    After exporting to text format, Page footer information is missing for the first page alone. Any reasons?
    Thanks for any help !!
    Rgds,
    Shriram

    If you search the Business Objects Articles (see the link to the left on this page) for Export Limitations documents you'll see that page footers/headers are not supported when exporting to Text format (same for Page N of M.
    If you open up a text file in Notepad - you'll notice that there is no Insert | Page Break (as there is in MS Word).
    CR can't possibly know in advance where the page breaks will occur in a text document (or the application in which the document is opened) so most anything in CR having to do with pagination is not supported when exporting to Text.
    The Export Limitations document is a handy item if you do a lot of exporting.

  • How can I put an image in the page header so that it will be repeated on every page?

    Hi to everyone!
    I want to create a Pages template with the logo of our company in the page header.
    I'd like to put that image (logo) in the page header so that it will be repeated on every page but it will not modify the content of the page.
    Anyone know how to achive this, or something similar without have to copy-paste that image every time we add a page to the document?
    Thanks in advance

    Takashi,
    Turn off the Page Headers (not absolutely necessary, but since you don't need it, why not)
    Put your Graphic on the page and make the following settings:
    Then Insert > Text Box and make the same settings as for the graphic.
    Place your "Header text" in the text box and arrange the box and graphic as you want them. Move both to Section Master using the Arrange menu.
    Jerry

  • Every time I try to open a new web page a window pops up saying the certificate for the page is invalid?? It won't let me on my emails or Facebook

    Every time I try to open a new web page a window pops up saying the certificate for the page is invalid?? It won't let me on my emails or Facebook

    This could be a complicated problem to solve, as there are several possible causes for it.
    Back up all data, then take each of the following steps that you haven't already taken. Stop when the problem is resolved.
    Step 1
    From the menu bar, select
               ▹ System Preferences... ▹ Date & Time
    Select the Time Zone tab in the preference pane that opens and check that the time zone matches your location. Then select the Date & Time tab. Check that the data and time shown (including the year) are correct, and correct them if not.
    Check the box marked 
              Set date and time automatically
    if it's not already checked, and select one of the Apple time servers from the menu next to it.
    Step 2
    Start up in safe mode and log in to the account with the problem.
    Note: If FileVault is enabled in OS X 10.9 or earlier, or if a firmware password is set, or if the startup volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start up and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually login automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    If the problem is not reproducible in safe mode, then it's caused by third-party "anti-virus" or "security" software. If you know what that software is, remove it as directed by the developer after backing up all data. If you don't know what it is, ask for instructions.
    Step 3
    Triple-click anywhere in the line below on this page to select it:
    /System/Library/Keychains/SystemCACertificates.keychain
    Right-click or control-click the highlighted line and select
              Services ▹ Show Info
    from the contextual menu.* An Info dialog should open. The dialog should show "You can only read" in the Sharing & Permissions section.
    Repeat with this line:
    /System/Library/Keychains/SystemRootCertificates.keychain
    If instead of the Info dialog, you get a message that either file can't be found, reinstall OS X.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination command-C. Open a TextEdit window and paste into it by pressing command-V. Select the line you just pasted and continue as above.
    Step 4
    Launch the Keychain Access application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad and start typing the name.
    In the upper left corner of the window, you should see a list headed Keychains. If not, click the button in the lower left corner that looks like a triangle inside a square.
    In the Keychains list, there should be items named System and System Roots. If not, select
              File ▹ Add Keychain
    from the menu bar and add the following items:
    /Library/Keychains/System.keychain
    /System/Library/Keychains/SystemRootCertificates.keychain
    Open the View menu in the menu bar. If one of the items in the menu is
              Show Expired Certificates
    select it. Otherwise it will show
              Hide Expired Certificates
    which is what you want.
    From the Category list in the lower left corner of the window, select Certificates. Look carefully at the list of certificates in the right side of the window. If any of them has a blue-and-white plus sign or a red "X" in the icon, double-click it. An inspection window will open. Click the disclosure triangle labeled Trust to disclose the trust settings for the certificate. From the menu labeled
              Secure Sockets Layer (SSL)
    select
              no value specified
    Close the inspection window. You'll be prompted for your administrator password to update the settings.
    Now open the same inspection window again, and select
              When using this certificate: Use System Defaults
    Save the change in the same way as before.
    Revert all the certificates with non-default trust settings. Never again change any of those settings.
    Step 5
    Select My Certificates from the Category list. From the list of certificates shown, delete any that are marked with a red X as expired or invalid.
    Export all remaining certificates, delete them from the keychain, and reimport. For instructions, select
              Help ▹ Keychain Access Help
    from the menu bar and search for the term "export" in the help window. Export each certificate as an individual file; don't combine them into one big file.
    Step 6
    From the menu bar, select
              Keychain Access ▹ Preferences... ▹ Certificates
    There are three menus in the window. Change the selection in the top two to Best attempt, and in the bottom one to  CRL.
    Step 7
    Triple-click anywhere in the line of text below on this page to select it:
    /var/db/crls
    Copy the selected text to the Clipboard by pressing the key combination command-C. In the Finder, select
              Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.
    A folder named "crls" should open. Move all the files in that folder to the Trash. You’ll be prompted for your administrator login password.
    Restart the computer, empty the Trash, and test.
    Step 8
    Triple-click anywhere in the line below on this page to select it:
    open -e /etc/hosts
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    Launch the built-in Terminal application in the same way you launched Keychain Access.
    Paste into the Terminal window by pressing command-V. I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key after pasting. A TextEdit window should open. At the top of the window, you should see this:
    # Host Database
    # localhost is used to configure the loopback interface
    # when the system is booting.  Do not change this entry.
    127.0.0.1                              localhost
    255.255.255.255          broadcasthost
    ::1                                        localhost
    fe80::1%lo0                    localhost
    If that's not what you see, post the contents of the window.

  • How do I get an image which is larger than the page to scroll?

    I am new to CSS and CS4 and my problem relates to a gif image which is larger than the page.I cannot get the image to scroll either vertically or horozontally. This image is of a family tree graph and I cannot reduce it's size any more otherwise it would not be ledgeable. I want the image to scroll vertically underneath the fixed header. I am using a twoColHybLtHdr template. Also when I have corrected this problem will the CSS then apply to all further pages and could that cause other problems?
    Thanks in anticipation

    Thank you for your advice. I have been adjusting the CSS settings in the Container and the Main Content. I have now achieved both scroll bars, that cover all pages. The problem I have now is getting the Bottom (horizontal) scroll bar onto the bottom of the browser window. If I set the height as auto or inherit then the scroll bar stays at the bottom of the page, so you have to scroll down to find it. I can set the height in px and this is fine for one window resolution but it doesn't automatically reposition for the various different resolutions, is this possible to achieve? Can anyone please help me resolve this last obstacle

  • After a few minutes, the page down won't work without clicking the mouse pointer on the page I am reading to activate page down again. Is there a way to go back to page down working every time without having to click the page first?

    Question
    After a few minutes, the page down won't work without clicking the mouse pointer on the page I am reading to activate page down again. Is there a way to go back to page down working every time without having to click the page first?

    Today, two other users reported issues with the back-forward history list dropping down if they hovered the mouse pointer over the back or forward button -- without clicking -- and then moved the pointer downwards. One user was on a touchpad, I don't know about the other user. Are you experiencing anything like that?

  • After updating to the latest version of Firefox on my Mac there is no progress bar for the page load. I really miss this feature and can't seem to find a way to obtain it.

    The page load progress bar that was on the lower right of the window is no longer there. After updating to the latest version of Firefox on my Mac there is no progress bar for the page load. I really miss this feature and can't seem to find a way to obtain it. The tab has a circular progress wheel but this is useless for determining a stuck or slow loading page.
    PLEASE NOTE: I am typing this in from a Windows based work computer but am asking about my Apple MacBook Pro that i use at home.

    Firefox 4 saves the previous session automatically, so there is no longer need for the dialog asking if you want to save the current session.<br />
    You can use "Firefox > History > Restore Previous Session" to get the previous session at any time.<br />
    There is also a "Restore Previous Session" button on the default <b>about:home</b> Home page.<br />
    Another possibility is to use:
    * [http://kb.mozillazine.org/Menu_differences Firefox (Tools) > Options] > General > Startup: "When Firefox Starts": "Show my windows and tabs from last time"

Maybe you are looking for