Data flowing to top of second page

Hello everyone
I have a report which has a logo on the top. There is typically about 300 pages but
(1 per customer). But if there is more detail than can fit on one page then the remainder is just placed over the logo on the next page even though it's set to be printed low on the page. Hopefully I am overlooking something quite simple.
Thanks
Tom

Try moving your logo to the margin instead of having it in the body of the report. Therefore, when each page is generated the logo will be created before the body is printed and the frame of the body will not interfere with the margin. You can resize the margin also...
Good luck.
Jon
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by tom:
Hello everyone
I have a report which has a logo on the top. There is typically about 300 pages but
(1 per customer). But if there is more detail than can fit on one page then the remainder is just placed over the logo on the next page even though it's set to be printed low on the page. Hopefully I am overlooking something quite simple.
Thanks
Tom <HR></BLOCKQUOTE>
null

Similar Messages

  • Regarding data is not coming on second page

    hi all,
         I Created one Smartform that is having Two Pages . I Created Two Final Internal Tables for each Page. Data is coming on First Page. I am getting data for second internal table also but data is not coming on second page.  I am using Command Option in main window for triggering of Second Page.
    What was the problem.
    Please suggest.
    Regards
    Reddy

    Hi,
    In the default setting, the next page is the page itself.
    If a page is processed (filled) and processing of the form is not finished yet (if not all texts or data
    are displayed), the system processes another page. The page used as next page can be
    determined statically during the form definition (Next page) or dynamically at runtime (manual
    page break).
    The new page is the static next page. If a new page is called by a manual page break with
    page specification within the main window (dynamic next page), the system processes this
    page.
    This page does not contain a main window and no static next page exists
    In a main window you display text and data, which can cover several pages (flow text). As soon
    as a main window is completely filled with text and data, the system continues displaying the text
    in the main window of the next page. It automatically triggers the page break

  • Flowable form not flowing to second page - flowing to top of first page

    The content on my Dynamic flowable form flows to the top of my initial, first page, instead of the second page.
    I have created a form where the subforms are set to flowed, flow direction is either Top to Bottom or Western Text and the "Allow page breaks within content" boxes are checked. Nothing is set to positioned. In my Pagination tab, my Place is set to "Following Previous" and my After is set to "Continue Filling Parent." I have other forms which were created by other people before I got here that have similar functions, and I've gone in and checked them against this form, and I can't see any differences in the settings. I've created a 2nd master page, thinking the content didn't have anywhere to flow to and maybe that was the problem, but that doesn't help.
    I've been playing lightly with Livecycle forms over the last few years and have never had content flow to the top of the same page instead of to a second page. Of course, this is my first time trying to create a form relatively from "scratch," so I'm sure I've done something wrong, but am not sure what. I've attached an imagine of what it looks like at the top of my page after I test to make things expand.
    Any thoughts? Thanks!

    On a flowable form, you don't have a page2 exactly. You keep putting everything on page1 and it automatically flows to the next page and the next page. Getting rid of an extra page requires looking in the hierarchy and delete everything on that page including the subform which you have to delete last. Sometimes it's really stubborn and I don't know enough about subforms to know why that is but maybe someone else will jump in to tell us both. You'll get a warning telling you that you are trying to delete the last subform on the page and just say ok.
    Now, if you already have a page 2 and stuff on it, open a blank, control all, then control C and paste all that stuff onto the blank, then delete everything off page2 and then delete page2. Go to the blank and repeat the copy process for everything there and paste it onto page one. It should flow over several pages depending on how many objects you have. Then you can close the blank and get rid of it. It's just an object holder while you get your original documents extra pages deleted.
    Like I said, I create a blank form, change the Page1 subform to "Flowed" and then save that as a LiveCycle template called "Flowable Layout" or something like that. Then I look at the form I need to make and decide if it needs to flow or not and use a static template for ones that don't and my flowable template for those that do. Knowing ahead of time that you'll need it to flow saves from laying out the form twice. So I just let it flow from top to bottom and set my pieces of layout into positioned subforms. Then it's also easy to show or hide the subforms as needed. I use alot of buttons (visible screen only) to show hidden subforms that aren't needed until someone selects that section. It's all just great fun......

  • Data printed incorrectly on the second page of smartform

    Hi all,
    I need to create a smartform where I have to print the header details at the start and then below that details for all line items for a particular document.
    so i have data ;ike :
    Header data :
    field 1 : field 2:
    Field3 : field4:
    field5: field6:
    Item data :
    field1 field2 field3 field4 --> Item 1
    field1 field2 field3 field4 -->Item 2
    field 1 field2 field3 field4 -->Item3
    For the Header data,Im planning to use a template in a secondary window.
    However for the item data,i need to use a table (As i know the no of records only at runtime).Also another reason for usng table would be that I dont need the header on each flloowing page but only the Line item details on the following pages.
    However I am facing an issue now:
    At the end of the first page,2 fields of the line item data are printing and the remaining 2 fields are printing on the next page BUT after the 1st row !
    Can anyone suggest why this is happening?

    probably a difference in height between the 2 columns of the left and of the right (check paragraph and character formats, cell margins, borders, etc.)

  • Report Server 10g - unexpected font change on second page of the report

    Hi all,
    I'm having a problem with Oracle Report server 10.1.2.3.0.
    It's sometimes using an unusual font (It think it looks like a Greek one).
    One example would be when a text overflow from page one to the second page it will change from Times New Roman to a "Greek" font and switches from bold to normal font it still happens in the same "Text" type item just on a new page. However when I update the text in the DB to a longer one so it flows through the whole second page to the 3rd page then it's using the correct font again.
    When I open the generated PDF file in a text editor I see an unusual value in one of the font settings "/BaseFont /#53#79#6D#62#6F#6C" when I edit it manually to the value taken from another occurrence of the "BaseFont" in the same file it helps and changes the font to the correct one.
    When I export the report to the PDF from report builder it's always using the correct font.
    The encoded font "/#53#79#6D#62#6F#6C" translates to: "Symbol"
    select CHR(TO_NUMBER('53','xx'))||CHR(TO_NUMBER('79','xx'))||CHR(TO_NUMBER('6D','xx'))||CHR(TO_NUMBER('62','xx'))||CHR(TO_NUMBER('6F','xx'))||CHR(TO_NUMBER('6C','xx')) from dual;
    The correct font is as expected "Times-Roman"
    I noticed that this happens only when HTML code is allowed in the Text/field. When I generate HTML version of the report I see after the page break and new table on the new page the following tag <font face="symbol">.  When I set Web Setting->"Contains HTML Tags" set to NO then font stays the same even after the page break.
    Did anyone experienced something similar?
    Thank you,
    Palo

    We have had this a few times before and there are 2 ways that most likley will fix this.
    If on mac close all adobe apps, do a find for all files with the .lst in their file name. Delete all you .lst files, they are font database files that go corrupt and will regenerate themselves when needed and usually a working copy.
    Close any multiple master fonts you have open in fontbook, and other utility such as Suitcase. Multiple master fonts will have a filename like "Kronos mm", and in the adobe illustrator type >> font menu i believe they have a different icon (possibly a mm) than the others {a(type 1), tt(true type), O (opentype)}
    Your problem is likely the 1st option, as the mm problem usually happens while editing the file, while the other is after you open the file. If you still have the problem, you then may have 2 different fonts sharing the same FOND ID number. Close as many fonts as you can, especially the one that looks like your wrong font.

  • Friends need help desperate-- Second page not printing from the beginning

    Hi Friends,
    I have a large layout whose main-section is 8.5x20 (Width&height) which has 2 frames each having 2 repeating frames and about 20 fields in each repeating frame. When I run the report it shows the report right, but when I print, it prints only the first half since the report is long. When I change the property of the second frame of 'Page break before' to 'yes' it prints the second frame on the second page but print it at the same position as it printed on the first, and top of second page is all blank. How do I make to print from the beginning of the second page. Need your help.
    Thanks
    Joe.

    Hello,
    Most of the times, these problem are solved by "enclosing" the "Repeating frames" in frames with "Vertical Eleasticity" set to "Variable"
    Regards

  • Flowing Field Problem on 2nd page

    Hi,
    I have created a form that contains both positioned and flowed fields. I have also set controllers to add and remove instances.  The particular problem I have is with a field that I have set to flowed and when it flows over to the second page the field shifts to the far left (in my original placement it is to the right side of the form).  Can anyone tell me how to keep this field placement in the same area on the second page?? 

    Absolutely.  I have attached it.
    I typed in some jibberish into the Actions & Statmenets/Questions fields so
    you can see what happens when the text flows onto page 2.  What I would
    really like to happen is to have the text in the Actions &
    Statements/Questions field to fall in the same location on page 2 as it is
    on page 1.....as you can see, it shifts to the left as it flows onto page 2.
    Any help you can give would be so greatly appreciated.  Lori

  • Create data merged document with data on every second page?

    Is it possible to create a data merged document with the variable data only on every second page?
    I have set up the pages with the variable data as a master page (on every odd page) with the text box and paragraph style all set up, and I have set 'override master page items' so the data can be placed, but InDesign seems to freeze up when I try to create the merged document?

    There should be no problem doing the merge with a two-page master and a two-page template document with fields only on one page (and off the top of my head there's no reason to move them off the master page if that's where you put them). I think the problem here is that rachrachm already has a file of 500 pages (based on another thread asking how to apply masters to every other page).
    It's potentially possible to simply place the data file (without the header row) as a text file and auto-flow through the master page frames (can't say for sure without seeing the files), or if the pages without the merge fields are the same just, remove all but the first two pages from the template and do the merge.
    As I metioned earlier, though, this is a very inefficient method of producing that sort of document. A true variable data print flow would be better (you'd need to find a commercial printer who can do it with your data file), or the home version would be to make one single page file for the static content, print 250 copies (plus a few extras, just in case), then make a single page merge template, do the merge, and print that on the back of the already printed pages, or as a separate page. It is immeasurably faster to print multiple copies of a document than it is to print a document that has multiple identical pages.

  • Empty space in first page if data flows to the next page

    Hello All,
    i have some windows after the main window and before the footer, like signature and two more.
    suppose the data in the main window flows to the second page, there is lot of blank space left in the first page as i am printing the signature window only after the main window.
    is it possible to avoid this space so that the first page is full with the main window data.
    Thank you
    Usha

    Hi Usha,
    Whatever i get from from question is like.. when your data in the main window is getting exceed then its flowing to next page.
    And you are printing the singnature window after main window.
    Do one thing take ur main window size as full page i mean whtever u r going to print in the signature window or other window after the main window this windows u define in your main window footer , By doing this what will happen that after your all main window data that your other windows will print and without space.
    Regards,
    Sanket

  • How to print main window data in second page without header

    hi friends.,,,,,,,,,,,,,,,,,,,,
    I am printing billing docu details in main window ,the data is coming in two pages but there is problem in printing as the tables is continuing in second page the line is not coming for the table for first row,space is also coming for second page for header .
    my issue is to remove space before printing table and line should come for the table for 1st row in second page.
    please help .
    thanks in  advance.

    Hi Raghukumar,
    1. For the line not coming on the top row of the second page, check if the rowtype u have used in the table has been given a border on the upper side.
    2.For the space issue in the second page, I assume you might have used only a single Page in your smartform and the same page is called again.Hence as per the main window size and length data will be displayed in all pages of the smartform.
    You may need to create a second page with the Main window length occupying the compete page so that data display starts from the top of the page. next Page attributes of the smartforms should be entered accordingly.
    Please try to elaborate your query to help us understand your issue.
    Regards,
    Rijuraj

  • Data not coming on second page of smartform

    Dear All,
    I am having a smartform . The smartform displays 7 items on first page 7 on next and so on. The problem is if there are total 10 items , the smartform is showing 7 items correctly on first page but showing only one item i.e 8th item on the second page. But it is showing the total in the footer correctly i.e total of all the  10 items .
    Please suggest wht can be the problem.
    I tried everything from my side but all in vain.
    Plz Suggest.
    Manik L Dhakate

    Hi,
    In the default setting, the next page is the page itself.
    If a page is processed (filled) and processing of the form is not finished yet (if not all texts or data
    are displayed), the system processes another page. The page used as next page can be
    determined statically during the form definition (Next page) or dynamically at runtime (manual
    page break).
    The new page is the static next page. If a new page is called by a manual page break with
    page specification within the main window (dynamic next page), the system processes this
    page.
    This page does not contain a main window and no static next page exists
    In a main window you display text and data, which can cover several pages (flow text). As soon
    as a main window is completely filled with text and data, the system continues displaying the text
    in the main window of the next page. It automatically triggers the page break

  • 2 master pages with table data flow

    Hi,
      My form got 2 master pages. Each master page will display atleast once in the output preview. First page displays table data which may or may not flow to the second page depending on the no.of records. But, the form will show both the master pages in pdf preview( even if the second master page is empty).
      Now, I have a field in the both the master pages which will show the total amount. Total amount field will have a value which should be displayed in the first page if the data doesn't flow to the second page. The total should display in the second page if data flows to the second page. Where can I write the condition and how will I know whether the form is flowing to the second page or not? I cannot write based on the pagecount because the output will always contain 2 pages.
    How will I know my table is flowing to the next page or not so that I will write my logic based on it.
    Thanks,
    kc

    Hello Dude,
    Try to find out the field of the table is in which page. If it is in page 2 so u can print the amount there.
    try this script
    for(var i = 0 ; i < xfa.host.numPages ; i++)  // loop uoto total number of pages
      var oFields = xfa.layout.pageContent(i, "field"); 
      totalfields   =  oFields.length;                    // gives the number of fields in a page
       flag=1;      
      for (var nNodeCount = 0; nNodeCount < z; nNodeCount++)  // loop through the fields
             if (oFields.item(nNodeCount).name == "find your table field")   // Here find for that field if it works print maount in that page
    Good Luck
    Regards,
    RAkesh

  • Is it possible to have a PDF form flow to a second page IF the user needs to type in a lot of information? ( Like a Word Doc would)

    Is it possible to have a PDF form flow to a second page IF the user needs to type in a lot of information? ( Like a Word Doc would)
    An automated second page.

    There are two approaches.
    If you wish to use AcroForm technology, then you would need to write a bunch of JavaScript to enable this.  It has been done, but it’s not trivial.
    If you wish to use XFA technology, then it can be setup to happen automatically.
    Be aware that in both cases, even though both technologies are part of the PDF standard, that the forms will only be usable in this manner in Adobe’s viewers as many others don’t support JavaScript or XFA.

  • Invoice Lines spill over to top of the second page

    Hi,
    I have a program that prints invoice and its lines. Looks like if there are too many lines that do not fit one page, it spills the lines on top of the second page rather than the space provided for lines.
    How can I correct this so that the line appears in the lines area of the invoice report rather than writes on top of the header on the second page.
    Thanks for help.
    Asgar

    The first (#4) is the Bookmarks Toolbar
    If you do not want the AVG toolbar then disable or uninstall that extension.
    See:
    * http://kb.mozillazine.org/Uninstalling_add-ons
    * http://kb.mozillazine.org/Uninstalling_toolbars
    * [[Troubleshooting extensions and themes]]

  • Print the the data in the second page

    Hi.
    In my report I have two repeating frames. I my layout editior i have the first one and then the second one. I want to print the second repeating frame from the first line of the second page onwards. I tried the properties of the repeating frame (page break before) and that works but it doesn't print from the begining of the page.
    How to print it from the begining. Any Suggestions.
    Thanks,
    Priyabrata

    Sorry, I assumed they were one above the other. If they are nested, then I see two possibilities ...
    1. the first repeating frame doesn't normally appear at the top of the page either. in this case, you need to anchor that frame to a frame for all the objects above it so it will move up.
    2. the space for the objects inside the first repeating frame is being reserved on subsequent pages. in this case, create a new frame around all the objects inside the first frame that are above the second frame. then anchor the second frame to that new one. alternatively, you could probably set the new frames vertically elasticity to variable.

Maybe you are looking for