Report Last Page Help

Hi,
Need help on printing. I need to print following line
"This is a computer generated statement and does not require signature" on last page of each policy.
Assume there are 5 member's policy statement of 2 page each. I need to print above line at the 2nd page of each member. Before next member policy statment starts.
Thanks
Dipesh

Hi,
I am sorry, i think i did not convey my problem properly.
Assume i am generating my report for 3 members. For each member data is streched, across multiple pages.
Name Pages
Member A 3
Member B 4
Member C 5
The statment "This is a computer generated statement and does not require signature" should get printed at 3rd page of Member A, 4th page of Member B and 5th page of Member C.
Incidentally, that happens last page of each member.

Similar Messages

  • END-OF-PAGE not displayed in the last page of the classical report.

    Hi all..
    The END-OF-PAGE is not displayed in the last page of the classical report.
    SY-LINCT value is 30.
    Lines displayed in the report per page is 24.
    [3 for TOP-OF-PAGE and 3 for END-OF-PAGE]
    My Internal table has 6942 records.
    It comes 289 pages with 24 records in a page and 290 th page with 6 records.
    The END-OF-PAGE is not coming for the 290 th page.
    Please help.
    Thank You.
    Karthi M R.

    There are multiple links in SDN on this subject; Please search,
    end-of-page

  • How can I print a label on the last page of the report in the margin

    I would like to display a label on my report but has to appear only on the last page of the report in the margin area or as a footer. I have tried using the solution below that I came across in this forum. This solution only worked if I put the label as a report trailer and not in the margin of the main section of report. The problem of putting the label as a report trailer is that it will only appear at the end of the report on it's own page, i.e. on a new page. I would like the label to appear at the end of the report, on the last page which has the other report details and not to appear on a new page on its own. Could you please help? Thanks.
    1. Create a dummy query, like
    select 1 dummy
    from dual
    2. Create a package spec:
    PACKAGE pkg_globals IS
    totalPages number(3);
    END;
    2. Create a repeating frame and field for this dummy at the end of the report layout.
    3. Create a format trigger for this frame:
    function R_1FormatTrigger return boolean is
    begin
    SRW.GET_PAGE_NUM(pkg_globals.totalPages);
    return (FALSE);
    end;
    4. Create a format trigger for your margin field:
    function F_1FormatTrigger return boolean is
    pagenum number;
    begin
    srw.get_page_num(pagenum);
    if pagenum = pkg_globals.totalPages then
    return (TRUE);
    else
    return (false);
    end if;
    end;

    user8655468 wrote:
    I would like to display a label on my report but has to appear only on the last page of the report in the margin areaCreate a fixed frame at the bottom of margin area and inside the frame put your label.
    set the frame print object on: Last page
    Hope this works..

  • How to remove header on last page of the report?

    I am working on a RTF template for PO report. This is the format of the rtf i have.
    <?start:body?>
    <?for-each@section:G_HEADERS?>
    All header fields
    <?for-each:G_LINES?>
    All Line Fields
    <?end for-each?> --Line End
    <?end for-each?> --Header End
    <?end body?>
    Give Section Break <Next Page>
    Terms and Condition should come here on a new page
    When I insert a section break for new page, the header that is on my 1st page of the template is repeating. Is there a way that I can stop the header from repeating on the last page? Please help me out with this issue.
    Thanks,
    Swetha

    Thanks jimr for the response. This solved my problem.
    The steps I followed are:
    Click on section2 header. click on 'Link to previous'button on the headers toolbar so the link between section1 and section2 is removed.
    Remove the header on the new page (section2). The header on the 1st page is retained while the header on the 2nd page is removed.
    Thanks,
    Swetha
    Message was edited by:
    Swetha

  • Printing terms and conditions for a report in last page

    Hi all,
    I am facing a problem in reports 6i, I have PO printing Report with layout to be printed in two pages first part will be printed with po details, and for every po number after printing all the details for that purchase order, in the last page i have to print terms and conditions can any one help me out
    Regards
    Vizith

    Hello,
    You should post also the report type (Tabular, Group..etc) you are trying to create also. Because without that like these type of requirement can not be suggested.
    I can only make guess that you are creating report as Group Above and group frame is for PO. Then just put your terms and conditions frame after the detail frame inside the group frame. Then it will print after completing the details for each PO.
    -Ammad

  • PO report: Problem in printing the last page

    Hi all,
    In my PO report, i need to print a table specifying 'continued' in every page and a table containing total amount in the last page for one PO. By using 'start@last-page-first:body' , i am getting the solution. But i also need to print 'Terms & Conditions' ( it is one page) in the last page after one PO. This is when i tried for one PO only. If i get the solution i need to try for multiple POs.
    And this terms & condition page should not count under total number of pages.
    Bit Urjent, can any one please help me
    Thanks in advance,
    Suresh

    Use following code to print terms and condition on last page of evey po
    <?for-each@section:G_HEADERS?>
    All header fields
    <?for-each:G_LINES?>
    All Line Fields
    <?end for-each?> --Line End
    Give Section Break <Next Page>
    <?start@last-page:body?><?end body?>
    PO Total Will Come here
    Give Section Break <Next Page>
    Terms and Condition will come here
    <?end for-each?> --Header End                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • How to Get last page number in report 10g

    I want to get last page number in report but Current page number found from srw.get_page_num(n)
    but i want to get last page number for conditional formating like this
    srw.get_page_num(current_page)=last_page
    pls help me how can get last page number;
    pls help;
    thanks in advanced;

    Hi,
    you can use the Property Print Object On for this.
    Regards
    Rainer

  • Fields only on the last page of a report

    Hello everybody,
    I have a report region1, the report can contain many records thus I will have to paginate it....
    In the same page, I must have another region2 with some fields on it, but theses fields must appear only on the last page of my report,
    I don't succed to find a condition to apply to region2 in order to make it appear only on the last page of the report region1.
    Any help on this ???

    place those fields outside the repeating frame.
    Draw another frame . Place repeating frame inside it. place those fieds in the outside frame at the end and runthe report

  • Displaying Footer on the Last Page of the report

    Hi Experts,
    We have a requirement to display footer on the last page of the report only.
    Could you please guide how to acheive this.
    Thanks in Advance,
    Cheers,
    Andy.

    Pls see this Blog.It may help you
    http://blogs.oracle.com/xmlpublisher/2007/03/30/
    Thx
    Rahul

  • Items must appear only on the last page of a report region

    Hello everybody,
    I have a report region1, the report can contain many records thus I will have to paginate it....
    In the same page, I must have another region2 with some fields on it, but theses fields must appear only on the last page of my report,
    I don't succed to find a condition to apply to region2 in order to make it appear only on the last page of the report region1.
    Any help on this ???

    Assuming you have other content, you could:
    set the Print Object On property to be last page.
    anchor it to the main content that repeats on every page, so this frame only prints after the other one is done
    Assign a format trigger where you make it display only if current page is equal to total number of pages
    create a trailer and move the frame there

  • Report builder - last page

    I have to print a field only on the last page; I was thinking
    to do this by making a condition in "print when" field. How can I
    determinate the last page? Anyone help me!
    thanks to all!

    Arr...! you used "Query Builder - Advanced". Then i can not
    promise you that this method can be work or not.
    i am used injection query to make the report. something like
    <cfreport template="report.cfr" format="PDF"
    query="MyQuery">
    this query contained result below:
    id item desp
    1 a aaaa
    2 b bbbb
    3 c cccc
    i am using "id" to store row number here. After that, i make
    a print condition in "print when" property field.
    for example: query.id eq 1 (if the id data type is char then
    '1' )
    Please check it out... ^^
    i had found that CFreport-builder always set the 1st row's
    "id" value in the last page.
    *Please take note that the id must be sort by ascending
    order, and the id for the 1st row must be a constant and unique
    value.
    *This is not a perfect solution because CF might print
    expected result on >1 page sometimes let say you have a large
    amount of data in last row :<

  • No Data on Last Page of Report

    Hi - I have a 3 page report in Crystal Reports for Visual Studio 2005. It is being rendered via a VB .NET web page that is using the CrystalReportViewer that has the page navigation buttons. Quite often (but not all the time) when you click the navigation buttons to go to the last page it has the text objects for the page but not any of the data fields. The data is completely blank.
    Sometimes when you navigate back to the second page and then go to the third page the data appears. Or some customers click the Print button and then they can see the data.
    The report was working well on an old clunky web server and I believe the problem started when we switched to a new web server. Is the new web server rendering too fast for Crystal or something?
    Any ideas to help view data on page 3 all of the time?

    Hi, Wendy;
    That is pretty strange. Have you ensured that the new server has updated Video drivers? Have you installed the latest service pack for Crystal Reports for .NET 2005?
    https://smpdl.sap-ag.de/~sapidp/012002523100006007872008E/crvs05sp1.exe
    Regards,
    Jonathan

  • Displaying Footer on last page of report

    Hi:
    Is there a way to display the footer only on the last page of a report? For example, if I have a three-page report, I need the footer to be displayed on the third page only. Any help would be greatly appreciated. Thank you kindly.
    Sincerely,
    Dinesh.

    Hi,
    Use the Syntax <?start@last-page:body?><?end body?> before the footer , if your template is facing any exception include a Section break in continuous (one of the Section break types) before the above mentioned syntax.
    Best Regards,
    Mahesh

  • Interactive Reports - First Page / Last Page Navigation

    Hi,
    I've been trying to implement the First Page / Last Page navigation on my interactive reports using the solution provided by Jari in the following thread:
    Column Alignment / Pagination in Interactive Reports
    My question is how do I calculate the report max rows to set the value of P1_MAX_ROWS per the following statement:
    'I have hidden item P1_MAX_ROWS where I count report max rows using Before Header Computation.'
    Thanks for the help,
    Mary

    Would you mind explaining this a little further, Jari?
    Do I have to determine the IR filter (via the APEX_APPLICATION_PAGE_IR_COND view) in order to create the SQL to calculate the max row count ? Or is it much simpler than that?
    Thanks,
    Mary
    Edited by: M L on Aug 4, 2010 5:30 PM

  • Retrieve and store the last page num. of a report created with the XML Publ

    The customer has the need to store the last page number of a report created using XML Publisher technology.
    This page number is to be recovered for reuse as a starting page number next to the launch of the report itself.
    The last page number would be stored in a custom table. The value passed through the procedure defined in AfterReport pkg.
    At the next launch of the report to retrieve the value of the last page of the previous launch BeforReport the procedure.
    Can you not retrieve the value when the report is processed?
    Now the customer has created a parameter in the report indicating the first page number to be included in the report itself.
    The customer has to remember when launching the report on the last page number of the previous launch.
    With Report Builder you can do it. But the new reports are made with R12 XML Publisher technology.
    Is there anyone who can give us a solution?
    thanks
    Antonella

    If you are new to BI Publisher then what I am going to suggest next may have not much sense.
    But, anyways I am sharing this idea with the rest of the community for their benefit.
    It is not impossible but requires some work. You will have to have total control of the document generation and process each step individually:
    - Process before report generation
    - Generate PDF
    - Count PDF pages
    - Process information of PDF pages
    In order for you to do this you will have to use BI Publisher APIs.
    xdocore.jar + Versioninfo.jar contain all you need. I just tested it myself.
    Thanks
    Jorge
    p.s if you consider your question answered then please mark my answer either as "Correct" or "Helpful"

Maybe you are looking for

  • 8 GB Nano vs 30 GB Video Ipod

    These are the same price. I'm trying to decide which to purchase. Are their any reasons other than size that I would choose the Nano over the Video Ipod with lots of storage?   Windows XP  

  • Rising latency=no Call of Duty

    Since last night , "ping" has been gradually rising, to the extent I am getting "kicked" from many punkbuster servers for too high ping rate.... I have interleaving off, and have raised my snr so errors or packet loss aren't a problem....this happene

  • Problem in compilation using Sun Studio 11

    Hello, We are migrating from a Solaris 8 to a Solaris 10 OS. At the same ttime we are also migrating from Ingres 2.6 to Ingres 2006. As a part of the creation of teh development environment, we are recompiling all the codes on teh new OS. WE have ins

  • Customer Account statement

    Hello,           Do we have any standard customer account statement in SAP AR. Nettem.

  • 'add row' in Modify Table greyed out?

    I've got a table (35 rows, two columns each with pics) in my web page that when I update it- I generally (in Layout view) go to Modify>Table>add row -- but now all the choices in this dropdown submenu have been greyed out, except the top one 'Select