Continued Header Display in Multiple pages

Hi All,
I am working on a print form. The requirement in body of the form is like this...
Header with 10 columns
Subsequent Items with 10 columns
The above Header and Item both are dynamic.  There may be multiple Headers and Multiple Items. I am able to display the multiple headers with multiple Items. But the problem is when the data flows to multiple pages and if the page break occurs then the line items flowed into next page should be followed by its header. I have achieved that. Now the header which is coming in the next page should come with concatenated value page contd.. in the second column of the header... What would be the possible way to achieve the same..
Regards,
Mohammed Shukoor.

Could you please eloborate the question. 
as per my understanding, you need an extra line to be appended when pagination occurs with the page value and contd...
Please let me know, if my understanding is right.
thanks
Rakesh.

Similar Messages

  • Dynamic table header/footer on multiple pages stay original

    hi experts,
    i've got a form with a dynamic table. this means that i have a footerrow with mapped information if it should be visible or not. so the table can have from 1 to 40 columns.
    i did some scripting in the table's initialize section:
    loop over count of colums and set the headerrow, row1 and footerrow elements for index x to hidden.
    everything works out fine BUT if the data spans over multiple pages the headerrow on pages 2 to last is original again. means that the hiding of cells is not effective any more. same with footerrow (but here its fine at last page and original at  page 1 to last -1).
    i tried to hide cells again in layout:ready section for the other instances of the headerrow.
    cells got hidden, but the still visible cells didnt relocate to the left (if i hide it, there should be no space between staying cells).
    can anyone please give me a hint what i am missing here?
    does anyone have a simple sample for this task? its all about the header/footer for multiple pages!
    thanks a lot!
    daapoo

    When the footer goes to the 2nd page the page subform is incremented so you will have to reference the page subform as well. I suggest that you add a button (this is for a test only) to the footer subform and add the code app.alert(this.somExpression). Now render the form and make sure the footer stays on one page. Hit the button and take note of the someExpression. Now add enough rows to force the footer to a new page. Hit th ebutton again and take note of the changed somExpression. So to solve your problem you will have to find out which page your footer is on. and then construct your expression to incorporate this chane in expression. Note that the indexes are 0 based but the page numbering is 1 based.
    Hope that helps
    Paul

  • Header displaying in each page

    Hi,
    I need  header details to be displayed in each page. These header details with line items are  placed in a table  in  main window. So when line items exceed to second page and so on  then i have to display header details in each page.
    Thanks in advance.
    Regards,
    Neelima.

    Hi Chetan Gala  ,
    Thanx for that its working but now format problem after  that
    I have  to display header details in Bold . I have made a paragraph format as BOLD  but now header line in first page displaying normally and in page 2 bold. How can display In all pages as Bold for header details
    Thank in Advance
    Regards,
    Neelima

  • Data retrieval displayed on multiple pages - Servlets

    I am using mysql database, JDBC and Servlets.
    Could anyone tell me the best way to display the data retrieved from the database in multiple pages. For example I have 215 records and I want the data displayed in several pages with 10 rows per page.
    I want something similar to these forum pages where I can move forward, back, first and last through the database.
    Thanks in advance

    Hans Bergsten's JSP book from O'Reilly has an example that manages that trick with JSTL. You should buy a copy and download the JSTL implementation from Jakarta and try it out. - MOD

  • How to display a multiple-page html file

    My program has a multiple-page help file, which is an html file, that I would like to display page by page.
    My code presently doesn't even display anything, even though I put my "help.html" into two places, where I have my .java files and where I have my project file. Here it is:
    try
            JDialog dialog = new JDialog(AnanyaCurves.this, true);
            dialog.setTitle("Ananya Curves Help");
            JEditorPane editorPane = new JEditorPane();
            editorPane.setEditable(false);
            java.net.URL helpURL = JFrame.class.getResource("help.html");
            editorPane.setPage(helpURL);
            dialog.getContentPane().add(editorPane);
            dialog.setLocationRelativeTo(AnanyaCurves.this);
            dialog.setVisible(true);
    catch (IOException e)
    }AnanyaCurves is my main class, which extends JFrame, and the code above is the code for the method of a JMenuItem.
    Please help with my help! Thanks a lot!

    Hi,
    BrigitAnanya wrote:
    My code presently doesn't even display anything, even though I put my "help.html" into two places, where I have my .java files and where I have my project file. It has to be where the CLASS files are.
    Here it is:
    java.net.URL helpURL = JFrame.class.getResource("help.html");
    This might be in the path where the JFrame.class file is.
    You should better use
             java.net.URL helpURL = YourMainClass.class.getResource("help.html");greetings
    Axel

  • Header row on multiple pages

    Hi All,
    Please could someone explain how to conditionally display the Header row on first and subsequent pages, but make it dependent on the body row. That is, if the output flows into the second page and there are line items to display on the second page, only then should the Header appear. If there are no line items for the second / subsequent page then the Header should be suppressed.
    I have had a look at form - F110_AVIS_INT - this form has the functionality mentioned above and doesn't use conditional breaks for the Header row - but I cant decipher how it works. Please advise.
    Kind regards,
    Arijit

    Hi Gaurav,
          I have a table and i want to table header to be repeated in subsequent pages but only till 2 pages the table header is visible from the 3rd page onwards the table header is not repeated.
    I have selected the Header Row in hierarchy and in Pagination tab for the header row i have checked the the check box Insert Header Row in Subsequent Pages.
    After selecting the checkbox also table header is repeated only in 2 pages and not repeated after the second page.
    My table hierarchy in form is :
    TableSubform
       Table
           HeaderRow
           Row1
    In your previous reply you have placed header in a separate subform and you have selected the body subform and in overflow leader you have selected the header subform to be repeated.
    In my scenario i selected the TableSubform and in Overflow Laader i selected HeaderRow and tried but it was not working.
    I am using Designer 8.0 and Acrobat Reader 8.0
    Can you please help me in solving this issue.
    Regards,
    Bala Baskaran.s
    Edited by: Bala Baskaran on Feb 18, 2009 11:11 AM

  • Help with header field on multiple pages

    I am trying to print three multiple page documents.  The first document in the dat file has data in a header comment field.  The last two documents in the dat file do not have data for the header comment field. On the form I have defined this comment field as global.  When I print the documents the first document comment is being printed on the last two documents that should not have comments.
    If I remove the global condition for the comment field, then the comment is only printed on the first page of the first multiple page document.  Is it possible to print the comment on each page of the first multiple page document and not print the comment on the documents that should not have a comment?  Thanks for any help.

    Got it. Thank you. I'm having one other problem though. I
    keep getting this bizare message every time i save or try to use
    the template:
    The is an error at line 41 column 7 (absolute position 2486)
    of "~pathandfilename.dwt": Nested editable regions
    The only thing at line 41 is the <body> tag. I took all
    the formating out to try to trim this out... any thoughts about
    this one.
    Thanks G

  • SSRS 2008 R2 report does not print the page header for a html content displaying on multiple pages

    Hi
    I need to display the html content from the database. The html content are quite long and can have content of 3-5 pages. Issue I  am facing is f the record has html content of 3-5 pages, then it does not print the page header (which is a separate tablix) on
    second page onwards.
    Nikesh Shah
    Nikesh Shah

    Hi Nikesh,
    According to your description, I’m not sure the meaning of Page header in your scenario. In Reporting Services, a page header that run along the top of each page, respectively. Headers can contain static text, images, lines, rectangles, borders, background
    color, background images, and expressions. But we couldn’t add tablix in the page header.
    If you are saying report header, a report header consists of the report items that are placed at the top of the report body on the report design surface. They appear only once as the first content in the report. So it cannot repeat in other pages.
    If you are saying tablix header, freezing column headers are different in table and matrix. For more details, please refer to the following thread:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/c8ddc1af-1bdf-4e72-8aab-0353c7cc848a/ssrs-report-freezing-row-and-column-while-scrolling-issue?forum=sqlreportingservices
    If there are any misunderstanding, please elaborate the issue for further investigation.
    Regards,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • How do I keep my header consistent on multiple pages, and only making changes in one spot?

    This is my first website in a number of years.  Could you point me to a tutorial to show me how I go about designing so that the header will stay consistant on each of my pages, but only having to make changes to my header in one spot.

    I agree with Murray's recommendation about Server-Side Includes.  I use them all the time and they are very efficient.
    http://www.smartwebby.com/web_site_design/server_side_includes.asp
    Some people like the consistency of DW Templates.  Basically, one template.dwt controls the layout, site wide headers, footers, menus, etc...   Editable regions are added to the main Template so you can add unique content to your child pages.
    http://www.smartwebby.com/web_site_design/dreamweaver_template.asp#1
    Nancy O.

  • Issue in displaying box in multiple pages of scripts

    Hi all,
    In my requirement i am getting the output in multiple pages . I am using ' BOX FRAME 30 TW' for getting the box .This box is getting only in first page but is not displaying in multiple pages.
    how can i achieve this?
    waiting for u r replies.
    Regards,
    Bhanu.R

    Hi Phani,
    The box you defined must be on the same page where you defined your first page.
    Always take a variable window to make it apper on multiple windows.
    First write perform for your box then call your main page.
    Much Regards,
    Amuktha.

  • Adobe forms-multiple pages display problem

    Hi All,
      I had a query regarding the display of multiple pages in adobe 5.5 version.
    I had data which suits in more than one page in adobe.But its displaying only the data in the first page.And it is displaying the empty second page also,but with no data.So any suggestions to solve this issue???

    Hi,
    version  5.5.1.280? It is version of Adobe Reader? If yes then you can't use this version for viewing of adobe forms (note 834573 - SAP Interactive Forms by Adobe: Acrobat/Reader version).
    Another suggestion: Is subform of your first Body Page flowed (tab Object->Subform, propertie Content)? If not then content of this Body Page can't dynamically grow.
    Check subforms of your Body Pages, especially tab Object->Pagination.
    Regards
    Michal

  • Orphan table header at bottom of page when page breaks a table across multiple pages

    Hi all,
    I think similar questions have been asked before but I have not found an answer.
    Here's the scenario:
    I have several dynamic tables in a dynamic form.  The layout is flowed, and everything can grow and shrink as needed.  That all works.
    However, my tables have headers.  Occasionally when one of these tables is large and needs to break across multiple pages, there will be just enough room at the bottom of the previous page to show the next table header, but not enough space to show any of the related table rows.  So it ends up looking silly, with just an orphaned header at the bottom of one page, and then the table continues on the next.
    I have my tables set up so that headers get repeated on subsequent pages, by setting the header row to "repeat row for each data item" on the binding tab.  I would like to keep that functionality, but I just want to find a way to avoid these "orphaned" table headers that sometimes appear.
    I have tried the "keep with next" option.  However, although this does push the rendering of the header to the next page, it seems that according to livecycle the table still officially began on the previous page.  Therefore I get a duplicate header because of the "repeat row for each data item" option.
    I have also tried having two header rows, one that is set to only be displayed on the initial page, and the other that is set to appear only on subsequent pages (pagination tab).  This did not work - I ended up with duplicate table headers.
    Can anyone help me?
    Thanks!

    You shouldn't have "repeat row for each data item" selected for header rows.
    You should have "include header row in initial page" and "include header row in subsequent pages" selected on the Pagination tab.
    Then using a "keep with next" might work ok.

  • How to make column heading in a table cross multiple pages

    I have a large table that crosses over to a second page.  I would like the column headings to be displayed on the second page.  Is this possible and how to do it?

    Heading rows are automatically cloned to table continuations.
    if you aren't seeing heading rows on subsequent pages (and you can tell because you can see them but you can't edit them there), the usual reason is that what appear to be heading rows on the first page are just body rows with heading paragraph formats.
    If all real heading rows have been deleted, it's usually easiest to just create a new table with heading rows and copy the content over.

  • Header displayed in the first page has to be removed.

    Hi Friends.
    I got a problem with smartforms.
    I have to display 2 internal tables in my main window.
    The 1st internal table is getting filled in the 1st page, now my header of the 2nd internal table is displayed even without a single line item in the 1st page.
    Now in the 2nd page both header and items are displayed.
    I need a Solution to avoid the 2nd internal table's header in the 1st page if not even a single item is displayed.
    please provide me a solution.
    Thanks and Regards,
    Mohanraj.N

    Hi,
        Go through the below link to get the Pagebreakes in the table node Create a folder node( u have Page Protection
    ) in Main Area of table node
    [[http://wiki.sdn.sap.com/wiki/display/ABAP/DifferencesbetweenSmartformsandSapscripts] ]
    [http://wiki.sdn.sap.com/wiki/display/ABAP/Pagebreakforaparticularnumberoflinesin+smartfoms]
    Regards,
    Vijaya Lakshmi.T

  • Scanning multiple pages in to a single continuous PDF

    I have recently purchased an HP ENVY 5530 wireless printer for use with my iPad using the HP AIO ('All In One') software app from the i-Store.
    I have a number of paper documents that I wish to scan in to electronic (PDF) format, most of which run in to multiple pages. However, each time I scan a page, the software creates a new PDF file, rather than one continuous electronic copy. I am finding this very frustrating as all I want is one single PDF file containing multiple pages.
    Have read various message boards, forums, FAQs, but can't find any answers so would really appreciate any help anyone can give.
    Thanks!

    Hi Manxie,
    Thank you for the update.
    I wonder if you are choosing to save after each page is scanned? If yes, that would be why each page is being created as a separate file. When you choose the add page icon and then confirm that you want to add a page (see screen shot below) it will return you to the preview/scan screen. I was able to scan 5 pages into one document this morning.
    Regards,
    Happytohelp01
    Please click on the Thumbs Up on the right to say “Thanks” for helping!
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    I work on behalf of HP

Maybe you are looking for