Oracle reports and multiple pages

I am new the Oracle Reports and I am trying to generate a report that can continue to the another page. For instance, if my list of items exceeds the first page of the report, the remaining items will be printed on the next page. We can get it to continue to the next page, but the formatting of the following pages after the first page needs to be different. Currently, it is placing the remaining items in the same position as the first page. The remaining items should be further up the page.
In short, how do I generate 1 report with 2 different formats. All pages beside the 1st page will be the same.
Any guidance is appreciated.

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

Similar Messages

  • Print Multiple copies of report, and resetting Page number for each copy.

    Dear frnds!
    i am using developer 6i reports i have a problem.
    i want to Print Multiple copies of report, and resetting Page number for each copy" that is 4 copies of an invoice is required
    1 - for user copy
    2- gate copy
    3- accounts office
    4- office copy
    any body please tell me the solution "i am using oracle 9i and developer 6i"
    Thanx
    Ibrar

    Hi,
    I was wondering if you were able to get your multiple copies working? Below is what I have so far, just trying to get it to work before changing the actual template.
    <?for-each-group@section:R5542520/Pick_Slips_Detail_Lines_S3;PickSlipNumber_ID260?>
    <?variable@incontext:G1;R5542520/Pick_Slips_Detail_Lines_S3;PickSlipNumber_ID260?>
    <?for-each@section:xdoxslt:foreach_number($_XDOCTX,1,3,1)?>
    HEADER
    PSN: <?$G1/Pick_Slip_Number_Display_ID54?>
    PSN Detail: <?$G1/PickSlipNumber_ID260?>
    Page 1 of 3
    <?start:body?>
    BODY
    <?$G1/LineNumber_ID6?>
    <?end body?>
    FOOTER
    <?end for-each?>
    <?end for-each-group?>
    XML:
    <R5542520>
    <Pick_Slips_Detail_Lines_S24>
    <Header_Custom_Section_S24>
    <Pick_Slip_Number_Display_ID54>123456</Pick_Slip_Number_Display_ID54>
    <PickSlipNumber_ID260>123456</PickSlipNumber_ID260>

  • Oracle Reports - Distributing Multiple Reports in a Management Report

    Hi,
    I am new to Oracle Reports and would sincerely appreciate some guidance.
    Requirement.
    I plan on using Oracle Reports to write multiple reports containing Text, Graphs, Crosstabs, Tables etc. There are 3 developers and each will be developing a number of reports.
    At the end of each month, we need to run all the reports and publish it into a Management Report Pack.
    This Management Report Pack must contain a table of contents with the names of the different reports and page numbers. Each Report in the Report pack needs to have a header, footer and page number.
    The number of reports will change on a monthly basis so the page numbering will not be specific to a report.
    Summary,
    3 developers writing multiple reports
    All reports must be run and then printed out in a specific order.
    Table of Contents page with page numbering for each report.
    How can we do this with Oracle Reports?
    Is it possible, and if so, how?
    What is involved and what is required?
    Your assistance is highly appreciated.
    Thank you.

    You should be creating a universe using the table with filter utilizing a column which accepts a parameter value of language and shows the data in that specific language. This concept is already used in SAP standard audit universe which accepts language for any query and shows the data in that language.. The logic for the derived column for the table should look something like below Table.LANGUAGE = @Prompt(Select language)

  • Migration steps in oracle reports and forms

    Hi,
    I want to migrate oracle reports and oracle forms from its curent versions to 10G.
    current versions:
    Oracle Report : 2.5
    Oracle Forms : 4.5
    any help would be appreciated.....
    Thanks,
    Ganesh

    Hi,
    there is the forms upgrade center on OTN. There is a lot of information about upgrading of forms. ou can find it here: http://www.oracle.com/technology/products/forms/htdocs/upgrade/index.html.
    The way is (to my knowledge), go from 4.5 to 6i and then to 10g.
    On the page you also find a link for Oracle Reports.
    If you have more questions, I think you should ask your questions in the Forms Forum: Forms or in the Reports Forum: Reports There are the experts on the topic.
    Herald ten Dam
    http://htendam.wordpress.com

  • Report on Multiple pages.

    Hi to All,
    I want to print a report on Multiple pages.
    I want to print only one report but on different pages divided by CASE, LCO and AA.
    Example: for
    LCO: 2129 AA: 000759 only one record on page 1
    LCO: 2129 AA: 000729 only one record on page 2
    LCO: 3041 AA: 005163 page should have all 4 records displayed on one page 3
    and so on...
    currently I am doing this in a loop.
    The report is called from a form, in the form I have created a loop and for every record it calls the report by LCO and AA. But if the CASE has 50 different LCO and AA the user cannot exit until all 50 reports are displayed.
    all I want to pass is the CASE and request_type and the report then generates the details on multiple pages grouped by LCO and AA.
    Thanks to all.
    Habeeb
    Below is the query.
    Cenqr@PRD> SELECT opcode
      2              , case
      3              , docid
      4              , lco
      5              , aa
      6              , book_num
      7              , num_of_book
      8              , census_batchid  batchid
      9              , SUBSTR(boxid,1,8) || ' ' || SUBSTR(boxid,9,5) BOXID
    10              , request_date
    11     FROM cenqr.tbl_uni_cenqr
    12  WHERE case = 90002
    13        AND request_type = 'AR'
    14  ORDER BY boxid;
    OP CASE       DOCID                                LCO  AA     BOOK NUM_ BATCHID                              BOXID         
    31 90002      2129310007591301                     2129 000759 01   01   321290007590101                      ARMP0137 00038
    31 90002      2129310007292001                     2129 000729 01   01   321290007290101                      ARMP0356 00011
    60 90002      3041600051637201                     3041 005163 01   01   630410051630101                      ARMP0600 00006
    60 90002      3041600051637201                     3041 005163 98   98   630410051639898                      ARMP0638 00020
    60 90002      3041600051637201                     3041 005163 97   97   630410051639797                      ARMP0639 00002
    60 90002      3041600051637201                     3041 005163 99   99   630410051639999                      ARMP0640 00029
    74 90002      2718740021944801                     2718 002194 01   01   427180021940101                      FVAR0312 00032
    57 90002      20154949186118                       2441 000011           5701000020                           GQER0002 00013
    57 90002      20154944875146                       2441 000011           5701000007                           GQER0002 00013
    57 90002      20154944874116                       2441 000011           5701000007                           GQER0002 00013
    57 90002      20154944833172                       2441 000011           5701000020                           GQER0002 00013
    35 90002      2331350027180201                     2331 002718 01   01   3523310027180101                     GQVA0010 00001
    35 90002      2424350036429301                     2424 003642 01   01   3524240036420101                     GQVA0012 00005
    32 90002      30163213478401                       3016 001347      0001 30160013470001                       NRFU0304 00024
    32 90002      30163213478401                       3016 001347      0002 30160013470002                       NRFU0666 00015
    32 90002      30163213478401                       3016 001347      0003 30160013470003                       NRFU0666 00025
    32 90002      30163213478401                       3016 001347      0004 30160013470004                       NRFU0910 00008
    32 90002      32273216280801                       3227 001628      0004 32270016280004                       NRFU1208 00019
    32 90002      32273216280801                       3227 001628      0002 32270016280002                       NRFU1208 00019
    32 90002      32273216280801                       3227 001628      0003 32270016280003                       NRFU1208 00019
    32 90002      32273216280801                       3227 001628      0001 32270016280001                       NRFU1208 00019
    32 90002      27123212883701                       2712 001288      0001 27120012880001                       NRFU2690 00012
    32 90002      27123212893801                       2712 001289      0001 27120012890001                       NRFU2734 00004

    Thanks a lot,
    that really helped what I wanted, the users have requested one further change (display only) if not they are happy with what they have.
    example
    My report displays
                                 CASE: 00010
    LCO  AA        CODE    DOCID                       ETC ... ETC ....
    125  001225      32    123456789                   01
                     32    123456788                   01
                     32    123456777                   02
    They want
                                 CASE: 00010  LCO 125   AA 001225
    CODE    DOCID                       ETC ... ETC ....
      32    123456789                   01
      32    123456788                   01
      32    123456777                   02
    OR something like this
                                              CASE: 00010 
                                         LCO 125   AA 001225
    CODE    DOCID                       ETC ... ETC ....
      32    123456789                   01
      32    123456788                   01
      32    123456777                   02But case is not part of the repeating frame where as LCO and AA are, can I do this, I don't have to move LCO and AA out of the repeating frame can I do this inside the frame itself I mean arrange the LCO and AA on top and then the rest of the information.
    Thanks again
    Habeeb

  • More than one column retrieved in "report and form" page

    HELLO!
    let's see if anybody can help me with this... i'm sure it's a stupid problem but i really don't know how to solve it.
    when i create a new application with APEX, i want to add a "report and form" page. i select the table where de data is, and then click on add page. then i go to the page definition for the form that just has been created but there's no option for selecting more than one column as the link column...
    i mean, i want to show a report with all the columns from the table and then, by selecting one of them, the form should display that column but the problem is that the primary key of the table is formed by 6 columns and i always receive the "more than one column retrieved" message as it's trying to retrieve the information using only one column. is there any way to make the link column be composed by 6 or 7 columns??

    APEX can handle 2 primary key for one table (if you are using the automated fetch row and the automated process row).
    In your case, you'll have to create your own "fetch process (page rendering)" and "DML process (page processing)".
    Flex
    Homepage : http://www.insum.ca
    InSum Solutions' blog : http://insum-apex.blogspot.com

  • Difference between oracle reports and oracle report writer

    I would like to know the diffrence between oracle reports and oracle report writer.I would appreciate if i get more details of oracle report writer.
    Thanks
    Rajesh

    Hi;
    May I know the difference between Oracle reports and Oracle discovererDiscoverer vs. Oracle Reports
    http://businessintelligence.ittoolbox.com/documents/discoverer-vs-oracle-reports-17819
    http://www.oraclechamps.com/index.php?option=com_content&view=article&id=316:oracle-reports-vs-discoverer-difference-between-oracle-reports-6i-and-oracle-discoverer&catid=62:oracle-technical-documents&Itemid=104
    Discoverer Vs. Oracle Reports
    PS: Be notice here is oracle database related forum side. For your future issue please use Forum Home » E-Business Suite* forum side*
    Regard
    Helios

  • HP L7780 Printing - Two-sided and Multiple pages

    The HP L7780 printer is capable of printing two-sided pages and multiple pages per page (e.g. two-up on a single sheet). This works just fine with my WIndows XP systems, but not with my BRAND NEW Pro! I've installed the latest drivers from HP ... any help here?

    Is any of this helpful?
    http://tinyurl.com/b2kjco
    The URL above goes to ...
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c00874428&jumpid=otrecdoc/c01463616/en_us/c00874428/loc:2&custom_solutionid=rdc01463616&lc=en&dlc=en&cc=us

  • Urgentpls : How to find the Oracle reports and forms version in Unix prompt

    Hi,
    How to find the Oracle reports and forms version in Unix prompt.
    Please give the steps
    Thanks

    I need to check the version of Oracle forms and reportsExample :$ frmcmp.sh -h | head -1
    Forms 10.1 (Form Compiler) Version 10.1.2.0.2 (Production)
    $ rwrun.sh 2>/dev/null | head -2 | tail -1
    Report Builder: Release 10.1.2.0.2 - Production on Wed Mar 10 11:17:55 2010
    $

  • HTML DB  call Oracle Report and Print

    I have a PRING button on the HTML DB report. When the user click on this PRINT button it launches the oracle report location Portal Server in UNIX box. The report display in Lanscape format as I set it up. However, when I go to File/Print and click print. It print inf Portral. I tried depressly to make it print on page in lanscape format, but I was not success. Pleas help.

    This isn't really an APEX question and it's not that clear what you're wanting to acheive.
    However, have you tried choosing the landscape print format on your printer preferences via the File -> Print dialog?

  • Oracle Reports Security Settings page is blank--Urgent Please

    Hi All,
    When i click on "Oracle Reports Security Settings" under Administer tab and i'm getting a blank page. I didn't see any error messages.
    Pl. help.
    Thanks,
    Sapna

    Please refer to duplicate thread on the same topic at
    error getting value from collection to a date picker field

  • Oracle Reports Security Settings page is blank

    Hi All,
    When i click on "Oracle Reports Security Settings" under Administer tab and i'm getting a blank page. I didn't see any error messages.
    Pl. help.
    Thanks,
    Sapna

    Hi,
    Which version of portal are you using? Looks like it is a bug.
    Thanks,
    Sharmila

  • Calling Oracle Reports from WEB Pages(JSP)

    We are using Weblogic as the web server, Oracle 8i as the database and JSP(Java Server Pages) as the scripting language.
    We need reports to be invoked and displayed to the browser. Is it possible to invoke Oracle Reports 6i reports from JSP WEB pages and display the output to the browser? How can we do this and what are the additional s/w requirements, if any?
    null

    yes it is possible. There is a cgi script called viewreport.cgi. Have the jsp page call it (GET or POST method) and place the user parameters inside the form.

  • Multiple Oracle home and multiple Oracle database versions on same server?

    Hi all,
    I want to setup a test environment on single Windows XP server with an instance
    of Oracle 10g and Oracle 11g. How can I install both versions without problems?
    Thanks

    Hi,
    I am facing a problem on the same..
    below is the link to my thread.
    Multiple Oracle Home in Windows
    Please reply me how to solve this problem
    Thanks
    Bhavik Fuletra

  • Nested Tables and Multiple Pages

    Hi,
    I have a problem with nested tables that span multiple pages.
    Lets assume I want to create a list of orders. Each order contains several order items. As long as an order contains less order items than fit to one page the list is rendered correctly. But if an order contain more items all items that can´t be displayed at the first page are cut off.
    I´ve tried so many combinations of subforms with flow content and position content, subform sets and "Allow Page Breaks within Content" as well as Layout Property "Expand to fit" but nothing helped.
    Can someone tell me if and how I can achieve this. In the meantime I do work in Designer directly with a XML datasource. So I could send you the form and example data.
    I´m working with NW04 SP11 and Adobe Designer 6.0
    Best regards
    Helmut

    Hello Helmut,
    There are some limitations and bugs in your requirement.
    Please see the output after copying into notepad.
    1.Eventhough if you give overflow leader , the headers for item table will not repeat.it is a bug.this is not solved in designer 7.1 also.
    2.There are some accessibilty bugs in case of nested table.
    Please follow the below design in the hierachy tab.
    MainTable (subform)
          |---- Header (subform)
          |      |- Header texts for Main table   +
          |      |-     Text for nested table
          |---- DATA_main (subform)     
                 |-Main table fields
              |-ITEMDATA ( Table SUBFORM)  
                     |-Header (Subform)
                     |   |-ItemHeader texts
                     |-DATA_item (subform)
                        |-Item data fields     
    for DATA_main and DATA_item subforms, set repeat count MIN in binding tab.Set all flow content and allow page break with in the content.
    The output will appear in the following manner.
    <b>( Copy the below text into the notepad. )</b>
    <b>Order no.     text                 customer
                    Order items</b>
    =================================================================
    1             Computer             Mr. Smith
       <b>Order item no.     short text          quantity        price</b>  
        10                 PC Tower            1               400.00
        20                 LCD Display         1               200.00
        30                 Keyboard            1                15.00
        40                 Mouse               1                10.00
    2             Notebook             Mrs. Parker
       <b>Order item no.     short text          quantity        price</b>  
        10                 HP Notebook         1               600.00
        20                 Ext. hard drive     1                80.00
    let me know if u didnt get the solution.
    Thanks and Regards,
    Pavan Meda

Maybe you are looking for

  • Transfer pricing between the same plant

    Our multimational client has desired, transfer pricing between the profit centres. The profit centres have been designed as a combination of product lines and plant. My first query is that whether it is possible to have Transfer pricing in the same p

  • How can I get a count of the number of emails in my inbox folder (not just unread, but total) to display on the folder list?

    I use to have a count of the total number of emails in my inbox. This was listed next to "inbox" in my folder list. With the latest version, this is gone and I can't find anything in the settings that can bring back that feature. I can see the number

  • Year to date calculations

    Hi All, I am using Planning V11 I wanted to display YTD data on webforms. Now the data is loaded at the month level and there is a requirement to see the values for YTD aswell. I wanted to know the best practices around calculating YTD data in planni

  • Double click from OOALV Display to call relevant field transaction

    Hi, In program used the below code to dispaly ALV grid.      CALL METHOD OBJ_GRID_DETAIL->SET_TABLE_FOR_FIRST_DISPLAY         EXPORTING           IS_LAYOUT       = X_LAYOUT           IS_VARIANT      = X_VARIANT           I_SAVE          = 'A'        

  • Unicode to ASCII transform...

    I write a little class the transforma Unicode string into an ASCII one. it works good if i don't use char as ?, ?, ?, ?, ? and i dont'know how i can solve the problem. the code i write is this: [tt]public class Unicode2ASCII{   public static void mai