Printing report footer at bottom of last page

I have a problem with a report I am trying to rebuild - the report is the AR invoice, and requires a footer to be printed at the bottom of the last page. I can get it to come out on the last page, but not anchored to the bottom of it.
The previous version worked by using a format trigger on the footer and running the report twice, first time poplating a table with page numbers and then second time printing on the last page. This is horribly inefficient and time consuming.
Is there any way to get this to work in a single pass of the report?

Hello,
If you have access to metalink, you can use the example in the note :
Note.253881.1 How to Create a Report with a Frame Only on the Last Page at a Fixed Position:
Regards

Similar Messages

  • How to make report footer at bottom of a page

    Hi all,
    in my report footer section, I insert a sub report as summary for my main report, even I set  "print at bottom"  by section expert, the position of report footer is sometime at top when the current page is empty, and sometime at bottom when the current page has content.
    Thank you very much
    Clara

    Hi Clara, 
    If Crystal thinks the subreport is too large to show the subreport's first page on the current page it will force the subreport onto the next page. 
    Same as how inserting an image or tablle in Word, if Word cannot fit this object on the current page it will insert a page break and start the object on the new one. 
    Best suggestion is to remove as much unused sections and lines from the subreport.  Remove the Report Header and footer if the subreport is not using them.  In the main report, try to minimize the Page header and footer to free up more space on the page. 
    Good luck,
    Brian

  • Report Footer Appears in Middle of page

    My report has 4 page footers.  The Report Footer appears on the last page - but in the middle of page about the page footer.  I would like it at the bottom.  All help is welcomed.  Thank you!

    As per crystal design the report footer will be printed before page footer. So Try inserting one more page footer at last and move the objects from report footer to page footer and use the suppress condition for the last page footer section like this
    not onlastrecord
    Hope this helps!
    Raghavendra

  • Footer required only on last page of report -template uses @section context

    I have created a template that uses a tag - <?for-each@section:G_DELIVERY_ID?>. This is causing the Header and Footer to reset for each new Delivery ID. The template also has a last page only footer which I have added on the second page of template using <?start@last-page-first:body?> tag.
    When the XML data has two Delivery IDs with one page data for each. This gives a two page output as expected.
    The user requirement is that the last page only footer information in the template (on page 2) should be printed only on the last Delivery ID i.e. only once for the
    report, that too on the last page of last Delivery ID. Currently the footer is printed on both pages of the report i.e. for bothe Delivery IDs. How can I achieve this?

    Amit,
    Did you find a solution to this issue.
    Please advice what you have done to fix the issue.
    Padma.

  • How to print grandtotal in table footer only in the last page in SMARTFORMS

    Hello Experts,
    How do I print the GRANDTOTAL in the table footer only on the LAST PAGE in SMARTFORMS.
    What I have done is in the text element of CELL1 of the table footer i wrote the folowing logic but not working.
    /: IF &SFSY-PAGE& EQ &SFSY-FORMPAGES&.
    * V_SUM.
    /: ENDIF.
    I even tried this.
    /: IF &NEXT-PAGE& EQ 0.
    * V_SUM.
    /: ENDIF.
    but still it displays the grand total on all pages at table footer.
    How do i go for this experts.
    Regards,
    Ranjith N

    HI Nambiar,
    To print the grand total only on the last page then create the secondary window --> create the text node for the grand total -->In the condition tab check only after the end of the main window.
    This grand total will be displayed after all the items and end of the main window.
    Footer in the table displays as the subtotals i.e on every page total is displayed..
    Regards,
    Sravanthi

  • How we can use footer window in a last page?

    I m making SAP SCRIPT..
    How we can use footer window in a last page?

    Hi vikas,
    is it that you want to use footer window to be printed in last page...then do like this,
    command to be used:
    /: IF &NEXTPAGE& EQ 0
    whatever footer you want.
    /: ENDIF
    and go thru the link and revert back if any quiries r present..
    http://sapscriptcode.blogspot.com/2007/05/print-footer-notes-only-on-last-page.html
    pls reward if helps,
    regards.

  • Can't reach the print button on the bottom of the page

    When the page preview page appears, I can't reach the print button at the bottom of the page.

    To use AirPlay, you will need the following:
    iPhone  4s (or later), iPad 2 (or later), iPad mini, or iPod touch (5th generation)
    Apple TV (2nd or 3rd generation)
    AirPort Express
    Wi-Fi (802.11a/g/n) network

  • Printing Footer Only on the last page of adobe Form

    Hi Experts ,
    I have a requirement of printing text only on the last page of the adoe Forms.
    I know how to do this in Smart Forms , but being a novice in adobe forms i am unable to get the exact place to puth these conditions.
    Please reply ASAP.
    Thanks

    Thanks .
    Problem Solved.
    Here is the Code snippet in Formcalc language that i used in the intialize event
    var curpage  = $layout.page ( ref ( $ ) )
    var totpages = $layout.pageCount()
    if ( curpage ne totpages ) then
    $.presence = "hidden"
    endif

  • How to write a subform @ bottom of last page without reserving space for it

    Hello gurus,
    I have a small challenge for you guys :-):
    Iu2019m developing an adobe print form for an invoice and have to write a subform at the bottom of the page but only if it is the last page. Said like this the requirement doesnu2019t seem so special at all which I agree with you but, if add to the problem that I must not reserve a place (on master page) to it so I can minimize the paper loss and use the maximum space of the page for the invoice items/taxes etc (for the container) and only write the subform at bottom if it is available space left it turns the problem a little bit more complex, isnu2019t? If case there isnu2019t available space in the u201Ccurrentu201D last page to write it I should provoke a page-break to write it at bottom of the u201Crealu201D last page.
    Iu2019ve tried to put the subform on the master pages (FIRST and NEXT) overlapping the end of the correspondent containers and hide it for all the pages that werenu2019t the last one but in some cases the subform content is overlapping the invoice items.
    Do you have any suggestions how to achieve this?
    Thanks in advance.
    Regards,
    Alexandre

    I don´t have a working demo of that two master pages approach. Was just an idea and I wanted to know if it works.
    But I have one more, less experimental idea, which I have implemented some time back and am sure, it works.
    Follow me:
    - fill the data into the table (done automatically, of course, but a must for the event to work = pick event after you got the data into the table...) (not a real work)
    - count the number of lines (easy, piece of cake)
    - get the height of one row (easy, piece of cake)
    - compute how many pages are occupied by the table lines
    - compute how many lines are present on the last page
    - compute how many lines are needed to make the last page "full"
    - use the last number to compute a height of a blank subform (no content but has size), set the height, which will make the "footer" (the one we are talking about here) go to the bottom of the page
    Every needed reference is here:
    http://www.adobe.com/devnet/livecycle/articles/lc_designer_scripting_basics/lc_designer_scripting_basics.pdf
    http://help.adobe.com/en_US/livecycle/es/FormCalc.pdf
    Especially the last chapter of the JS reference.
    Regards Otto

  • Print text on back side of last page in sap script

    Hi All,
    In Script PO i have to print 'Terms and Conditions' text only on the back side of last page of the PO.
    Presently script contains two pages ( FIRST, NEXT).
    FIRST  with attributes :
       next page as  NEXT , Print mode T.
    NEXT  with attributes :
       next page as NEXT and print mode T
    Please help us in solving issue.
    Thanks and Regards
    Venkata Swamy

    Hi ,
    In Script PO i have to print 'Terms and Conditions' text only on the back side of last page of the PO.
    Presently script contains THREE pages ( FIRST, NEXT, TERMS).
    FIRST with attributes :
    next page as NEXT , Print mode T.
    NEXT with attributes :
    next page as NEXT and print mode T
    TERMS with attributes :
    next page as ' '.
    I Created 'TERMS AND CONDITION' window.For TERMS page i selected 'TERMS AND CONDITION' window only.
    So page window of 'TERMS'  is 'TERMS AND CONDITION'  and i included standard text in 'TERMS AND CONDITION' window.
    If PO contains 9 pages( that means MAIN WINDOW data flows up to 9th page with footer also ).
    So i have to print standard text(Terms and conditions) back side of 9th page only not on all pages.
    So total PO contians 9 pages with 10 prints.
    Please help to solve the issue
    Thanks and Regards
    Venkata swamy

  • Print User name at bottom of the page

    Used to be in Macintosh Manager, but has anyone found a way to be able to print a user's name at the bottom of each page they print.

    No automated way, although you could add a textbox to the bottom of your master slide(s)

  • Printing file name at bottom of the page

    how can i print file name at the bottom of every page in keynote ?

    No automated way, although you could add a textbox to the bottom of your master slide(s)

  • URGENT -- Printing reports adds extra spaces in between pages

    Hello Experts,
    I would like to ask for your help regarding printing from concurrent requests.
    I am currently having an issue with printing multiple pages from Oracle reports, both in text format and RTF/PDF formats.
    When I generate a multiple page report and print it directly from a concurrent request, print outs generate extra space after each page even though page size is indicated in the reports (all of them are in letter size).
    I have already tried editing the printer drivers both the actual driver config file and through the application but the results are still the same.
    This is very important since printing is done on continuous paper and continuous pre-printed forms
    Any ideas would be greatly appreciated.
    Regards,
    Jovelyn

    Please post the details of the application release, database version and OS.
    I would like to ask for your help regarding printing from concurrent requests.
    I am currently having an issue with printing multiple pages from Oracle reports, both in text format and RTF/PDF formats.
    When I generate a multiple page report and print it directly from a concurrent request, print outs generate extra space after each page even though page size is indicated in the reports (all of them are in letter size).What if you print the output file from the OS, can you reproduce the issue then?
    Troubleshooting (Printing) [ID 104528.1]
    An Extra Empty Page Is Printed at the End of Requests Output [ID 1011499.7]
    I have already tried editing the printer drivers both the actual driver config file and through the application but the results are still the same.Can you reproduce the issue with other printers?
    This is very important since printing is done on continuous paper and continuous pre-printed forms
    Any ideas would be greatly appreciated.If the issue is urgent, please log a SR.
    Thanks,
    Hussein

  • How do you stop the printer cropping off the bottom of a page when duplex printing?

    I've set my printer to borderless printing, and all other edges are ok, but the printer is not printing to the bottom edge. Is there anyway I can print duplex and right to the edge? I have a new HP officejet pro 8600
    Thanks

    Unfortunately this didn't help. The printer has been set up correctly for wireless printing (also I have a PC, not a Mac). I have all of the page settings set correctly. The problem is that I am trying to print documents (concert programs) that have a black border that goes right to the edge of the page. So when I set the printer to borderless printing, three of the borders print correctly (right to the egde), but the bottom of the page stops about 1 cm from the edge.
    Will it only be possible for me to print right to the bottom edge of a page if I remove the duplex attachment and only print single sided? If so that will be a big problem.

  • Place a subform at the bottom of Last page

    Dear all,
    I want a subform to come at the extreme bottom of the last page.Suppose in last page fields are upto middle of the page but the required subform should only come at extreme bottom of the page not to adjacent to the end of the fields.How can I do it?If any body can please help me.
    Thanks in Advance
    Rakesh

    Hi Rakesh,
    I am not quite sure what you are attempting to do. But here is something to think about:
    I think what you have is a flow subform and what happens here is all fields within will push up against each other. What you want to do is to enclose your subforms and fields within a position subform.
    In the hierarchy tab, you should see:
    Page (position content)
    flowSubForm (flow content)
    < some fields >
    positionSubForm (position content)
    < some fields >
    You should be able to position the 'positionSubForm' to the bottom of the page as long as the bounds of the 'Page' subform extends to the bottom of the page.
    John

Maybe you are looking for

  • Memory upgrade for Satellite P15: How to install it?

    Hello everyone, first time poster needing some help please.... My Satellite P15 has 512mb (2x256bm) ram installed and I'm looking to put 1gb ram into each of the two slots to bring it up to the maximum supported 2gb. At first I wasn't sure which sort

  • How do I use a USB WiFi dongle with a MacBook?

    I recently acquired a USB wifi dongle and downloaded the appropriate driver. When plugged into my MacBook it will connect to my Graphite Airport base station. I can even use Airport Admin Utility to change setting in the Graphite ABS with this USB do

  • Outlook not syncing with icloud on iphone

    outlook not syncing with icloud on iphone?

  • Why does the query work in SQL Developer, but not in APEX?

    Hi, guys: I have a silly question. I have a complicated query, and I tested it successfully with SQL developer, and result is correct. However, when I put it into APEX to generate a report, it always reports no data found. I also know the condition r

  • How to get safari back to top dies as home page

    On Safari when you first open it up in has the top sites as the first thing you see, but now it has the apple homepage as the first thing I see, How do I get it back yo normal?