Logical page/Physical page/Page Break

I have to create a form like report. Without data it takes 3 A4 pages, with data it can expand to 5 pages or more. So in report developer I create for Main section: Width=21 Height=29.7, Horizontal Panels per page=1, Vertical Panels per page=3.
First problem:
When I run the report with data, which coused that report expands to more then 3 A4 pages, I can only see and print 3 pages. I want to have all pages.
Second problem:
Inside report there is repating frame with more repeating frames inside for displayin some sort of tables. I want that each record of outer repeating frame is on new A4 page. I set Page break before=Yes for outer frame. When I run report I can see the data before the frame and then two blank pages. I think that Page break before=Yes makes page break for logical page (in my case 3 A4 pages) and then I am on the first problem. How to make Page Break for one A4 (physical) page only?
Any ideas how to solve these problems?
Regards, Sasa

Hi Nguyen,
It was pretty difficult running the report. Here are the changes I made so that the report runs sucessfully:
1. Changed "Vertical Panels per Page" to 1. The reason: this property equates pages in your report to priter pages. Eg, a value of 2 means that each page in your report is equivalent to 2 physical printer pages. This may be needed if you design very large pages, but the dimensions of physial printer pages are smaller. We do not need this. So I changed it to 1.
2. In Paper Layout editor, fit everything on 1 page. At runtime it can flow to more than 1 page, no problem. But we want to 'design' 1 page. It was just overflowing a little bit on to the 2nd page, I changed it so that it fits on 1st page itself.
3. Changed "Print Object On" to First Page, instead of All pages for all frames and boilerplate text objects. Reason - page breaks here refer only to Logical pages, not to physical pages as you might have imagined. For the report, everything is 1 logical page, even though you see the output on 3-5 physical pages. Pl see Report Builder Help on this property, it explains things with graphics.
The hardest part was step 3 - it took me a long while to figure that out.
Now the report appears correctly with all the data. Now the only problem is to figure out how to do a page break before M37. We can figure that out, but first can you try these changes, and let me know that you are at least getting ALL DATA in your report output?
Navneet.

Similar Messages

  • Diff  between logical and physical page ?

    hi
    what exactly difference between logical and physical pages?
    where to set page size in report designer?
    after seting paper size in report designer can i readjust in print dialogue box?
    which is will be effected?
    please explain

    A logical page can contain several physical pages. Assume you want to create a format which is larger then your printer is able to print, then you can define a logical size, which contains n pages horizontally and m pages vertically.
    To set the page size for your report have a look at the properties in the main section of your paper layout.
    Regards
    Rainer

  • 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.

  • Page break logic

    Hi,
    I have the following issue:
    a given shipment number contains a total of 8 items and that the currently defined amount of items that boxes 6 through 12 of the form can hold is set to 5 items. Given this scenario, page break logic should allow for items 1 through 5 to be included in Page 1 of the form, and items 3 to 8 to be included in Page 2 of the form. Also, under this scenario, for a total of two pages, the footer at the bottom right hand side of the form, should display “Page: 1 of 2” for page 1, and”Page: 2 of 2” for page 2.
    Can you please suggest me some logic????
    thanks in advance

    Use FM " CONTROL_FORM" pass ithe PROTECT and ENDPROTECT command in SAP Script.
    - S

  • How to print logical page number in TOC of report

    My report has three sections - header, main, trailer.
    after each group break in the main section the page number is saved using the srw.get_page_num(pageNum).
    this records are used to build the toc in the trailer section.
    Problem: srw.get_page_num delivers only the logical pagenum of the section,
    means if the header section spans more than one page (for example 2), the main section starts at physical pagenum 3.
    If I don't know how many pages my header contains I never have the real page number in my toc, beacuse i have to add the number of "header pages" to the saved pagenum of the main section to compute the "physical pagenum".
    Is there a possibility to save the physical pagenum in the header section (in a trigger) ?
    Message was edited by:
    [email protected]

    Thats my huge problem - i can not calculate the number of pages
    nor in the main section neither in the header section.
    The problem is not to know how many pages are in the trailor section.
    I have to know, how many pages are in the header section without to start multiple the report.
    If I have this number i can add it to the "logical" page number" of the main section to get the physical page number of the report.
    the page numbers of the main section are available.
    Message was edited by:
    [email protected]

  • Problems with page break

    I have a report that is group Row by Land then for each current group by Parcel. So in other words this report is group by Land number and within each land number are the parcel details for this land. My problem is when the next land number with the detail portion of the land number cannot fit all on the same page, I want it to go to the next page. Is there a way to programatically find the number of lines on a current page and when there is only a certain amount of lines left to have it go to the next page? I am using this logic now for my page break and it doesn't work like I want it to:
    <?if@row:position() mod 7=0and position()!= last()?><xsl:attribute name="break-before"xdofo:ctx="incontext">page</xsl:attribute><?end if?>
    Plus for some reason I get a blank page for page 5???
    Anyone that may have any suggestions for me will be greatly appreciated.
    Susie

    hi
    you have to write
    <?split-by-page-break:?> syntax before the <?end for each?> of the parcel group.
    the o/p wouldn/t contain any blank page.

  • Setting page breaks...how?

    I am new to numbers...
    How do you set a page break? In print view, I would expect to simply drag the lines that represent the page breaks to in between the columns where I want the break, but that does not work.
    I have a spread sheet that is 1 page tall and 3 pages wide; but, I would like the 3 pages to actually print as 4, with each page having a logical grouping of columns (instead of an arbitrary grouping). Should be simple, but I am missing something.
    thanks
    bob

    For sure, you missed the workaround described by badunit.
    I set huge header/footer so that we may put required text in these areas.
    We may achieve the same goal with huge margins.
    This workaround assume that each piece of table has the same number of identical rows.
    If this condition is not filled, we may change slightly the height of rows to achieve the wanted goal.
    Adding extraneous rows is a viable workaround. We may mask extraneous rows with a white rectangular shape.
    I know, these processes are only workarounds but we have to live with what Numbers '09 is able to do until the next major release which perhaps will be iWork '11
    Yvan KOENIG (VALLAURIS, France) lundi 1 février 2010 18:29:59

  • How can I remove Page Break Views?

    This is driving me nuts -- I'm just trying to write basic text, and yet, for some reason, Pages forces me to view a page as if it's a real piece of paper. As I'm writing, and come to the end of the page, there's two inches of white space from the end of the last sentence on the page to the start of the first sentence on the next page.
    I find this distracting . . . I'm trying to type a sentence and I don't need to have a massive visual break interrupting the flow of writing. I can't find any way to turn off this view. Not that I want to, but why can't I type one continuous paragraph that could span multiple pages -- without being limited to the freakin' "page" metaphor of viewing?
    I'm so frustrated with this that I think I'm going to have to go back to using MS Word. I'm trying hard to learn Pages, but when I have to knuckle down and write, I'm constantly getting interrupted by the page breaks. While I might be able to train myself to ignore the page break, each time I get to the bottom of a page, I effectively lose two inches of vertical space, which means I can't see as much text above and below what I've just written. It's maddening!
    Does anyone have any solutions? Or is this just an astounding oversight on the part of Apple development?
    I can manually reduce the margins, but I still get the big gray line separating pages at least a vertical inch of separation, plus, if I send the document to anyone else who might want to print it, I have to remember to change the margins back.
    Right now, I'm leaving Pages and finishing my project in MS Word. Please help me come back to Pages! . . . .

    tyronehowe wrote:
    I understand what Yvan KOENIG is saying but, with respect, that simply does not make sense to me.
    My old friend AppleWorks work with separated pages since 1991 and it seems that it is OK for its users.
    Pages is a component of the AppleWorks successor so it seems logical that its designers made the same choice.
    You wrote:
    Whatever justification is given, it is simply a deliberate feature omission.
    Sure it is a deliberate choice.
    As always, the engineers apply this chapter of the Human Interface Guidelines
    +Apply the 80 Percent Solution+
    +During the design process, if you discover problems with your product design, you might consider applying the 80 percent solution—that is, designing your software to meet the needs of at least 80 percent of your users. This type of design typically favors simpler, more elegant approaches to problems.+
    +If you try to design for the 20 percent of your target audience who are power users, your design may not be usable by the other 80 percent of users. Even though that smaller group of power users is likely to have good ideas for features, the majority of your user base may not think in the same way. Involving a broad range of users in your design process can help you find the 80 percent solution.+
    I assumes that you are in the 20% dropped.
    You wrote:
    As much I hated to admit it, I wanted the “normal” view that Microsoft Word gave me (sometimes known as “toilet-paper” view).
    Now I know why I dislike this view: I never write on "toilet-paper"
    If you are really annoyed with the choices made by Apple, you may build your own template.
    It requires a few seconds to define one with these settings:
    You wrote:
    I have requested this as a new feature to Apple several months ago.
    Then, cross your fingers, and wait _at least_ for iWork'09
    Yvan KOENIG (from FRANCE jeudi 5 juin 2008 20:15:03)

  • Smartforms: no page break between last line item and footer in table?

    Hello All,
    my smartform has FIRST and NEXT pages. I would like to avoid a page break between last item line of a table in MAIN window and the footer of the same table.
    Here is how it looks currently.
    Output of FIRST page, MAIN window, table ITEMS:
    1.line item
    2.line item
    3.line item
    4.line item
    page break
    output of NEXT page, MAIN window, table ITEMS:
    1.footer line
    2.footer line
    I would like that if a footer does not fit on FIRST page, it would be displayed on NEXT page with last item line.
    It should be like this:
    output of FIRST page, MAIN window, table ITEMS
    1.line item
    2.line item
    3.line item
    page break
    output of NEXT page, MAIN window, table ITEMS
    4.line item
    1.footer line
    2.footer line
    Any ideas?
    Thanks and best regards,
    Mindaugas

    Do you mean line item text or your want to print footer text?
    If your trying yo display some footer text, then you either place a footer window or you can create a table inside your main window and place text under the footer of the table, then it will display the text without any page break.
    If it is item tem.
    Then you need to build additional logic. As we cannot guess, the total number of item text upfront.
    Example: if page1 can hold 15 line items, check whether your header and item can fit in page one else call a new page by placing a condition FLAG = "X".
    I hope it will help you to solve your problem.
    Regards,
    SaiRam

  • Multiple panels per logical page

    I am working on a customer statement report. It has one logical page with three panels(physical pages). The records on third panel will expand to the next logical page at runtime. I thought it could continue to show on the first panel of the next logical page, but they are showed on the third panel which is at the same level of the previous logical page. The first and second panels of the second logical page are blank. How can I remove the blank pages and move the continuing records start from the first panel of the next logical page.
    Your help will be highly appreciated.
    It is urgent, please help!

    Hi there Otto... If I understand you correctly, you might need to look into the LEAD function.
    Here's an example:
    with table1 as
    (SELECT ROWNUM rn, 'Line ' || ROWNUM text
    FROM all_objects
    WHERE ROWNUM <= 10)
    SELECT *
    FROM (SELECT rn, text AS text_col1,
    LEAD (text, 1) OVER (ORDER BY rn) AS text_col2,
    LEAD (text, 2) OVER (ORDER BY rn) AS text_col3
    FROM table1)
    WHERE MOD (rn, 3) = 1
    outputs
    RN,TEXT_COL1,TEXT_COL2,TEXT_COL3
    1,Line 1,Line 2,Line 3
    4,Line 4,Line 5,Line 6
    7,Line 7,Line 8,Line 9
    10,Line 10
    Cheers,
    Vidar

  • ALV: Display Header,  line item, information after page break .............

    Hi .
    I am facing problem in displaying a particular layout in ALV.
    the layout is as follows:
    1. Header part
    2. Line item
    3. There is field customer and after every change of customer do page break and display information like how many record read and how many record processed. below is brief detail about how to get read and processed record.
    I have two internal table  say table1 and table2.
       Looping table1
      increase the counter as counter_read = counter_read +1.
    compare the record with table2.
    if matches
    increase the counter as counter_process = counter_process + 1.
    4. At the end of report display a error log.
       to get the error log we will follow the above logic and if record not matched then display as error record.
    Please help ASAP to find the solution.
    Thanks in advance

    There is a knowledge base article C2014229 (1210986 - Subreports do not have a Page Header) , but instead of providing link I will just copy content here:
    Symptom
    Since subreports are objects in the Main Report, they do not contain Page Headers. How can you create a fake page header for subreports?
    Resolution
    To create a fake page header for subreports, use the following steps:
    1. In the subreport, create a formula:
    @FakePageHeader
    //name of formula
    WhileReadingRecords;
    2. Go to the 'Insert' menu and click 'Group'. Select the @FakePageHeader formula.
    3. Select the 'Repeat Group Header on Each New Page' option, and click 'OK'.
    This inserts a new group at the lowest, or innermost, grouping level. You will need to move this group to the highest, or outermost, grouping level.
    4. Go to 'Report' menu and click 'Group Expert'. Use the up arrow to move this newest group up to the top of the list.
    5. Move all the headers that you would like repeated into this Header for the @FakePageHeader group.
    Hope it will help.

  • Split a TOC over pages: page break in a table of contents

    I'd like to be able to put a page break in a TOC. I have a TOC spans a couple of pages. The second page only has a couple of lines in it, so I want to be able to split the TOC on TOC heading 1 with a page break.
    I know that I could adjust the styles for the TOC, but this is not a general enough solution for me - it would probably not last long (add new pages, the arbitrary page break is going to move).

    This answer assumes that your document uses the Default page style for physical pages 1-3. You are going to need two different page styles to accomplish what you want. (I'm guessing you have used a page number offset of -2 to get your physical page 3 numbered as 1 and this simply will not work in the TOC.)
    Put your cursor in the Title page (physical page 1) and open the Stylist (F11). Click the Page icon (4th from left) then click the New Style From Selection icon (2nd from right). Give it a name like 'Body'. Before you close the Stylist double click on Default just to make sure you did not change the style of the 1st page.
    While you are still on the 1st page click into the footer and remove the page number field assuming you do not want it.
    Put you cursor in the FIRST (1st) paragraph of the 3rd page and do **Format > Paragraph > Text Flow tab. In the Breaks section, check the Enable box, if not already checked, then check the With Page Style box, select the Body style from the drop down menu and set the page number to 1.
    If the page number field is still in the footer on this page then delete it and insert it again. It should now show 1.
    Click into the TOC, right click and select Update Index/Table.
    Just in case you have trouble translating this to your version of SO I have fixed your document and have attached it.
    * *To change to a new page style while writing your document do Insert > Manual Break > Page Break and select the new style. If you want a new page number you can check that box and set the new number.  

  • Page break, or start to next page?

    Hi,
    I have a paragraph style that must be mirrored in a running header. So, I must create a single style for both paragraphs staying in the same page, and paragraphs starting in a new page. Therefore, I must add the break manually when needed (unless InDesign accepts a running header format of the boolean type AND).
    I'm in doubt on how to do with sending paragraphs to a new page. I see two viable options: inserting a page break at the beginning of the paragraph, or going to the Keep Options palette and choosing Start On Next Page. The first one has a handy shortcut, the second one, as far as I can see, has no shortcut.
    Apart for how comfortable it is adding the one or the other break, and the added line when using the break charachter, is there any other consideration I should keep in mind? Why the one solution is preferable to the other? Are there compatibility issues when exporting/importing text files, web pages of ebooks?
    Paolo

    Paolo Tramannoni wrote:
    Hi,
    I have a paragraph style that must be mirrored in a running header. So, I must create a single style for both paragraphs staying in the same page, and paragraphs starting in a new page. Therefore, I must add the break manually when needed (unless InDesign accepts a running header format of the boolean type AND).
    I'm in doubt on how to do with sending paragraphs to a new page. I see two viable options: inserting a page break at the beginning of the paragraph, or going to the Keep Options palette and choosing Start On Next Page. The first one has a handy shortcut, the second one, as far as I can see, has no shortcut.
    Apart for how comfortable it is adding the one or the other break, and the added line when using the break charachter, is there any other consideration I should keep in mind? Why the one solution is preferable to the other? Are there compatibility issues when exporting/importing text files, web pages of ebooks?
    Paolo
    I think that the commercial plug-in Power Headers from in-tools.com has the kind of logic you describe.
    HTH
    Regards,
    Peter Gold
    KnowHow ProServices

  • How do I match the printed pdf page breaks with the page breaks from the online form?

    The online form is setup to be 4-5 separate pages...each page going to a different person/group when it is printed in a pdf. However, when the form is printed, it prints out all the blanks and the forms are off by about a half page.
    Is there any way to not print the blank spaces (I have several boxes hidden based on choices of the user), and to make the printed pdf honor the online page breaks?

    Hi;
    When you are viewing the "Design" while authoring your form there is a "View" setting that you can access from the "View" menu along the top right, or from the dropdown at the bottom right corner, if you change from "Web View" to "Page View" you can add page breaks there that will affect the PDF.
    Page View is an authoring view to design for PDF where Web View is an authoring View to design for web/browser/HTML forms.  You can use both so that your form looks good in both web and PDF.  Some features have to be added/edited in Web View because they are not supported in PDF such as Attatchments and Skip/Page logic, those are not available to add/edit in Page View.  The Page Breaks added in Web View are not used in the PDF, in Page View "Implicit page breaks" are added automatically based on the size of the page in PDF and you can add "Explicit page breaks" using the form field toolbar as you did in Web View (which will only be used in the PDF).
    When you ask if there is any way not to print the "blank spaces" you are referring to the questions that had remained hidden based on skip logic right?  At this time the entire form is saved/printed to PDF, there is not an option to omit those hidden fields.
    I hope that I understood your issue correctly, let me know if I can help further.
    Thanks,
    Josh

  • Printing bug with logical page numbers

    I have a PDF file set up with logical page numbering. If I want to print page 7-10 and type this in the Pages field, Reader prints physical pages 7 through 10 from the PDF file instead of logical page 7-10. I tried it in Reader X and XI and the problem occurs in both. I am pretty sure it worked in early versions, but I don't know what version it stopped working on. Is this a known issue?
    Rick

    Could it be that this file contains duplicate page labels? Can you share the file?

Maybe you are looking for