Repeating Frame with mutiple lines -- Page Break

I have a report with repeating frame R11. R11 has several fiels
spread across 4 lines.
We have a case in which there is a pagebrek, while this
repeating frame R11 is printed. Fields in the first line of R11
are printed in the first page. Then when it continues to print
the repeating frame in the next page, it is not printing the
fields in the second line of the repeating frame. In other
words, the second line is completely missing in the report.
However, fields in the third and forth lines of the repating
frame R11 are printed in the second page.
Why the second line is dropped?
How do I fix this problem?

Create one summary column (lets say cs_pagenumber) in inner group and provide following:
Function: Count
Source: any field from innrer group
Reset At: outer group
Create one summary column (lets say cs_totalpages) in outer group and provide following:
Function: Count
Source: any field from innrer group
Reset At: outer group
(above will work if one field is printed only once in a form)
Create a field in inner repeating frame for cs_pagenumber and create a boilerplate text (&cs_totalpages) in the same repating frame for cs_totalpages. This should solve the problem.
Hope this helps.

Similar Messages

  • Page Numbering on repeating frame with 3 logical pages per physical page

    We have a report in Reports 6i that prints a form on continous multi-part paper. We are converting the report to print to a laser printer with three forms per page. Each form has page numbers in the format of "page 1 of 15". The "page" refers to the form number and the "of" refers to the total number of forms for the outer group. So we could have page 1 of 15 through page 15 of 15 followed by page 1 of 112, etc.
    I have tried all of the suggestions on how to base page numbers on a repeating frame and non of them seem to work. All the examples seem to be based on the idea that the logical page contains 1 or more physical pages; whereas my situation is that I have multiple logical pages on each physical page.
    Does anyone have a thought on how to do this?

    Create one summary column (lets say cs_pagenumber) in inner group and provide following:
    Function: Count
    Source: any field from innrer group
    Reset At: outer group
    Create one summary column (lets say cs_totalpages) in outer group and provide following:
    Function: Count
    Source: any field from innrer group
    Reset At: outer group
    (above will work if one field is printed only once in a form)
    Create a field in inner repeating frame for cs_pagenumber and create a boilerplate text (&cs_totalpages) in the same repating frame for cs_totalpages. This should solve the problem.
    Hope this helps.

  • How can I 'search' for Line/Page Breaks in Pages 5.5.2?

    In the old version of Pages I was able to Find Line/Page Breaks by copying these symbols from the document and pasting them into the Find box. However, when I do this in Pages 5, all I see pasted is a blank space.
    How can I copy and paste symbols?

    Visit the View menu, and select Show Invisibles. The page breaks will be a blue line across the page with a document icon at the end of that line. The hard (paragraph) returns are the pilcrow ¶ character.
    Select the page or paragraph break symbol, and then press cmd+E. This is shorthand for use the selected character for the search. Next press cmd+F to open the Find panel, which will now be pre-populated with the character you want to find. In the gear icon, choose Whole Word. Then press the > key to advance to the next found character. There is no left panel display that shows the page number(s) that the found characters appear on.

  • Repeating frame with no rows returned messing up display

    I have a repeating frame nested within a frame among other items. When there are no rows returned for the repeating frame query, the report is shifting all the objects below the repeating frame upward in the page. How do I get the space held by the repeating frame to just stay blank if no rows are returned?

    Hi:
    Is the Image and the Text within a Frame?If not, put these within a frame. If the text still moves up, then use an anchor.
    what I mean is if your report looks like this:
    <REGULAR FRAME>
    <REPEATING-FRAME>
    TEXT1
    IMAGE
    <REGULAR FRAME>
    TEXT2
    then put the TEXT1 and IMAGE inside a FRAME.
    HTH
    Srini Ramanujam.

  • Footer for a report with 2 repeating frames with down/across print directio

    I have a report with a frame for title shown in first page. the content of the report is shown on two columns in a repeating frame(R2) which enclose an other repeating frame (R1). In R2, just after R1, I have a frame for totals. Both repeating frame have down/across print direction. All repeating frames and title frame are enclosed by a regular frame(let say frame A) that have vertical elasticity fixed. at the end of the report i must display an other frame(frame B) with signatures. I put frame B in frame A, just after R2. If I set vertical elasticity to fixed or contract for R2, when the title frame is missing i get an empty space in the bottom of the page(except the first page, where the title appear)(R2 is anchored to title frame). if I set vertical elasticity to variable for R2, the frame B is not shown on last page with records, but in next page. I need a solution to keep the frame B in last page of the report which have records. the problem appear only when I have records in second column.
    Can somebody help me, please?

    Hi,
    I think without using Across/Down instead of Down/Across this is not possible. But then the output is
    1 2 3 4
    5 6 7 8
    If you need to have
    1 3 5 7
    2 4 6 8
    then you had to add some logic in an additional column for sorting the output. (sounds easy, but the logic need some work depending the count of records and their position.
    Regards
    Rainer

  • Trouble with ordered list & page breaks

    I'm using Framemaker 10. I was using numbering and selected Numbered Next, but FM started numbering from 1, although there were previous numbers up to 4. This has never happened before. Also in the same document, FM is sometimes forcing a page break whenever I mark text as a heading. Any ideas?

    The numbering issue all depends upon how the numbering is defined in the paratag and if or which series is being used. Some paragraph before your NumberedNext is in the same series and is resetting the numbering back to 0.
    Again, it all depends upon the settings in the specific heading parattag that you are using. It could be set to start at the top or it could also be set to keep with next and this is causing it to roll over on to the next page.

  • Multiple repeating frames with same source printing same Values

    Dear all,
    I have a report which is having more than 10 repating frames in this 4 repating frames have same source assingned,during the report execution just before printing the repeating frames at various levels am inserting records into the source table assignd to the 4 repating frames.i actually want the repeating frames to print values i just inserted in to the table,diffrent repeating frames should print diffrent values.
    i have put source query like this;
    select * from <table> where print_status is null.
    just before printing the repeating frames am inserting values in to this table
    insert into <table> values ();
    print repeating frame 1
    insert
    print repeating frame 2
    insert
    print repeating frame 3
    insert
    print repeating frame 4
    in this particular case the report is printing only one row which i have inserted before printing the repeating frame 1.(basically the query is not refreshing at various grups)
    I want to print records which is inserted at each level .using one source query and 4 diffrent repeating frames.
    Hope am clear with my query.

    Dear Kumar,
    You are exactly right, but during the execution of the report at different interval I am modifying the data of the source table.
    Dear Andreas,
    Currently am modifying an existing report which is designed few years before, and having hell lot of frames and repeating frames and I need to include the above said portion between these repeating frames. The major reason why i tried to adopt this method is, during the execution of the report at each different intervals I am doing some calculation and then inserting the results into a global temporary table, again the same global temporary table am trying to print it in different places .Since I have multiple rows to print from this table I am using a repeating frame.
    I have resolved this issue using packages and assigning values into packaged variables. But I had a gut feeling that declaring too much variables might confuse others especially some other developer.
    Edited by: mayannajeeb on Jun 8, 2010 12:27 PM

  • Repeating frame with anchor

    Hi all,
    I have a repeating frame in a report and it is anchored to a text field object (variable height). This repeating frame is Across/Down mode, but its behavior is like a Down mode repeating frame. Could anyone help me?
    Att.
    Diogo Domanski de Souza
    PS: I've already verified the width of the repeating frame and it fits twice per row.

    For easy to illustrate, let's call the variable height text field F_1, and repeating frame R_1. When you anchor from R_1 to F_1, the position of the anchor is very important and it affects the location and formatted size of R_1.
    For example, if the anchor starts on the left-top corner of R_1 and ends on the left-bottom corner of F_1, that means formatted R_1 and F_1 will anchor together with 0% on the left of F_1 and 0% on the left of R_1 from the original position. In this case, you should see two columns per row.
    If the anchor is in the top-middle of R_1 and bottom-middle of F_1, that means formatted R_1 (which has different width than you see on the layout model because it could expand across) and F_1 will anchor together from middle of R_1 (50%) to middle of F_1 (50%). Because of the anchor condition, you should notice even the left position of formatted R_1 would be different than on the layout model if R_1 still can contain more than one column.
    In summary, the anchor is defined based on the percentage of formatted object. Once you understand that, you can adjust the position of the anchor to achieve what you want.
    Hope this helps.
    Thanks,
    -Shaun

  • Blank page with multiple group page breaks

    Hi There,
    I have a report with 3 groups. I have a page break after the footers for groups 1 and 3. I use the "Not OnLastRecord" to prevent the report generating a blank page. This work absolutely fine if we are dealing with a single group, but as there are multiple groups it seems impossible to get rid of this superfluous blank page.
    Been struggling on this one for a couple of days so any help would be hugely appreciated.
    Best regards
    Stuart

    Ok I managed to fix this in the end.
    Solution: I suppressed much of the grouping functionality which was primarily used for aggregating totals, and instead used running total farmulai.
    This appears to have done the trick.
    Regards
    Stuart

  • Creation of po with mutiple line items using BDC

    Hi Gurus,
          Can any body hav notes for creating po's using BDC with multiple line items in transaction ME21. I hav created po for single line item but if i tried to create multiple line items, it ll create multiple po's...
    thanks in advance
    arun

    See the Below Logic for me22 and it is also same for me21
    report zpochange.
    data : i_error like bdcmsgcoll occurs 0 with header line.
    data : i_bdcdata like bdcdata occurs 0 with header line.
    tables : ekko, ekpo.
    data :c1(10) value 'ME22',
          c2(1) value ',',c3(10).
    data : var1(20). " LIKE EKKO-EBELN.
    data : var2 like ekko-ebeln.
    data : begin of i_ekko occurs 0,
              header(2),
              ebeln like ekko-ebeln,
              end of i_ekko.
    data : begin of i_ekpo occurs 0,
    item(2),
            ebeln like ekpo-ebeln,
            ebelp like ekpo-ebelp,
            menge(10), " LIKE EKPO-MENGE,
           end of i_ekpo.
    data : v like ekpo-ebelp.
    data: begin of itab occurs 0,
             text(300),
            end of itab.
    parameters: p_file like ibipparms-path.
    *PARAMETERS: PONUMBER LIKE EKPO-EBELN.
    at selection-screen on value-request for p_file.
    call function 'F4_FILENAME'
      exporting
        program_name        = syst-cprog
        dynpro_number       = syst-dynnr
       FIELD_NAME          = ' '
      importing
        file_name           = p_file
    start-of-selection.
    *SELECT EBELN FROM EKKO INTO TABLE I_EKKO WHERE EBELN = PONUMBER.
          SELECT EBELN EBELP MENGE FROM EKPO INTO TABLE I_EKPO WHERE EBELN
    *= PONUMBER.
    perform get_data.
    *LOOP AT ITAB.
    WRITE :/ ITAB.
    ENDLOOP.
    loop at itab.
    var1 = itab-text+0(1).
    if var1 = 'H'.
    *I_EKKO-EBELN = ITAB-TEXT.
    split itab at c2 into i_ekko-header
                           i_ekko-ebeln.
    SPLIT  ITAB AT ',' INTO I_EKKO-EBELN.
                        " I_EKPO-EBELP
                        " I_EKPO-MENGE
                        " var1.
    append i_ekko.
    else.
    split itab at c2 into i_ekpo-item
                            i_ekpo-ebeln
                            i_ekpo-ebelp
                            i_ekpo-menge.
    append i_ekpo.
    endif.
    *var2 = i_ekpo-ebeln.
      MOVE VAR1 TO I_EKPO-EBELN.
      MOVE VAR1 TO I_EKKO-EBELN.
    APPEND: I_EKPO.
    *if not var1 is initial.
        split var1 at ',' into i_ekpo-ebelp
                               i_ekpo-menge.
      i_ekpo-ebeln = var2.
    append i_ekpo.
    *endif.
    endloop.
    loop at i_ekpo.
    write :/ i_ekpo.
    endloop.
    loop at i_ekko.
    perform fill_data. " TABLES I_EKPO.
    endloop.
    LOOP AT I_EKPO.
    WRITE :/ I_EKPO.
    ENDLOOP.
    *&      Form  GET_DATA
          text
    -->  p1        text
    <--  p2        text
    *LOOP AT I_ERROR.
    WRITE :/ I_ERROR.
    ENDLOOP.
    form get_data.
    call function 'WS_UPLOAD'
    exporting
       codepage                      = ' '
       filename                      = p_file
       filetype                      = 'ASC'
       headlen                       = ' '
       line_exit                     = ' '
       trunclen                      = ' '
       user_form                     = ' '
       user_prog                     = ' '
       dat_d_format                  = ' '
    IMPORTING
      FILELENGTH                    =
      tables
        data_tab                      = itab
    exceptions
       conversion_error              = 1
       file_open_error               = 2
       file_read_error               = 3
       invalid_type                  = 4
       no_batch                      = 5
       unknown_error                 = 6
       invalid_table_width           = 7
       gui_refuse_filetransfer       = 8
       customer_error                = 9
       others                        = 10
    if sy-subrc <> 0.
    message id sy-msgid type sy-msgty number sy-msgno
             with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    endif.
    endform.                    " GET_DATA
    *&      Form  FILL_DATA
          text
         -->P_I_EKPO  text
    form fill_data. " tables   i_ekpo .
    perform bdcscreen using 'SAPMM06E' '0105'.
    perform bdcfield using 'RM06E-BSTNR' i_ekko-ebeln.
    perform bdcfield using 'BDC_OKCODE' '/00'.
    loop at i_ekpo where ebeln = i_ekko-ebeln.
      V = I_EKPO-EBELP.
    perform bdcscreen using 'SAPMM06E' 0120.
    perform bdcfield using 'BDC_CURSOR' 'RM06E-EBELP'.
    perform bdcfield using 'RM06E-EBELP' i_ekpo-ebelp.
    perform bdcfield using 'BDC_OKCODE' '/00'.
    perform bdcscreen using 'SAPMM06E' 0120.
    perform bdcfield using 'BDC_CURSOR' 'EKPO-MENGE(01)'.
    perform bdcfield using 'RM06E-EBELP' i_ekpo-ebelp.
    perform bdcfield using 'EKPO-MENGE(01)' i_ekpo-menge.
    perform bdcfield using 'BDC_OKCODE' '/00'.
    *PERFORM BDCSCREEN USING 'SAPMM06E' 0120.
    *PERFORM BDCFIELD USING 'BDC_CURSOR'  'RMO6E-EBELP'.
    *CLEAR V.
    endloop.
    perform bdcfield using 'BDC_OKCODE' '=BU'.
    call transaction  c1 using i_bdcdata mode 'A'
                                       messages into i_error.
    refresh i_bdcdata.
    endform.                    " FILL_DATA
    *&      Form  BDCSCREEN
          text
         -->P_0140   text
         -->P_0120   text
    form bdcscreen using    p_program p_screen.
    i_bdcdata-program = p_program.
    i_bdcdata-dynpro = p_screen.
    i_bdcdata-dynbegin = 'X'.
    append i_bdcdata.
    clear i_bdcdata.
    endform.                    " BDCSCREEN
    *&      Form  BDCFIELD
          text
         -->P_0145   text
         -->P_I_EKPO_EBELN  text
    form bdcfield using    fnam fval.
    i_bdcdata-fnam = fnam.
    i_bdcdata-fval = fval.
    append i_bdcdata.
    clear i_bdcdata.
    endform.                    " BDCFIELD
    Reward Points if it is helpful
    Thanks
    Seshu

  • How to make a border around a frame with variable line weights?

    I want to draw lines in Muse. I understand that it can only be done with the help of rectangles. In a free Muse Theme that I have downloaded I have found a quite nice line, that I have saved as graphic style. When  I read the properties I find the following definition: 'border weight (bottom: 1 left: 0 right: 0 top: 0).' It gives you the possibility to have only one line at the bottom. I very much would like to know how you can apply these variable settings to a border. I looked everywhere but can't find a way to do it. Any help would be greatly appreciated.

    Hi Dimitri,
    Select the rectangle you wish to use from your Muse page.
    Click on the blue 'Stroke' and a box will pop up where you can set the border styles for all four borders individually.

  • Repeat Region (with records per page user control) - help req..

    Hi there.
    I would like visitor to a website to be able to control the number of records displayed on a page (using a form, select list probably) that overwrites the value I have chosen for the number of records displayed using the DW repeat region behaviour.
    Update - I've just noticed this forums uses exactly the control I want at the top left of list of posts.
    For example. I have the reapeat region set to display 10 records, I want a drop down list to let user choose to display 25, 50, or All records.
    Are there any tuts or extentions that anyone knows of?
    I'm using DW CS3, Classic ASP, VBScript
    Kind Regards,
    Tony Mead

    Hi All.
    I have found a workable soulution for my needs - the spry framework and the spry paged view extensions.
    http://labs.adobe.com/technologies/spry/samples/data_region/SpryPagedViewSample.html
    Regards,
    Tony Mead

  • How to control the position of b_text - to be under repeating frame

    Hi. Any Guru:
    I have a designed paper report layout:
    repeating frame (vertical elasticity is variable)
    b_label f_field
    b_text
    after report .rdf runs, b_label is not always under repeating frame. I tried anchor and frame and properties but could not solve the problem.
    Thank you for any suggestion!
    mz
    Edited by: mz on Aug 26, 2011 10:06 AM

    Oracle Reports Help said:
    "Objects below an object with Page Break Before set to Yes may not move to the next page. If an object is set to print on a page but is moved to the next page because of Page Break Before, other objects may be placed in the space where the object was originally set to print, if there is sufficient room."
    My objects of b_label and b_field, which are designed to be UNDER the repeating frame R_G_xxxxxxxx, are randomly displayed either UNDER or INSIDE the repeating frame.
    My repeating frame has properties:
    R_G_xxxxxxxx
    page break before      No
    page break after     No
    page protect      Yes
    I was advised that "It can be a trial-and-error to get this to work properly.
    What often works is to put the repeating frame and b_label and b_field inside one group frame.
    Or put a group frame (whole page width) around b_label and b_field."
    I have tried very hard only to fail to get the expected results.
    Anybody has any suggestion?
    Just curious - I am using Reports Builder 10.1.2.0.2 and we are going to 11G. Reports Builder 11G will fix this bug or so-called "feature"?
    Millions of thank for any help!!!
    mz

  • Page breaks missing

    i have two repeating frames in my rdf. both repeating frames have the maximum records setting set to 1 in their property palettes. i also tried using insert page break before set to 'yes' for the first repeating frame and insert page break after set to 'yes' for the second repeating frame. but even with all this, i just can't get the page breaks to show up in the output!
    the rdf is a check writer for payables for a european country where they need the invoices list in the upper part of the page and the vendor details and total check amount from the invoices in the upper part of the page in the lower part. the totals and everything is working fine. it is just that the page breaks after the vendor details are absent which is causing optio to not understand where one page starts and the next page begins resulting in a disarray of all the details.

    Page break after for first frame should work I would have thought. If not I think that someone suggested the other day on this forum adding a piece of text with spaces in it in between the repeating frames and putting a page break after on that. Dont know if it will work but sounds as if it might.
    Dave

  • A bug or feature - fail to control objects under repeating frame

    Oracle Reports Help said:
    "Objects below an object with Page Break Before set to Yes may not move to the next page. If an object is set to print on a page but is moved to the next page because of Page Break Before, other objects may be placed in the space where the object was originally set to print, if there is sufficient room."
    My objects of b_label and b_field, which are designed to be UNDER the repeating frame R_G_xxxxxxxx, are randomly displayed either UNDER or INSIDE the repeating frame.
    My repeating frame has properties:
    R_G_xxxxxxxx
    page break before      No
    page break after     No
    page protect      Yes
    I was advised that "It can be a trial-and-error to get this to work properly.
    What often works is to put the repeating frame and b_label and b_field inside one group frame.
    Or put a group frame (whole page width) around b_label and b_field."
    I have tried very hard only to fail to get the expected results.
    Anybody has any suggestion?
    Just curious - I am using Reports Builder 10.1.2.0.2 and we are going to 11G. Reports Builder 11G will fix this bug or so-called "feature"?
    Millions of thank for any help!!!
    mz

    You might try something like this:
    1. Put b_label and b_field inside a page width-sized frame as suggested. This will force both b_label and b_field to be "pushed down" (or "pulled up") by the same amount as the content above expands (or shrinks).
    2. Set the "Base Printing On" property of the new frame to "Anchoring Object". This assumes that the frame is implicitly (or explicitly) "anchored" to the repeating frame above.
    3. Set the "Print Object On" property of the new frame to "Last Page". Together with 2, this should make the new frame print after the repeating frame.
    Hope this helps.

Maybe you are looking for

  • How do I call a 10g report from a jsp page securly?

    How can I call a report from a jsp page securly? We are migrating from 10g forms to J2EE, and we want to keep using our reports. In forms we were able to do this using a cookie. How can I pass a users credentials to reports without the user having to

  • Flashplayer will not install in windows 7, 32 bit.  why is that?

    Have tried and tried to get flashplayer update to install.   I continue getting message I must exit Internet Explorer.  Sometimes it appears it has installed (FINALLY), but then everytime I try to view files using it, get a message I must install it.

  • One buttom wireless mouse makes astounding leaps

    Anyone elso had/resolved a problem with the original one button wireless mouse from Apple, where sometimes the cursor leaps, in a single bound, to either the top left or bottom right corner of the screen? This happens just every so often (maybe five

  • Rename files and move them into new folders with part of original file name

    I have tried using automator and other programs such as name Name Mangler with no luck. I am trying to have an AppleScript run when files are added to a folder, using a service through Automator. File names come in 9 different suffixes, all with the

  • Load Report Error

    Hi Experts, I have a customer who is receiving this error when trying to install Crystal Reports version 2.0.6. This is the error that he receives everytime. CrystalDecisions.Shared.CrystalReportsException: Load report failed. ---> System.Runtime.Int