PageBreak with blank page at the starting page of report.

My report has 2layouts based on parameter Iam printing each one on to the screen.
First layout is working fine and when I try to run the second layout which is below the first one ,and after grand total section(which is separate frame).
On the screen(apps output) Iam getting a page break symbol and all the column headers are printed once without data(blank page but not visible). Then from second page onwards its working fine. But the same pagebreak is appearing in between all the pages. How to over come this? please help me.

Hi Wayne,
I don't know whether the solution provided by Jrg works for you or not. But I solved the problem in a different way.
Insted using a page break on a repeating frame, I placed a boilerplate item in a corner just below the frame with a " "(white space) and I set the boilerplace item's property "Page Break After/Before" to "Yes". You understand me? just cheating ;)
That worked for me.
Cheers,
Gouri Sankar

Similar Messages

  • Full screen plugin or add-on code works for every page except the start page ?? special containers on the new start page ?

    Use Matt Brubecks Full screen plugin or just write a new Addon for Firefox for android (23.0)
    Load add-on.
    If you are on any tab other than the awesome screen.. it works and goes to full screen (although there are minor issues with container layout)
    if you start the browser with no tabs selected.. i.e it falls back to start screen (awesome screen), then it does go to fullscren.. but leaves an ugly grayy bar on top where the awesome bar used to be..
    Looks like the awesome screen is using a different container layout and has 2 different containers
    Any ideas..
    Basically I just need the browser to go to full screen without the gray bar showing up

    Thanks allen222! I've been banging my head against this issue as well - glad to hear it's fixed in Mavericks - was planning to upgrade shortly.

  • How do I get rid of a program that loads up with Firefox on the start page?

    Firefox 10 was just installed. On the left side of the start page and MP3-Download page barged in. I tried everything I know, including windows restore, but it comes back. I suspect it is a flavicon but do not know.

    To back up your bookmarks press Ctrl+Shift+B and find the "Import and Backup" option at the top of the window that appeared. It will give you the option to save your bookmarks as a json file. Keep that file you create and you can reload your bookmarks on any computer that uses Firefox. Be sure to put it somewhere safe so that it does not get lost during the system format and reinstall.
    However before you go tossing the whole install out the window you can try some 3rd party programs that may be able to remove the problem. I would begin with Malwarebytes AnitMalware, they offer a free scanner that can find most anything thing that you picked up via the internet. It's freeware, but its real time protection is disabled unless you buy it. You only need the manual scanner really. The next tool to use would be CCleaner, this one program has saved me so much headache in the past. With it you can effectively clean up the mess caused by having your PC connected to the internet. Just make sure you check CCleaners scanning option to make sure that all the Firefox scanning options are checked, as well as any caches. This is where the kind of junk your reporting likes to hide anyway. It would also be a good idea to check your add/remove programs (can be done inside ccleaner as well) for any toolbars or search assistance junk that has installed itself like a program. They go by many different names and usually have some goofy name like Zongo Media and the like. If you have already tried all that and more and the problem still persists then it may very will be time for a good ole formatting and reinstall.
    Best of Luck!

  • I tried starting with the Start Page, don't like now can't stop it even unchecking the option box and deleting the location

    Wanted to see if I liked starting on the Start Page, but just an unnecessary step prefer starting in the folders already. So unchecked the box in the tools/options but it still opens on the Start Page. How can I get it to stop? I even deleted the page location link and it still opens on the Start Page.

    OK it's not the "Start Page" it's the home page for the first email account. I prefer it open to the last folder when last closed.

  • What's up with the start page?

    ''dupe of https://support.mozilla.org/en-US/questions/1025501 - locking''
    Why is the (CLICK ME) on the start page?

    yeah, I found this URL in the end, taking a hint from the US site... the link from the quicktime button on the main website links just to /quicktime not /quicktime/mac.html maybe someone goofed. Thanks for reply

  • Firefox crashes constantly on my Macbook pro. It opens the start page during 7 seconds and then it crashes. Reinstall, del profile, empty cache did not help

    I cannot open Firefox anymore on my MacBook Pro. When I try to open Firefox, the start page appears during 7 seconds and then Firefox closes and opens a crash report. During these 7 seconds I can't use any button in Firefox. I deleted everything From firefox and Mozilla in my library and in my cache. After I did a reinstall from Firefox. But the problem keeps on existing.

    Can you start Firefox in Safe Mode by holding down the Shift/Options key?
    Can you open Firefox with the about:blank page?
    *https://developer.mozilla.org/Command_Line_Options
    */Applications/Firefox.app/Contents/MacOS/firefox-bin about:blank
    If you have submitted crash reports then please post the IDs of one or more recent crash reports that have a "bp-" prefix:
    *bp-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
    You can find the IDs of the submitted crash reports on the <i>about:crashes</i> page.
    *You can open the <b>about:crashes</b> page via the location bar, like you open a website, or open the crash reports page via "Help > Troubleshooting Information".
    See:
    *http://kb.mozillazine.org/Mozilla_Crash_Reporter
    *https://support.mozilla.org/kb/Mozilla+Crash+Reporter
    If you can't open Firefox, see:
    *http://kb.mozillazine.org/Mozilla_Crash_Reporter#Location_of_crash_reports
    *http://kb.mozillazine.org/Mozilla_Crash_Reporter#Viewing_crash_reports
    *https://developer.mozilla.org/How_to_get_a_stacktrace_for_a_bug_report

  • "Exception Processing Message" error when clicking the Accessing Server Data link on the start page

    When I first started the application, I click the Accessing Server Data link on the start page.  I immediately got the error "Exception Processing Message c0000013 Parameters 75b6bf7c 4 75b6bf7c 75b6bf7c in a dialog box titled "Windows - No Disk".  I had to used Task Manager to remove the box after closing Flash Builder 4.  I then tried the video tutorial on "PHP Services in Flash Builder 4".  I keep receiving an error during service introspection trying to connect to the PHP class.  It was the same error as the other individual "Cannot Connect to PHP Service".  So I tried another tutorial and generated a sample PHP class.  I moved a datagrid on to the stage, droped in the getAllItems function, and configured the return type.  However, when I ran the app, I received the same error "Exception Processing Message" again.  I have attached the screenshot of the error in addition to my phpinfo and log files.

    "The exception process message" is definitely a issue. Is it happening consistently, if so can you file a bug at bugs.adobe.com/flex and give out your machine config details, and the error log.
    With regards to generating a new php file and the introspection error that you are getting, looking at the logs it probably is two fold.
    First off the name of the file and the class name should be the same, are you having employeeServices as the name of the class in employeeServices.php file.
    Second, It seems prior to generating this new file, you had a syntax error at line 5.
    It would be easier to figure out what the error is, if you can also attach the php file, by removing any sensitive information in that.
    Hope this helps.
    Thanks
    -Sunil

  • Off/online at the Start page?

    Hello!
    One friend and I have buy for each of us one N97 and we are in discuss if it's so or not, a discuss as taking one week, and I have already contacted Nokia Technical support, but my friend is not agree the technical support, so by the way - it's why I'm asking here and to you:
    When I open my mobiltelephone and the first I see is the Start Page, there one can choose Start Page offline or Start Page online.
    My friend said that if one have Start Page Offline, means it's on and when one have Start Page Online, means it's off. He said he can log in for example in Facebook when it's Start Page Offline, and not when it's Start Page Online.
    The Nokia technical support said: Start Page online = ON och Start Page offline = OFF.
    So which of that is right?
    I don't wanna have heavy bills ;-)
    Thanks for answering!

    if you are talking about widgets on your home screen click on options - left hand bottom of the screen 
    select content to OFF LINE mode - that will DISABLE internet connection and constant on connection to your widgets. if you want to go back online you would do the same thing and select 'content to online mode'  
    You know what I love about you the most, the fact that you are not me ! In love with technology and all that it can offer. Join me in discovery....

  • Button greyed on the start page, even after running MakeMeAnADCAdmin.sql...

    Hi all:
    I have successfully installed Oracle BAM 10.1.3.1.0, with Oracle Database 10 XE (10.2.0.1.0).
    I am able to see the start page, BUT all the buttons are greyed out.... I then searched, downloaded and execute MakeMeAnADCAdmin.sql, but still buttons are NOT activated...
    Plz help, what am I missing....
    An urgent and prompt response is needed....

    Thank you for your reply!
    I'm with you college... I could care less about the current content on the start page. I just want CR to open quickly so I can get straight to work with out having to listen to the Jeopardy theme musing in my head.
    If you could post the necessary steps to point the start page back to the localhost, I'd be very grateful!
    Thanks,
    Jason

  • After I have finished at a site and want to go back to the start page the "go back arrow" does not show the start page how can I fix this

    I am using Fire fox 3.6.15 which was updated on the March 6th.
    The Start Page will open and allow me to go to any site but when I want to return to the Start Page via the 'go back arrow' the Start Page is not listed.
    I am wondering if it is part of the new upgrade.

    It's actually not hard to fix. I had the same problem on my Bold 9700. You need to go to the main desktop on your Blackberry, and find the Messages icon (it looks like an envelope - same-looking icon as your email icon). Click on it, then scroll thru the messages. You'll find a message with same annoying little yellow circle icon, and the URL of the web site you tried to access when your Blackberry powered down. Click on the URL, and let your Blackberry load that web site. Voila! After that, the Browser Notification Icon will have disappeared.
    I wish that future versions of the Blackberry OS will alow you to click directly on the notification icon and get taken to the relevant app (as happens in Windows). As is stands, the notification icons are more annoying than useful.

  • I have loaded FF twice, and on the START PAGE I get small arrows superimposed over the word "WEB". It looks like a mistake.

    There are 3 up/down arrows over and superimposed over the
    word WEB on the start page. What use are they? It looks like
    2 small rectangles with info in them, and both trying to occupy
    the same place.
    Thanks for your help.

    Opening in the sidebar is the default for bookmarks that are created via a link or button on a website.<br />
    You can check the Properties of a bookmark via the right-click context menu in the sidebar (Ctrl+B; Cmd+B on Mac).<br />
    In the Bookmarks Manager (Bookmarks > Show All Bookmarks) you can click the More button in the Details pane at the bottom right.<br />
    Make sure that "Load this bookmark in the sidebar" is not selected.
    Does it help if you open other content like the bookmarks (Ctrl+B) in the sidebar and close the sidebar via the close X?
    You can also check for problems with the localstore.rdf file.
    *http://kb.mozillazine.org/Corrupt_localstore.rdf

  • I just downloaded the Firefox 4 version and it doesn't seem any different. I can't find the place that tells me what version of Firefox I now have. The start page still has the download the Firefox 4 now on it. I have Vista OS. Thanks,

    I watched the video on Firefox 4, then restarted computer to let the changes taking effect as the update stated. When the computer started again there was no changes and I can't find it in the downloads or file changes as to what edition of firefox I know have.

    Do you have an orange Firefox button in the upper left, or do you have the customary menu bar (File, Edit, View, etc.)?
    Either way, you can check your current Firefox version using Help > About Firefox.
    To switch from having a menu bar to having the orange button, right-click in a blank area after Help and uncheck Menu Bar. Then, to display the menu bar temporarily, you can tap the Alt key or press the F10 key.
    Regarding the start page, there must be something just a little bit custom about the address. Otherwise, you would have been changed to '''about:home''' which is the new start page.

  • How can I stop the...(icons?)..and .firefox ball from bouncing all around the Start Page?? It's VERY ANNOYING. frustrated dino

    How can I stop the little pictures (icons??) and the firefox ball from bouncing all around the middle of the start page, which is my home page (?) It's VERY ANNOYING and DISTRACTING!

    If you prefer not to see snippets on the about:home page then you can set the <b>browser.aboutHomeSnippets.updateUrl</b> pref to an empty string on the <b>about:config</b> page.
    Delete the <b>storage\moz-safe-about+home</b> folder in the Firefox profile folder with Firefox closed to remove snippets stored in IndexedDB and make Firefox use a default set.
    You can use this button to go to the currently used Firefox profile folder:
    *Help > Troubleshooting Information > Profile Directory: Show Folder (Linux: Open Directory; Mac: Show in Finder)
    You can reset the browser.aboutHomeSnippets.updateUrl pref to the default value to re-enable the snippets.

  • Why does Googlemail not appear on the Start Page every time instead of going all through "more" and " even more etc, plus having to sign in even though I have ticked the Stay signed in box?

    There is no consistency when one gets the Mozilla Firefox Start page.There is a line as follows :
    Web Images Maps News Shopping Books more
    To get Gmail one has to click on "more" which gets one a dropdown menu which ends in "even more" Clicking on this takes one to a page headed "Even More Google Products", including (Hurrah!) M Gmail.
    Click on this and one gets the page where one signs in, even though I have ticked the box entitled " Stay signed in" and at last ones's e-mail page turns up. Very occasionally, instead of Books or Shopping on the Start Page "Gmail" is there which when clicked on takes one directly to one's e-mail.It seems a hell of a rigmarole just to get one's e-mail!

    You can set Firefox home page to one of your choosing, see [[how to set the home page]].
    If the keep me signed in option is not working, you may have a malformed cookie. Try deleting Google/Gmail cookies, for details on how to do that see [[deleting cookies]].

  • What is the Firefox start page looking for when it tells me I'm not using the most current version and need to update Firefox? The check for updates button says my version is up to date, but the start page disagrees. Is there a setting I need to adjust?

    Okay: My start page is the one Google provides: http://www.google.ca/firefox?client=firefox-a&rls=org.mozilla:en-US:official and frequently it has a note underneath the search box that "You're not on the latest version of Firefox. Upgrade today to get the best of the Web!" But when I check for updates on the About Firefox window, it says my Firefox is up to date. So what is the start page looking for? Is there some setting I need to adjust? Or is this a Google marketing ploy to get me to switch to Chrome?

    I tentatively think I have the solution; this is for when the session id value 'thing', in about:config, referred to in other answers is already on the default/rest state.
    I am assuming, I don't what to imply certainty in-case there is a value wrong in our browsers, that the problem stems from the fact that our homepage is no longer the default for Firefox.
    So, go to 'Options'>'General' and delete the homepage. This will reset it to the new address, which is 'about:home'.
    I hope this helps some people.

Maybe you are looking for