12 Vertical panels per page in oracle report 10g

Hi,
I need to create a report which is having 12 constant pages (12 logical pages). So i changed the Vertical panels per page of the reports main section to 12 (50 is max supported by oracle). And in the paper layout i have to drag the main repeating frame to 12th page (i.e from 1st page to 12th page). but it shows 10 pages in reports paper layout without margin. If i on the edit margin then it shows 12 pages. But if i on the edit margin i can able to drap the my frame. So any way to do that.
Pls help me to short out this.
Regrads
Balaji.M

Hi
Thanks for your suggestion.
However we have conluded the answer with my manager' help.
Here is how :
After spending many hours, finally we didi as below :
Develop Data model with relevent query.
Develop report laoyout using reportg wizard with 'No Template'(do not make manual layout).
Now select the very first outer frame and extend this frame to three or four pages as per requirement.
(Do not change any other layout coordinae values)
Now run the report, the report will give expected output.
-----------------

Similar Messages

  • Multi Page - Multi Layout  - Vertical panels per Page- Effect

    Hi
    I need to create a report which is having 4 pages - In the layout itself I need to design such way , first full page will be text -second page and third page will be with repeating frame . Fourth page will be with text.
    Example in Emp Table for each dept i need to print like below
    MY query is select empno, ename, job, dept from emp ( with group above Dept no, Job)
    And Lay out design as below :
    First Page - Only Dept no - with other predefined texts.
    Second Page & Third page - data will be printed (fetched) from repeating frame.
    Fourth page - Only Dept no - with other predefined texts.
    I need above report for all dept in emp table
    So i changed the Vertical panels per page of the reports main section to 4 . and size to 36 (4*9), but when I runt the report getting error
    REP-1814-Report Cannot be formatted,Object Horizontally and vertically can never fit witing R_G_JOB.
    Any help to fix this issue.
    Thanks in Advance .....
    Edited by: O.Developer on Feb 15, 2013 2:45 AM

    Hi
    Thanks for your suggestion.
    However we have conluded the answer with my manager' help.
    Here is how :
    After spending many hours, finally we didi as below :
    Develop Data model with relevent query.
    Develop report laoyout using reportg wizard with 'No Template'(do not make manual layout).
    Now select the very first outer frame and extend this frame to three or four pages as per requirement.
    (Do not change any other layout coordinae values)
    Now run the report, the report will give expected output.
    -----------------

  • Vertical Panel per page Problem for Form-type Reports

    I have a notification form-like report consists of 5 pages so I set the vertical panel to 5 (so when it prints, there are actually 5 physical pages, but 1 logical page in the reports builder). Some fields will expand, their datatype is BLOB. And when they expand, there are now 10 physical pages (even if the expansion is caused by a half-page-long data) some with blank pages. What I expect to happen is that there are 5 physical pages (as originally set) and additional pages (let's say another 1 page) for the expansion. But is this possible, that we can limit the number of vertical panels for the expansion? Can anyone help me please...?

    Has anybody experienced the same problem? Thanks in advance!

  • PRINTING BLANK PAGE IN ORACLE REPORTS 6I

    I am Printing statement on a double-sided stationary capable printer. To ensure that each new statement starts on a new physical paper, I need to add a blank page if the previous statement had an odd number of page size. How can I do that. Please Help.

    First, thanks for your response, but ...
    (1) I use this sentence in BeforeReport Trigger
    srw.run_report('report=ANA13F blankpages=no');
    and gives me the following error 'REP-1429:'beforereport':SRW.RUN_REPORT no puede ser llamado con lote=no' then I add a new parameter
    srw.run_report('report=ANA13F batch=yes blankpages=no');
    and then I get the following error 'REP-1428:'beforereport':Error al ejecutar SRW.RUN_REPORT'
    (2) In this case it doesn´t work because I set the global variable in a format trigger for frame M_1, which is inside panel 2 (1 vertical panel x 2 horizontal panels per page). With this value I try to hide Image_1 and Field_1 that are in the margin for the same panel. The first time it has to hide these objects it works for M_1 because of return(false) in the trigger and set the variable to NO, so the next pages appear blank as I want, but the in the first one only hides M_1, not Image_1 or Field_1. It seems I have to put the var in other place, but I don´t know where because it refers a field in M_1.
    Well, I don´t want to bother you, help as you can.
    Thanks anyway.

  • How to give no of lines per page in alv report

    hi
    could anybody tell me
    how to give no of lines per page in alv report
    i need bottom of page too
    if possible plz send the code too
    it ll be very helpful to me
    thanx
    kals.

    Hi,
    This is possible, using some of the events in the ALV.
    You could use AFTER_LINE_OUTPUT event and call you form after say, a certain line count is reached on the list output.
      MOVE 'AFTER_LINE_OUTPUT' TO gw_event-name.
      MOVE 'AFTER_LINE_OUTPUT' TO gw_event-form.
      APPEND gw_event TO gt_events.
      CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
           EXPORTING
                it_events                = gt_events[]
    and define the form for each event as follows - this would be a dynamic call by the ALV.
    *&      Form  after_line_output
    *       Form for the After Line Output Event in the internal table
    *      --> rs_lineinfo
    FORM after_line_output USING rs_lineinfo TYPE slis_lineinfo.
      IF sy-linno eq v_linno.          "Defaulted value for line count
        perform write_footer.
        NEW-PAGE.
      ENDIF.
    ENDFORM.                    " after_line_output
    For lines per page:
    rs_lineinfo-tabindex would give you the index of the current line in the list, which you could use to read the t_outtab table, and reduce the line count of items displayed on the earlier page.
    There are a few other events too, like BEFORE_LINE_OUTPUT and END_OF_LIST which you can use as required and print the data.
    Regards,
    Anil.

  • How to limit the no of records per page in crystal reports 2008

    I have to limit the number of records =10 per page in crystal reports 2008.
    Any help appreciated.

    Hi,
    1. Open the report in Design View
    2. Right click on the Details section and select Section Expert
    3. Make sure the Details section is selected in the Section Expert dialog box. goto paging tab
    Check the box that says u201CNew Page Afteru201D
    4. Click the formula editor button to the right of the checkbox.
    5. Enter the following formula
    if Remainder (RecordNumber, 10) = 0 then true else false
    6. Click Save and Close and then click OK.
    If you run the report it should break after each 10 rows.
    @Sri
    Edited by: Sri kamesh on Jun 22, 2011 1:50 PM

  • ORacle reports 10g conditional formatting

    ORacle reports 10g
    Trying to hide a txt field without losing the line
    If I hide the field depending on a condition, all lines below move up - I do not want this to happen
    Any suggestions ?
    XML is out of the question at this time on this report.

    If possible, change the vertical elasticity of the item to 'Fixed'. If it is not feasible, then do you have any other items on left or right of the hidden item, which you do not hide? If you enclose all the items (including the item which is in question) within a frame. And change the line color of the frame to transparent. Vertical elasticity as 'Variable'. If that is also not possible, then create a boilerplate text (type . there), next to the item. Change the color of the '.' to white and font size to 2. So it is not visible. When item is hidden, '.' will be there and lines wouldn't move up.
    Hope this helps.

  • Cofiguring & sending email with attachment from Oracle Report 10g

    I want to run report from Oracle 10g reports to be sent as email attachement to differnt people with their respective personal content.
    The first problem is to know how to configure Oracle reports 10g to be able to send output to email address.
    The second problem is to be able to route seperate pages of the report to seperate email address.
    Thanks to all.

    For configuring email for reports
    http://download-east.oracle.com/docs/cd/B14099_17/bi.1012/b14048/pbr_conf.htm#sthref472
    For sending the output to different mail id's you can use bursting and distribution feature of Oracle Reports. For details,
    http://download-east.oracle.com/docs/cd/B14099_17/bi.1012/b14048/pbr_dist.htm#i1007338

  • Issue with Oracle Report 10g output

    I want to generate text output in Oracle Reports 10g. I am using paper layout.Length of the fields want to print is 750. Each line is broken in the output after 120 characters length apporx. Please let me know if there is any way to print complete 750 characters.

    Sample output is coming as below :
    T2013 56600084112345                                                                                         FPWC
                                                                           955 OLD WILMINGTON RD                   FAYETTEVILLE
         CUMBERLAND                 NC28301                   00000001CONTACT TESING                          1234567890
                    00000001          I'
    I want it to be discplayed in single line instead of breaking.

  • Need help with Oracle reports 10g

    Hi
    we have a requirement in a oracle 10g application
    this application is on the unix server
    the requirement is such that the user must be able to print a report directly to the default printer
    when the user clicks on the button a report must be printed on the users default printer
    can u help us understand that how can we configure the local printer of the user on the unix server?

    hi, piyush9010
    Check this following link...
    Oracle reports 10g output directly to printer
    Oracle reports 10g output directly to printer
    Make your printer as shared printer then try.
    Use DESTYPE=PRINTER.
    http://qamarsyed.blogspot.com/2011/02/how-to-print-oracle-report-to-network.html
    http://docs.oracle.com/cd/E14571_01/bi.1111/b32121/pbr_cla005.htm#i637246
    Hope this helps
    If someone's response is helpful or correct, please mark it accordingly.

  • Can I use Oracle Reports 10g with Apps 11.5.10 version?

    Apps Version is 11.5.10
    Oracle Reports 10g is compatible with 11.5.10 or not?
    If Oracle Reports 6i is the only compatible version with 11.5.10 , from where I can download Oracle Reports 6i?
    Thanks in advance.

    Hi;
    As you said 6i should come with ebs, If they are not able to find it can we raise an SR to get/download oracle reports 6i?I still cant get what is reason of you need to install 6i spreatly? Anyway it comes by default installation. Its mean you have it already,if you havent you cant work wiht ebs nomore.
    In addition to EBSDBA post,Please see below great link which is posted by Hussein Sawwan
    rapidwiz options *<< Posted by Hussein Sawwan*
    Regard
    Helios

  • Oracle report 10g vs Oracle Forms 11g

    Hi,
    My application run on Oracle 10g with Oracle Forms&Report 10g
    I have to modify a report file which was saved by oracle report 11g.
    When I open the file with Oracle Report 10, I have the following warning : "Avertissement ! Ouverture d'un rapport enregistré avec une version plus récente. Risque de perte de fonctionnalité. Continuer ?" (translation : "The file opened was saved with a more recent version of Oracle Report. You may lose some information. Continue ?").
    What kind of information I may lose ?
    Can I modify my file on Oracle Report 11g and compile it in Oracle Report 10g ?
    Or
    Can I modify my file on Oracle Report 11g and compile it in Oracle Report 11g and run it on Oracle Report 10g ?
    Thanks a lot.
    Michel

    36368ccd-1921-478d-9716-f90da72c8ed6 wrote:
    What kind of information I may lose ?
    Can I modify my file on Oracle Report 11g and compile it in Oracle Report 10g ?
    Or
    Can I modify my file on Oracle Report 11g and compile it in Oracle Report 11g and run it on Oracle Report 10g ?
    Michel,
    Question 1 - the file will no longer be useable with Reports 10g - you will loose everything.
    Question 2 - No, newer versions of Oracle Forms and Reports are not backward compatible with older versions.
    Question 3 - No, see answer to question 2.
    Craig...

  • Migration from SQL Server Reporting Services to Oracle Reports 10g

    Hi,
    I have few reports which have been created using the Microsoft Sql Server Reporting Services.Now i want to create similar reports using Oracle Reports 10g.
    Will i need to start from scratch the creation or is there migration tool that would reduce the efforts for the same.
    Thanks in advance.

    Note there's a lot of useful info on sqldev's homepage (Learn More tab): migration docs and examples.
    Regards,
    K.

  • [Secure Configuration] Oracle Reports 10g Email Configuration...

    Hi Everyone,
    In oracle Reports 10g, we have an option of sending mail as an attachment using destype = mail and desname = [email protected] For this to happen we have to add the outgoing mail server name in the <report server>.conf file. Once we configure this setting, end-users can send any report to any mail-id. So, how to make an secured configuration so that they can send only those allowed reports?
    Note: We have already many reports which are already deployed. So we cant incorporate the validation or some logic within the each report.

    hello dsegard,
    Thanks for you help. I tried the way which you had said. I have incorporated the security tag in the conf file and included the XMLSecurity Project( Deployed the JAR file and done necessary configuration). Now, I dont know how to use it.
    Is there any alternative way for this? Is there any way that we can remove the default options provided by the Oracle Reports under the Destype?

  • How to Set a page as home page in Oracle portal 10g

    Hi,
    I have one doubt.
    How to set a page (Not Page group) as home page in Oracle portal 10g?
    whether it should be a HTML Portlet or some other?
    Thanks & Regards
    Suthan.Sathya

    Hi,
    Welcome to SDN
    By defining the Sort Sequence of Navigation Nodes, you can do this, check the links:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/92/3e703e632c7937e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/53/89503ede925441e10000000a114084/frameset.htm
    If you need more help, just ping back.
    Greetings,
    Praveen Gudapati
    p.s. Points are always welcome for helpful answers

Maybe you are looking for