Extra blank line inserted after the page break

Hello

I currently have problems with alignment using templates in BI Publisher.
I am trying to create a model that will print on a pre-printed form.
Each group in the State should be separated by page, so the Group has a <? split-of-page-break:? > before <? end-for-each? >.
However, when the next page begins, there is a blank line inserted. This messes up the alignment in total.

Code looks like this:
<? for-each-group: G_Document; / DOCUMENT? > <? sorting: current-group () / DOCUMENT; ' ascending '; data-type = "text"? > <? for - each:current-group()? >
-INSERT table MODEL HERE-
<? split-of-page-break:? > <? end-for-each? >

Output is like this:

(Page1) < TABLE MODEL >
Jump to Page <>
(Page 2) < new line >
< TABLE MODEL >
Jump to Page <>
(Page 3) < new line >
< TABLE MODEL >
Jump to Page <>
...

I found this old thread Split-of-Page-Break insert extra line that has exactly the same problem, however, I tried all the proposed solutions, even the last one, and I still have the problem.
Any help would be greatly appreciated.

Kind regards
Jovee

If your issue is resolved can you please close the message and give me a few points.

Tags: Business Intelligence

Similar Questions

  • How to prevent the gap after a page break?

    Hello

    When you try to add a page break between the linked pages, I have an annoying problem where the space is added at the top of the new page (see attached screenshot).

    I do not have 'space before' or 'space after' set on the paragraph style where the page break is applied, if it's not that.

    Thank you!

    indes.jpg

    Looks like you used an empty paragraph as a spacer. With the help of the space before or after the space instead of empty paragraphs will prevent the empty space at the top of a column.

  • Correct use of the page-break-after

    Hello

    I don't know that it is a simple question for you.

    I have LONG pages of stuff on the web for people to print, and I wish they were able to print in a very specific way-

    I want to decide when the page "breaks".

    On the web, I saw simple HTML, but also JAVASCRIPT solutions - and I like to keep the solution as simple as possible.

    On this forum, there are a few discussions of pagebreak, but no simple and final solution.

    In your opinion, does the following work?

    < html >

    < head >

    < style >

    {.breakhere}

    page-break-after: always ;}

    < / style >

    < body >

    Page 1

    Page 1

    Page 1

    Page 1

    Page 1

    Page 1

    Page 1

    Page 1

    < div style = "breakhere" > < / div >

    Page 2

    Page 2

    Page 2

    Page 2

    Page 2

    Page 2

    Page 2

    Page 2

    < div style = "breakhere" > < / div >

    Page3

    Page3

    .

    .

    .

    < / body >

    < / html >

    Have a look here http://css-discuss.incutio.com/wiki/Print_Stylesheets

    However, the best solution for printing, is to use a PDF file, what they are for. Create a PDF file containing the same data. You have total control over the printing format in this case. Have a look here http://www.fpdf.org/

  • Page after the table break

    Hello.  I have a problem with the page breaks in a document that I write.  I called 3 paragraphs that include nothing more than a table (this is a list of parameters with descriptions).  This section is followed by another 3 topic that usually has only a line or two (the value returned by the function).  Whenever the parameter with its table section comes towards the end of the page, so there is no place for the declaration of value on the same page section, Framemaker bumps the two sections on the next page.  I can't understand how to get Framemaker to keep the settings on page 1 while putting in return value page 2 other that force a page break or put in a line empty before the declaration of value section.  Any ideas?

    Hey, thanks.  It's 'Keep with next IMF' who got pipe upwards.  If I uncheck that, my settings section can be separated from my section of declaration of value.  Problem solved.

  • Keep options avoid the page breaks between consecutive paragraphs

    Why ID CS5 will place a page break * between * separate paragraphs? My unbreakable options are set for 2/2 at the beginning and at the end of paragraphs. But obviously, I want the page breaks occur * between * consecutive paragraphs. In other words, I want two lines to be kept together on one page from the beginning or the end of a paragraph. But I don't want all the 4 lines, those two paragraphs to be kept together. Yes, it's that fact ID. He asks me to insert manual page breaks between consecutive paragraphs that fall naturally to a page break.

    Is there maybe some hangover of MS Word code that is originally for this? I can't understand.

    Do you have something to keep with Next? or are you the Dungeon with the Previous buttons checked?

  • table header is empty after a page break

    Hello

    I have a table and fill it with an XML file.

    The cells in the header row are text fields (not text objects). The data of the table header also comes from the XML file.

    After a page break, I get a line of header at the top of each page, which is good. However, the fields are empty. The fields are filled only in the line to the first page header.

    Is it possible to have all the row header filled fields?

    (I even tried to have text objects in the header line and fill in an event formReady. "But once again on the next page they are filled with the initial value of the text object - and not the value of an XML file.)

    Make each of these fields of Global header... in other words the overall value their relationship.

  • "Space before" paragraph after a Page break

    Hello

    Here's what I see: the parameter 'space before' to paragraph styles is ignored if the paragraph is placed after a page break or a disconnected page. How can I force InDesign to honor my setting "space before"?

    I give you an example: I created a paragraph style called "headline." I applied this style for the section headings and the title of the index. I want to reduce "Headline" a few centimeters from the top of the page, but my "space before" the parameter is ignored. What should do?

    Use leading instead of forward space and set the first base line

    of your text for 'leader' frames

    Substances

  • How the page break to each Department and calculate totals for Department

    I have a stored procedure that queries our sql database and returns the name of the employee, their Department, and a few other calculations. I use CFDocument to create a table and view the results. Here's the code that does this (see below) what I have to do is find a way to create a page break after that I have show a total for each column in each Department. My questions are so

    1. How can I insert a page break after the end of each service
    2. just above the page break, how to calculate the totals for the Department and display them?

    < cfdocument format = "pdf" >
    < table width = "650" border = "1" >
    < cfoutput query = "getResults" >
    < b >
    < td > #EmpName # < table >
    < td > #Dept # < table >
    < td > #JobType # < table >
    < td > #NonBill # < table >
    < td > #NonBillMeter # < table >
    < td > #NumberFormat ((NonBillPercent*100),.00) # < table >
    < td > #Bill # < table >
    < td > #BillMeter # < table >
    < td > #NumberFormat ((BillPercent*100),.00) # < table >
    < /tr >
    < / cfoutput >
    < /table >
    < / cfdocument >

    If I remember correctly, the tag you want is cfdocumentitem. Also, you want to check the attribute of cfoutput group.

    The details are in the cfml reference manual. If you do not have one, has the internet.

  • Only 1 page print well. Page 2 is shifted to the right, and the information is lost in the page break. FireFox 8 and 9, Mac OS 10.6.8

    Mac OS 8 and 9 FireFox 10.6.8
    If I print a web page, all simply to print or save to PDF, only the first page prints fine. Page 2 is shifted to the right, such as the information is cut on the right edge. Information is lost in the page break, several lines of text will be lost. If I need to print a page, I open Safari, which does a very nice job of formatting of the page for printing. But I want to use FireFox. Can you help me?

    The problem persists if start you Firefox in Mode safe? http://support.Mozilla.com/en-us/KB/safe+mode

    What is with an empty profile? http://support.Mozilla.com/en-us/KB/basic%20Troubleshooting#w_8-make-a-new-profile

    If it happens in the two safe mode and with a new profile, please post the content of about: support

  • Script on the Page breaking system

    If I insert a Web application on a Web page with a slider I use (cute cursor) I see the following error message:

    TypeError: C is null

    ...geSize1();var D=new getScrollPos();var B=navigator.userAgent;var A=getPageSizeNe...

    Is the Script in Question: http://njcdn.worldsecuresystems.com/CatalystScripts/Java_Box.js

    This error goes away when I remove the WebApp.  Why this script is inserted into the page?  How can I solve this problem?

    Note: I realize the script of dieudo is minimized and the code above does really not show a good example of the actual error.

    On pages with just a webapp and not this slider, everything works fine.

    The page in question is a production and I can't leave this broken page. When I have time in the next day or two I will create a test page showing the error unless someone can help me before this date.

    Update:

    I was able to solve this problem by putting my script after script Java_Box.

    I am curious, what made this box Java script?

  • Progress of blank lines to delete the Table

    Hello
    I added the logic to add 10 empty lines and remove empty lines when the form is submitted. But somehow it only deletes the lines in the current screen of the advanced table. If there are 15 lines and I click next to spend the last 5 years and submit the form he removes only 5 blank lines but not the other 10 lines in the previous section.

    where I am doing wrong?

    Thank you
        Row [] row = null;
        ExpAttendeesVORowImpl rowi = null;
        
        if( expattendeesvoimpl1 != null ) 
          {
            row = expattendeesvoimpl1.getAllRowsInRange(); 
           }
            System.out.println("No of items "+row.length);
        for (int i=0;i<row.length;i++)
          {
             pageContext.writeDiagnostics(this, "in loop ", 2); 
             rowi = (ExpAttendeesVORowImpl)row;
    pageContext.writeDiagnostics(this, " in loop row "+ rowi.getName(), 2);
    if((rowi.getName() == null))
    {
    pageContext.writeDiagnostics(this, "deleting row"+ rowi.getName(), 2) ;
    rowi.remove();
    }
    }


    Thanks

    You can try instead to use:

    expattendeesvoimpl1.getFilteredRows ("name", null);

  • A dynamic table lines disappear after the edge of the page.

    Hi I have a dynamic array with two buttons: "Add line" and "delete line" I have two problems:

    1. is it possible to add more than 1 row at the time?

    2. How do my document to add the new page when the line reaches the edge of the content area?

    I have attached my doc

    Thank you very much

    You can add only one instance at a time, but you can call the method addInstance several times to achieve the same thing.

    Make sure that your table container is set to flowed and that your overlow conditions are set to continue on the page following (also, I noticed that your subform table do not have the box set allow pagebreaks).

    Paul

  • Paragraph style of change after a Page break

    I'm completely new script, so I take what I found others and try to change it.

    What I'm trying to do is to edit a paragraph style that follows a page break symbol.  I have a script (below) that will change a paragraph style following a paragraph already predetermined style, so I guess it's done the same?

    Thank you!

    Changes after "category A" paragraph to "body text":

    app.findTextPreferences = null;

    app.findTextPreferences.appliedParagraphStyle = "topic A";

    var myResults = app.activeDocument.findText ();

    for (i = 0; i < myResults.length; i ++)

    .appliedParagraphS myResults [i].parentStory.paragraphs.nextItem tyle (myResults [i] .paragraphs [0]) = 'body text ';

    Hello

    Try this:

    ------

    app.findTextPreferences = null;

    app.findTextPreferences.findWhat = "^ P";

    var myResults = app.activeDocument.findText ();

    for (i = 0; i

    myResults [i].parentStory.paragraphs.nextItem (myResults [i] .paragraphs [0]) .appliedParagraphStyle = app.activeDocument.paragraphStyles.item ("text body");

    ------

    and check if your next "page break" para is not a blank line.

    Rgds

  • Conditional branch after the page

    Hi all

    I have a page where I have to present and process elements and page (insert and update the database) then branch to a specific page that the button has been pressed. I have 4 buttons and each button has to go to another page, each button must also submit page and process data (thanks to a process of Apex DML and passing 'SAVE' demand to each button). the problem I have is no matter what button I press the "app to the first domestic branches. I have 4 branches set to run after the process. Each branch should go to a different page depending on the button. In each branch I made the conditional branch based on the key.

    APEX seems to ignore the condition (in Debug) button it says unconditional, even if the button is definitely conditional.

    I'm under Apex 4.2.2

    It seems that when passing to a request to 'SAVE' Apex all the buttons to this request in the same way? Whatever the button has been activated?

    Any ideas or alternatives?

    Thank you

    Andrew

    Hi Andy,.

    I didn't know all of your buttons send the same request, so it is normal that your different branches spoil, because your process and your branches looks like demand that sends your button and not the label of your button. You will need to make sure that each gives a different request.

    Kind regards

    Joni

  • JavaScript in JSPX and run after the page loads?

    I want to insert some JavaScript to my file jspx, but his does not work... I did this way:
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
              xmlns:f="http://java.sun.com/jsf/core"
              xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
              xmlns:trh="http://myfaces.apache.org/trinidad/html">
      <jsp:directive.page contentType="text/html;charset=UTF-8"/>
      <f:view locale="#{actionAvailable.userLocale}">
        <af:document id="d1" title="#{bindings.title.inputValue}">    
          <f:loadBundle basename="oracle.bpel.services.workflow.worklist.resources.worklist"
                        var="resources"/>
          <trh:script source="/jsLibs/taskDetails.js" id="s1"></trh:script>
    
        <!-- //I ADDED THIS -->
        <f:facet name="metaContainer">
            <af:group>
                <trh:script>
                   function myFunction()
                   {
                    alert("function called");
                   }
                </trh:script>
            </af:group>
        </f:facet>
        <!-- //END OF SCRIPT -->
    
    
        <!-- //I WANT TO RUN MY FUNCTION AFTER PAGE IS LOADED -->
          <BODY onload="myFunction();">
          <af:form id="f1" usesUpload="true">
            <af:panelGroupLayout layout="vertical" inlineStyle="padding:5px;"
                                 id="pgl5">
              <af:panelLabelAndMessage id="id12" label="">
                <af:goLink text="Click here" id="link"
                           destination="#{LinkCreator.link}#{bindings.taskNumber.inputValue}"
                           targetFrame="_self"/>
              </af:panelLabelAndMessage>
            </af:panelGroupLayout>
          </af:form>
          </BODY>
    
    
    
        </af:document>
      </f:view>
    </jsp:root>
    As you can see, I just very simple jspx file and all I want to do is to run myFunction() after loading the page.
    So I inserted a very simple script with 1 function that handles the simple alert (I followed this instructions http://adfcodebits.blogspot.com/2010/03/bit-3-adding-javascript-to-jspx-page.html).
    I also added BODY onLoad, but nothing happens...

    What's wrong?

    Published by: user1175491 on November 11, 2010 11:55

    Try this:



    function someFunction() {}
    Alert ("OnLoad");
    }


    you don't have to use the body tag

    Published by: Nikhil Gokhale on November 11, 2010 19:18

Maybe you are looking for