Repeating frame(s) not continuing to next page

Here is what I have:
grp 1 r-frame 1
grp2 r-frame 2
grp3 r-frame 3
grp4 r-frame 4
r-frame 5
r-frame 6
r-frame 7
grp1 r-frame 1 will not continue to the next page when I have multiple grp3
r-frame3 records (there will be 1 record for 1 of the frames under that, the others are suppressed). grp 4 has page protect and contract, grp3, grp2 and grp1 has page protect and variable. I am trying everything to get it to continue to the next page and it won't. The example is it will produce only 12 of the grp3 and underlying records when there are 36 grp3 records. Is it something really stupid that I am missing or can I get a couple of hints as to why?
thanks in advance

Hi,
I tried to understand your question and you want to continue grp-3 to next page, and you are expecting to print one grp-4 on each page along with 1,2 and 3.
The way you set the properties look fine. but what I can suggest is:
Please set all frames properties to "Vertical Elasticity to Expand" and "Page Protect to NO".
Now start setting the two properties as you like from child (most detailed) frame to top most parent frame and keep checking output for every change.
Hope you can solve this.
Regards,
Gouri Sankar

Similar Messages

  • Repeating Frame leaves blank area on next page before record

    I have a report with multiple repeating frames. Near the bottom of the first page the last repeating frame starts to print. If there are too many records to fit on the first page, they show up on subsequent pages. That is OK. However, on the 2nd, 3rd, etc. pages the records are part way down the page with much blank space between them and the header above.
    I would like the records to start at the top of the next page just beneath the header. Also, because of another repeating frame before this one, I can't even be sure if this particular frame will always start printing on the first page.
    I have tried properties such as page break, print object on, page protect, etc. They hve not resolved this issue to date.
    Thanks in advance from a beginner.
    DT

    hello david
    in this case you must consider what is printed on next pages ... for this i recomend newbie to colorize each frame and repeating frame to see what is there. from your describtion is possible that there are some objects on your frame with print condition set only to first page ... so they is not displayed on second, ... pages - this could happen f.e. with added descriptions, colmn heading, ... so my advice is to look why the space is there and then (maybe) make a correction ...
    hth
    petr valouch, brainbench mvp for oracle rograming, http://www.brainbench.com

  • Frame line not display in next page of main window

    hi Xpert,
    I am creating layout in SAP SCRIpt,it working fine only the main window of next page  frame line is not display.
    i m define next page as a FIRST page and writing main window of first page following coding
    /:           POSITION XORIGIN '0.50' CM YORIGIN '7.75' CM
    /:           SIZE HEIGHT '17' CM WIDTH '19.25' CM
    /:           BOX  FRAME 10 TW
    when i run the program first page are coming properly and only when i go in second page of output then main window lines not displaying.
    please guide me how to solve this problem.
    Regards,
    pravin

    Hi Praveen,
    In that case why you have to make the main window in the first page and secondry window.
    You can use it as manin window itself. Print the total amount in the main window itself in the first page. and copy that main window to the second page.
    In the first page under the main window create a text. and there u print the total value and text.
    Now copy the main window to the second page..only COPY DONT CREATE NEW.
    In the second page now under the main window create the table to print the line items. What every u add in the second page main window it will come in the first age also in the smartforms. But it will nto get printed in the first page.After the text to print the totals call the COMMAND option and call next page in that.
    Hope you got me..
    Regards
    Ansari

  • Internal Table data is not overflowing into Next Page -  Adobeforms

    Hi,
         I have an issue if the internal table consits of more than 20 records that data is not overflowing into next page.
         Here am using Header  only on first page & Table will follows...
    Regards,
    PraVeen..
    Edited by: praveenreddys on Feb 15, 2012 10:51 PM

    Hi praveenreddys ,
    I had the same requirement,  I did as follows:
    LEFT HAND SIDE SELECT "TABLE": check below right hand side properties for this object
    1. table tab: select the check box allow page breaks within content.
    2. pagination tab: place: Following previous
                                after:continue filling parent
                               overflow: none.
    LEFT HAND SIDE SELECT "HEADER": check below right hand side properties for this object
    3. row tab: select the check box allow page breaks within content.
    4. pagination tab: place: Following previous
                                after:continue filling parent
                               overflow: none.
    select the check boxes: Include header row in initial page
                                            include header row in subsequent pages
    Binding tab property:
    5.select check box: Repeat row for each data item
    LEFT HAND SIDE SELECT "ROW": check below right hand side properties for this object
    6. Row tab: DON'T select the chek box allow page breaks with in content
    4. pagination tab: place: Following previous
                                after:continue filling parent
                               overflow: none.
    Binding tab property:
    5.select check box: Repeat row for each data item
    Then test..it would work for you...ALL THE BEST!!!
    If this helps please reward points.
    Reards,
    Naresh.

  • Continued to next page

    Hi All,
    I have a group and sub group in the report. If the sub group records continue to next page, i want to display 'Continued from next page' and also repeat the parent group record in the continued page . I have used the following function in rtf and it does not work. Did any one have face similar issue?
    <xsl:attribute name="xdofo:rowspancell-repeat-nextpage" xdofo:ctx="block">true</xsl:attribute>
    Thanks,
    Sushil

    Hi Sushil,
    This can be achieved by doing the following .
    InitPT
    Empnum
    Empname
    Salary
    F EMPNUM
    EMPNAME
    SALARY ET  E
    Footer PT
    EET
    The image above shows the template - standard table with employee data in it. Notice the last row of the table has most of the borders turned off.
    I have got 'Show Gridlines' enabled so you can see it is another row in the table. There are some other fields in there too.
    Walking through the more important fields:
    InitPT - <?init-page-total: contd_footer?> - initializes a page total object 'contd_footer' - for more info on this check the user guides.
    ET - <?add-page-total:contd_footer;1?> - within the table, adds the total into the page.
    Footer - <?table-footer:?> - an undocumented command (we had other plans for the command for a later release - hence the lack of doc) to specify that this row is the table footer. MSWord does not have a concept of table footer so we need to mark it as such for the rendering engine to 'see'. Notice its in the last row of the table - no borders remember (thats optional)
    PT - <xdofo:inline-total display-condition="exceptlast" name="contd_footer">Continued ...</xdofo:inline-total> - this is the cool piece. It is supposed to render the page total, but instead it will show the string 'Continued ...' on all but the last page of the table.
    EET - <?end-page-total:contd_footer?> - this closes out the page total command.
    Try it out and play with it here. This approach works with 5.6.3 and above.
    If this helps you then please mark the answer as "correct" or else "helpful"
    -Ragul

  • Creating long articles that continue to next page

    What is the best way to create a news page where the articles may be long and continue to "next page " or 1,2,3
    within MUSE
    I am trying to trick the blank composition, but wonder if Iframe would work better with a small sized frame?
    or inserting a php which I'm not sure about......
    Anyone else have articles that "continue" to next page within a frame/box/div/ without leaving the overall structure?
    Thanx
    David

    Hey Dave,
    What you can do is just fill a webpage with content until you want it to goto the next page, duplicate the page and add the rest of the content. Then at the bottom just add a number navigation or 'Back page / Next page' buttons. It is bascially what a blog does except you won't have database and PHP to automatically populate pages, you will just do it manually.

  • How to put 'Continue in next page' below the table.

    Hi,
    I have an invoice where all the lines are not fitting into one page. So some of the lines are getting printed in the second page. But in this case I wanted to put a message below the first page as "continue on next page"
    Since Iam a newbie to XML/BI Publisher I kinda stuck here. Tons of thanks in advance.
    This is how I need the output
    --- PAge1 --
    heading1
    line1
    line2
    line3
    line4
    line5
    line6
    line7
    line8
    line9
    line10
    Continue on next page
    -- page 2--
    heading1
    line11
    line12
    line13
    line14
    line15
    line16
    line17
    _________

    There are so many threads for this lately,..
    Go here
    http://winrichman.blogspot.com/...
    Here is some of the thread people were desperately looking for answers :).
    how can we get "Page Continued" at footer of page.
    Re: How do I print the word "Continued" at the bottom of page in BI publisher?
    How to Display 'Continued' in second& subsequent page but not in last page?
    Re: Printing signature on footer section of every page
    Re: How to put 'Continue in next page' below the table.
    Re: How do I check the last page?
    Help needed in XML Publisher rtf file
    Re: Different value in footer
    Changing header information within a document
    Re: Invoice Page break
    Re: Footer information in very page
    Re: Check Printing
    Oops, I initially thought , there would less number of threads,
    Hope my blog helps them :)

  • Table row does not flow to next page

    Hi,
    I am using deep structure table in adobe form but the content is not flowing to next page.
    I have wraped the table in subform, Body Page, subform and table all are flowed and allow page breaks with content is also ticked,  still the table row does not flow to next page.
    Regards,
    Kimaya

    Hi Kimaya,
    Just drag the table directly on the body page and execute the form. This should take care of the properties required for data to flow on the form.
    Thanks

  • RDLC - Group Header Continued on next page...

    Hi All,
    I have a requirment in RDLC, if the group rows exceeds more than one page, I need to add a content at the bottom of page and next page first row, like below
    Group
                 ------Recrods-----------
                 ------Recrods-----------
    Group  Continued on next page...
    ----------------------------------------------------------------Next Page-------------------------------
    Group Continuing from Previous page...
               ------Recrods-----------
               ------Recrods-----------
    Group 
              ------Recrods-----------
             ------Recrods-----------
    Could you please help me out on this?
    Advance Thanks,
    Nava Deeban S

    Hi Nava,
    In your case, I think that we can try to implement another solution to deal with this issue. For example, we can reset the page number based on group and add some information on the page header.
    Please refer to the image below:
    For more detail information about reset page number on group, please see:
    http://blogs.msdn.com/b/robertbruckner/archive/2010/04/25/report-design-reset-page-number-on-group.aspx
    Regards,
    Bin Long
    Bin Long
    TechNet Community Support

  • BIP Report PDF layout not extending to next page

    Hi,
    I am using BI Publisher Report.
    I need to show the data in columns. Ex: Plan Name. Each plan name should be shown in separate column. While doing so, when the paper size is completed, data is not printing in next page.
    I need to merge the cells above the Plan Name along with the heading on the first column. But merging is not happening.
    But the merging is not happening as expected. Merging is happening as below
    Is there any thing which I am missing. Could any one help me in this regard.
    Thanks!
    Regards,
    Kishore Nerella

    Hi Vaibhav,
    Is there any error displayed for this issue? If you can debug the ASP.NET application in VS, can you try to set breakpoint at the event
    protected
    void
    Application_Error(object
    sender,
    EventArgs
    e)
    in Global.asax.cs to see whether the breakpoint would be hit and what kind of error it is when clicking next page.
    Thanks,
    Wynn

  • [SOLVED] Report Repeating Frame Will Not Print More Than One Page of Data

    I have a layout which contains only 1 repeating frame, and is not contained in any other frames. The query that the group of this frame is based on returns 414 rows. The report is a character based report of 180x66. All of the fields in the repeating frame are all in a straight line on a single row.
    No matter what I do, the report ends at the bottom of the first page. If I put the frame at row 30, only 36 rows are printed. If I put the frame on the first row, it stops at 66. No mater what I do, it will not continue on the next page.
    Any ideas on what could be the problem here?
    Thanks,
    Kurz
    Edited by: Kurzweil4 on Oct 13, 2008 3:35 PM
    Print condition was set to All. Changing it to First solved the problem.

    Make sure the repeating frame is variable vertically and that all the frames that it encloses are variable.

  • Pages 5 Document Endnotes doesn't allow text continuation onto next page?

    For large blocks of endnote citations, Pages 5 doesn't all the text to flow down to the end of the page before going to the next. Rather it treats the endnote text area as its own section, thereby moving the entire text box to the next page. This is problematic from a formatting standpoint because it wastes page space, does anyone have a workaround or suggestions?
    Example:
    Citation 5 is long but I would like to keep it on the same page as Citation 4 and just let the text continue onto the next page. However Pages 5 doesn't allow me to adjust the endnote text box and just jumps to the next page. Rarely do you see endnotes arranged in this manner in high-level research reports and we can't have this.

    I exported a PDF from Pages v5.2.2. This uses Apple's Quartz PDFContext, not Quark.
    In Windows 7, I opened this PDF with Adobe Acrobat Reader v11.0.09. I then copied/pasted a paragraph of this PDF content into LibreOffice Writer (v4.3.2.2). Since there was Baskerville in Windows 7, this comment pasted correctly including font-size. I did not have to make any adjustments to LO to accept this text.
    On Ubuntu Linux 14.04, with the latest updates, I opened the same PDF in Evince, the default PDF viewer. Adobe does not offer an Acrobat Reader download for Linux. Again, I copied and pasted a paragraph of content from the PDF viewer into LibreOffice Writer. As there was no Baskerville installed, Writer defaulted to the Liberation font, at the correct point size.
    In either of these platform scenarios, there were no anomalies with sentence/paragraph newlines .vs. carriage return issues from the PDF document during copy/paste operations. These were default control-v pastes that did not use the Paste Special menu item in LibreOffice.

  • Text field in table not overflowing onto next page!

    Hi,
    I have set up a table with a text field in the first row, added buttons to add and delete rows, set to allow page breaks and made the text field to expand to fit and allow multiple lines. The problem I am having is that if I put a lot of text into the text field it will not expand on to the next page so not all of the text is visible. If I just set up a 1 row table the expansion works as I would expect and takes up as many pages as needed. Somewhere along the line the add, remove buttons or their associated javascript or the Repeat Row option seems to be having an effect.
    Any ideas?
    Thanks,
    Greig

    Basically you can tell the bodypage to overflow to the second masterpage when it runs out of space.
    On the bodypage properties that's done within the pagination tab.
    Make sure that you enable the "Allow page breaks in contents" tickbox.
    By the way, just wondering, how did you save the form as dynamic, since dynamic is only enabled in the SAP world by setting a dynamic/enabled flag.
    If you are testing outside of sap in the LiveCycle designer you might want to close the file and then reopen it, after you saved it as dynamic. There's a nifty setting in the LiveCycle designer properties which enables you to create dynamic pages by default. It's in the LiveCycle Designer Options.

  • Repeating Frames running over more than one page

    Hi I have developed an Oracle Report. It is a nomination form having 7 to 8 pages. FYI..Input is a Pin Number. So, the customer can either enter one pin or can select many pins from the browser and depending on the selection he needs to either print one form or many forms at a stretch. So i want a repeating frame to be enclosed all the other frames. But if i do that, then i am getting an error
    "REP-1212: Object R_13 is not fully enclosed by its enclosing body" since the repeating i introduced spans over all the pages in the report.
    Please let me know the solution for this asap.
    Thanks in Advance

    Make sure the repeating frame is variable vertically and that all the frames that it encloses are variable.

  • Repeating frame does not shift upwards !

    Hi , i have a simple report which is built in a parent-childern pattern .
    the layout consists of parent repeating frame and inside it a child repeating frame.
    the parent and the child frames has a print on the first of the enclosing object property set.
    in the first page the parent and the child frame are printed together well.
    the outcome in the second page should be 2 child frame printed one after the other since
    the parent frame is not printed and therfore should shift the first child frame upwards taking it's place
    and by that leaving space to print the one after it .
    instead only one child frame is printed in the same location as the previous one.
    i have tried every possible combination of values in all of the properties of each repeating frame ,
    including adding and removing regular frame that encloses the repeating frames .
    nothing help.
    it is a very important report and need help urgently.
    Please help.
    Thanks you.

    probably a bug in repors .
    i just resized the whole report and it worked .
    thank you for your replay.

Maybe you are looking for

  • Bug report: Fn+Delete and Fn+Up/Dn keys don't work in SR MacBook Boot Camp

    Fn + Delete does NOT do a forward delete in Boot Camp as its supposed to do on my Windows XP Home SP2 running installed on a new Santa Rosa 2.2GHz MacBook. Neither does Fn + Up/Down do PgUp/Dn, but Fn + Return DOES do Insert, so this isn't a bad Fn k

  • I cannot see as installed the Acrobat Distriller Printer? (Acrobat X)

    Hello In my list of printers, I cannot see the Adobe Acrobat X distriller printer as installed in my computer. I have Adobe Acrobat Distriller X installed in my computer along with Adobe Acrobat X... however, when I go to control panel, and I select

  • Saving Hi Res JPEGS that are a larger file size than camera Output

    I use a Nikon D-200, and have imported files into Lightroom and did the changes that I wanted, then tried to export at 300 DPI at 12" x 18". After all of the files are processed, they are not there in the folder that I exported them to. I am using Wi

  • IPod won't be shown in source list

    Hi. I succesfully intalled iTunes in my laptop but when I connect an iPod shuffle or a motorola rokr, despite I can access them by windows like any usb pen drive, they aren't displayed in the source list. How could I solve this? pls Bye.

  • Freegoods

    Hi Guys, I have a Question regarding free goods, In the creation of sales order  i am giving the two materials like p-10 and Qty 100 , material p-11 and qty 100 for the combination if qty is equally to 200 , the customer get the price for  199 and ge