Report - RTF layout issue

Hi,
I have done customization in Quote Print report using Reports 6i. I get the output appropriately if i select PDF format. But in RTF format, the last line of each page is not/partially displayed. Also the last character of each line is getting cut-off if it spans across entire line,(because the field/frame border line is overwriting the last character).
Please post your suggestions here on resolving the above issue.
Thanks.
Regards,
Ajith Gopinath

Play with changing your frames to have horizontal/vertical elasticity of variable. There is also a Metalink note that talks about some boilerplate being truncated (not sure if that applies to you). The note is 433464.1. It says to do that following:
1. Set the environment variable: REPORTS_ENABLE_RTF_SPACING=YES
2. From Reports Builder, for the text field giving the problem, go to Layout menu Format -> Text Spacing -> Custom -> Other = 1 pts.
Both steps must be performed.
The environment variable would also have to be done on the server you are deploying reports to.

Similar Messages

  • Dunning Report Print Layout Issue

    Hi
    I have a problem with the Dunning Report Print layout (Dunning All (system)). In the wizard I select all the Invoices (Which are over due and current) for the BP and sent to printer.
    In the print out all the due dates are mixed with the acctual Due dates.
    Acctuall Invoices
    Doc No.                  DOC Due            Level
    ======================================
    10000                     05.11.07              2
    10001                     25.02.08              1
    10002                     03.03.08              1
    10003                     03.04.08              0
    Print out
    Doc No.                  DOC Due            Level
    ======================================
    10000                     05.11.07              2
    10001                     03.03.08              1
    10002                     03.04.08              0
    10003                     25.02.08              1
    How can I fix this. This is coming from the System template and we havent change anything.
    Could you please help me.
    Thanks
    Sanjaya

    Hi
    I solved the problem. But the issue was when i ran the dunning wizard the layouts messed up. For example if I had a dunning letter with 3 lines (overdue documents). The last line would copy itself 4-6 times (it would show the last document 4-6times so the total lines in the dunning letter would be 7-9 lines). But I solve the issue. Somehow the attention person (which I got from the contact persons (ocrp) and not from the document contact person (oinv) ) did the issue. When i switch it to the oinv the issue was gone.
    kind regards
    Søren
    Edited by: Bundgaard Søren Hollænder on Jan 26, 2009 9:56 AM

  • Changing the Report - RTF layout

    Hi.
    I run the report output to RTF format. It works fine. But When I open with MS-Word the page layout is showing too small. I can't change layout anything from MS-WORD.
    What to do for viewing output of Report - 80x66 (letter size) page in MS-WORD in the same size.
    pls. help me.
    thanks in advance

    Hello Syed,
    I tried to reproduce your problem on Reports Builder 6i (6.0.8.22.0) and Reports Builder 9i (9.0.2.1.1). But in both cases, output of a report generated to RTF shows up with proper sizing in MS Word.
    If you are able to reproduce the problem with the latest patch, please provide a detailed description of the problem.
    Thanks,
    The Oracle Reports Team.

  • Reports 9i Layout Issue

    I am creating a report where the output needs to be one character per column. It would be like a paper form you fill out where you fill in your name, address, etc. one letter per "block" on the form.
    I select a JON_NUMBER that is VARCHAR2(5). Then I need to "separate" the JON_NUMBER into five individual "pieces" so I can fill the first character of the JON_NUMBER into the first field on the layout, the second character of athe JON_NUMBER in the the second field on the layout, etc.
    Of course, the "easiest" way is to SELECT substr(JON_NUMBER,1,1), substr(JON_NUMBER,2,1), etc. I prefer not to do it this way. There will be eighteen fields on the report that will ALL need to be handled in the same way, one character per column. That will make the SELECT statement quite cumbersome.
    Any suggestions on how to accomplish this?

    Hi
    You could create a function that inserts spaces between letters: "customer name" becomes "c u s t o m e r n a m e s".
    I you use the correct font/size, maybe you can make the fields fit in the holes...
    hth

  • Help: Report paper layout issue

    I am using Oracle 9i Reports builder for a paper report. When I use generate PDF file the output aligned properly to the center of the paper. When I send the output directly to printer, the output will be off set a bit and the look is not nice. Any suggestions?
    Thank you in advance.
    Jimmy

    flex on

  • Minor Layout Issue when Printing Invoices in Chrome (v20.0.1132.47)

    This is a relatively minor issue in the big scheme of things but a client of ours has reported a layout issue when bulk printing invoices in Chrome. It could be default browser behaviour which BC has no control over but I thought I’d submit it anyway.
    It occurs when you’re viewing the default Order Report (http://www.yourdomain.com/AdminConsole/#!/CRM/OrderList.aspx) in the BC v3 interface and you want to print invoices in bulk (see screenshot below).
    When you print invoices in bulk in Chrome they print on overlapping pages, as opposed to Firefox where each invoice will print on a separate page, which makes management much easier for our client. I’ve tried tinkering with the print settings inside of Chrome but I can seem to change it.
    Does anyone know a way around this or are we dealing with default browser behavior that is out of our hands?
    Cheers,
    Matt
    [email protected]

    Could someone assist please?
    I am having a similar problem.
    thanks

  • Layout issue while trying Migrate Oracle Report to XML publisher Reports

    Hi
    I am trying to Convert Seeded Oracle Reports (rdf) to BI Publisher reports, in doing so encounter layout issues. The layout of the RTF , PDF or HTML generated by BI Publisher is different form the text, PDF or HTML outputs generated by the concurrent report. The problem with the BI Publisher template and out put
    Is, the lay out is getting distorted .
    Steps to archive the migration :
    -     download the rdf from the server to local m/c.
    -     execute Forms 9i Util rwconverter to generate a xml
    -     use the oracle.apps.xdo.rdfparser.RTFTemplateGenerator API to generate a RTF template of the report layout
    -     Then use this template to generate a XSL via oracle.apps.xdo.template.RTFProcessor API
    -     The Apply the XSL on the XML data output of the report using oracle.apps.xdo.template.FOProcessor to generate RTF , PDF & HTML files.
    Name of the Report used for migration “FSG - Report Detail Listing” , responsibility GL super User. This was just a random report we picked-up for trial.
    The layout of these files seems to distorted than the layout of the original report output as generated by the rdf report.
    Pls suggest some means to resolve this or any pointers towards what causing this could be of help.
    -     Shudipto

    The process of "converting" an old Oracle Reports rdf into a BIP report is more akin to writing a brand new report in BIP than to what most people would consider a true conversion.
    The conversion routine outlined by Oracle just gives you a starting point for converting RDF layouts into BIP, and nothing more. In regards to the data define it does somewhat better generating your queries and XML layout (but honestly, that is the easy part), but even for the data define it will lose your formula columns as well as report triggers.
    I have used the converter on several dozen rdf files and I have yet to see one that is better than 10-20% ready for use after the conversion process.
    I would strongly suggest that you only convert the reports that you have to convert (for enhancements, modifications, etc). If it ain't broke in old Oracle Reports, dont' try to fix it in BIP.
    Scott

  • Report XML output fail to load into .RTF layout [EBS r12]

    Hi,
    In EBS r12, we have requirement to have a standard report output in excel.
    I got the report's xml output to create the xml template (.RTF layout) using BI Publisher.
    I created the .RTF layout and it works fine on my laptop using Bi Publisher.. the xml loads into it and i can preview xml data on layout with all format (Excel, PDF...)
    I uploaded the layout to EBS, and assigned it to the standard report.
    I changed standard report out put to XML
    When i go to submit report request, the template is assigned with report and everything seems correct.
    [See screen shot: http://img35.imageshack.us/i/xmlt.jpg/]
    But after i run the report.
    The report is Completed with Warning status.. and output is only XML with Error message :
    This XML file does not appear to have any style information associated with it. The document tree is shown below.
    The Log file says :
    Executing request completion options...
    ------------- 1) PUBLISH -------------
    Beginning post-processing of request 2350601 on node CLONE at 13-APR-2011 09:03:47.
    Post-processing of request 2350601 failed at 13-APR-2011 09:03:48 with the error message:
    One or more post-processing actions failed. Consult the OPP service log for details.
    ------------- 2) PRINT   -------------
    Not printing the output of this request because post-processing failed.
    Finished executing request completion options.
    Why this is happening ? i have done this many times with other standard reports and it worked fine.
    Please advise.
    Standard Report: Supplier Aging Report
    EBS : 12.1.1

    please check the log file and post the output here
    How to find OPP log file?
    To investigate on XML issues or other publishing problems, often the OPP logfile is needed.
    OPP stands for Output Post Processor. Below are the steps to find log file
    1. Login to the application as SYSADMIN
    2. Responsibility: System Administrator
    3. Function: Concurrent --> Manager --> Administration
    4. Select the Output Post Processor
    5. Click on the Processes button
    6. Select the Concurrent Process which was active during the time that the request ran
    7. Click on the Manager Log button to open the Output Post Processor log file

  • 11gR2- pdf report layout issue in chrome browser

    hi,
    We are using 11gR2(11.1.2) forms and reports,when we run reports as pdf in chrome browser it has layout issues, spacing,no data etc, but the same reports works fine on internet explorer 8.
    Is there any settings required in chrome browser, or report server?, please help with this issue.

    Did you ever solve this problem? I have the same problem... In IE it centers the report in the ReportViewer control but in Google Chrome the ReportViewer shows the report to the left... Left aligned.... What is the fix for this? Mike in Los Angeles, California,
    USA

  • More Columns in RTF Layout

    Hi,
    I have more colums on rtf template how to manage with more colums like 50 colums in the layout, and pls let me know wht is the maximum number of columns the word RTF Layout supports pls answer ...thanku

    hi all,
    im getting the problem while generating the XML Code using Concurrent prob, it is generating the code as follows
    <?xml version="1.0" ?>
    - <!-- Generated by Oracle Reports version 6.0.8.27.0
    -->
    - <XXX_XXX__POREPORTL>
    - <LIST_G_INIT_INFO>
    - <G_INIT_INFO>
    <MANUAL_PO_NUM_TYPE>NUMERIC</MANUAL_PO_NUM_TYPE>
    <C_COMPANY>ABC</C_COMPANY>
    <C_ORGANIZATION_ID>468</C_ORGANIZATION_ID>
    <BASE_CURRENCY_CODE>EUR</BASE_CURRENCY_CODE>
    <STRUCTURE_ACC>101</STRUCTURE_ACC>
    <STRUCTURE_CAT>201</STRUCTURE_CAT>
    <C_CATEGORY_SET_ID>6</C_CATEGORY_SET_ID>
    <C_YES>Yes</C_YES>
    <C_NO>No</C_NO>
    <LIST_G_HEADERS />
    </G_INIT_INFO>
    </LIST_G_INIT_INFO>
    <WHERE_CLAUSE>AND 1=1</WHERE_CLAUSE>
    <PO_NUM_TYPE>NUMERIC</PO_NUM_TYPE>
    <ORGANIZATION_ID>4684</ORGANIZATION_ID>
    <C_ARCHIVE_SUCCEED>1</C_ARCHIVE_SUCCEED>
    <C_MARGIN_FIELD />
    <C_EC_WHERE_CLAUSE>AND NOT EXISTS (SELECT 'X' from ECE_TP_DETAILS ETD, ECE_TP_HEADERS ETH, PO_VENDOR_SITES E_PVS WHERE E_PVS.VENDOR_SITE_ID = POH.VENDOR_SITE_ID AND ETH.TP_HEADER_ID = E_PVS.TP_HEADER_ID AND ETD.TP_HEADER_ID = ETH.TP_HEADER_ID AND ETD.EDI_FLAG = 'Y' AND ETD.DOCUMENT_ID = 'POO' AND ETD.DOCUMENT_TYPE = POH.PO_TYPE )</C_EC_WHERE_CLAUSE>
    <CS_1 />
    <CS_2 />
    </XXX_XXX_POREPORT>
    can any body answer for this, why it is gemerating <C_EC_WHERE_CLAUSE> instead of all the XML ...and pls let me know if there is any other way ..but in RDF i have
    SRW.USER_EXIT('FND SRWINIT');
    SRW.USER_EXIT('FND FLEXSQL CODE ="MSTK"
    OUTPUT =":P_FLEX_ITEM"
    APPL_SHORT_NAME="INV"
    MODE ="SELECT"
    DISPLAY ="ALL"
    NUM ="101"
    TABLEALIAS ="MSI"');
    srw.user_exit('FND INSTALLATION OUTPUT_TYPE="STATUS"
    OUTPUT_FIELD=":P_EC_STATUS"
    APPS="EC"');
    srw.message(....) some thing
    for this how can i use the Reports 6i for generating the XML pls ..pls can any body answer....
    Thanks,
    Rad

  • XML report rtf preview error

    Hi
    I have created a rtf layout for my excel report with xml tags.
    I have loaded the xml data and tried to view the preview data but i am getting the following error.
    Windows cannot find 'C:\PROGRA~1\Oracle\XML'.Make sure you typed the
    name correctly, and then try again. To search for a file, click the
    start button and then click Search
    Could any one please help me.
    Thanks,
    Malla

    Malla,
    You mean path,do i need to copy the rtf and xml files to that folderIf the files are not in that directory, copy it and check then.
    When you load the XML data, you should see the browse window and select the file, so is this what you are doing?
    Do you get the "Data loaded successfully" message?
    You may also review this tutorial and verify the steps.
    Creating Reports in Oracle E-Business Suite Using XML Publisher
    http://www.oracle.com/technology/obe/obe_bi/xmlp_ebiz/index.html
    Regards,
    Hussein

  • How should I report forum performance issues?

    The forums rely heavily on the caching features of browsers to improve the speed of page rendering. Performance of these forums should greatly improve after a few pages because more and more of the images, css and javascript is cached in the browser. As a consequence, when reporting forums performance issues the report should include some information on the state of the browser cache to determine whether the issue is a browser issue or a server issue. Such detailed information is generally not available from just watching the browser screen, but needs to come from specialized tools such as performance monitor plugins and recording proxies.
    The preferred report method for performance issues is to use the speed reporting features build into or available as a plugin for a browser for both the page you want to report a problem with and several refence pages in the site. Detailed instructions are listed below separated out for different browsers. If possible, please use Firefox for submitting the report because it provides an export format that can be read back electronically.
    Known performance issues
    The performance issues with any screen with a Rich Text Editor, such as the Reply window and the compose Private Message window have been acknowleged and improvements are being implemented.
    Mozilla Firefox (preferred)
    Warning: it is currently not recommended to generate a speed report when logged in. The speed report has enough detail for somebody else to hijack your session and impersonate you on the forums. If you really must report while logged in, make sure you log out your browser after generating the speed report and wait at least 4 hours before posting.
    Install the Firebug plugin
    Install the NetExport 0.6 extension for Firebug
    Enable all Firebug panels
    Switch to the "Net" panel in Firebug
    Click on this link
    Export the data from the Firebug Net panel
    Click on this link
    Export the data from the Firebug Net panel
    Browse to the page where you are experiencing the performance problem.
    Export the data from the Firebug Net panel
    Click on this link
    Export the data from the Firebug Net panel
    Click on this link
    Export the data from the Firebug Net panel
    Browse to the page where you are experiencing the performance problem.
    Export the data from the Firebug Net panel
    When you report a performance problem please attach the 6 exports from the Firebug Net panel and an explanation of how you are experiencing the issues (for instance how much slower it is then normal) and include a description of your internet connection (dial-up, dsl, cable etc.) and the country from where you are connecting. If you have non-standard tweaks to your Firefox configuration (such as pipelining enabled) or are running any plugins please include that information in your report as well.
    Google Chrome
    Open the Developer Tools (Ctrl-Shift-J)
    Navigate to the resources tab
    Enable resource tracking.
    Click on this link
    Export the resource loading data.
    Reset the data by disabling and enabling resource tracking
    Click on this link
    Export the data
    Reset the data by disabling and enabling resource tracking
    Navigate to the page where you experience the performance problem
    Export the data
    Reset the data by disabling and enabling resource tracking
    Click on this link
    Export the data
    Reset the data by disabling and enabling resource tracking
    Click on this link
    Export the data
    Reset the data by disabling and enabling resource tracking
    Navigate to the page where you experience the performance problem
    Export the data
    Since Google Chrome does not have an export format for the Resource Tracking information best current practice is to take a screenshot and note the hover details for any resource with a tail that is longer then 25% of the total load time. When you report a performance problem please attach the screenshots and an explanation of how you are experiencing the issues (for instance how much slower it is then normal)  and include a description of your internet connection (dial-up, dsl, cable etc.) and the country from where you are connecting.
    Apple Safari
    The Apple Safari Web Inspector has a Resources panel similar to the Resources panel in the Google Chrome developer tools.To get there, follow these steps:
    Show the menu bar.
    Go to preferences
    Go to the Advanced Tab
    Check “Show  Develop menu in menu bar”.
    From the Develop menu select “Show Web  Inspector”. 
    Collecting the performance information and exporting works exactly the same as in Google Chrome. Please refer to the instructions for Google Chrome.
    Microsoft Internet Explorer
    IE does not have native features to analyze web traffic. No plugins have been found that produce the required information (please let us know if we missed any). For now, please reproduce the issue with Firefox, Chrome or Safari.
    Please note that due to the reliance on Javascript for the interactive effects the performance of these forums will be much better on MS IE 8 then on previous versions of MS IE.

    Hi
    It works, check once again...
    regards
    Swami

  • Adding a Crystal Report (report or layout) in a specific menu location

    Hi,
    i want to import a CR Report through SDK.
    I found an example in the sdk help center. You can find it searching 'Adding a Crystal Report (report or layout)'.
    It works but going in the Report and layout manager i find it under 'Lost Reports'.
    i cannot find a way to specify the MENU LOCATION just like the Import Wizard allows.
    Can anyone help me?
    Thanks
    Paolo

    hi how you solve this??

  • Delete Crystal Report Design in Report and Layout Manager

    Hi All
    How to permanently delete a customised Crystal Report Design imported in Report and Layout Manager?
    There is no Delete button at all unlike Form Design?
    Kedalene Chong

    Hi Nagarajan
    Please see image attached, already login as superuser but there is no Delete button for imported Crystal Report Design in Report and Layout Manager.

  • Report and Layout Import Wizard does not work

    We used the Report and Layout Import Wizard extensively in 8.80 with no problems encountered.
    We are now upgraded to 8.81 PL07.  This is the first attempt at using the wizard in 8.81.  The intro window of the wizard, with 'To Start, use the "Next" button' message is as far as I can get.  The "Next" and "Cancel" buttons are inoperative - when I click them, there is no response (but they are not greyed out).  The program has not crashed - I can move the window, and the "X" close button at top right works, but nothing else does.  I am logged in as a superuser, running B1 in an RDP session on the server, same as under 8.80.
    Any ideas out there?

    Hi,
    This is a 8.81 PL07 bug!
    I had the same problem this week, and i found the note [1615932 - Buttons "Cancel" and "Next" are inactive in Report and layout import wizard window], that says that it is corrected on PL08!
    Regards,
    Alice

Maybe you are looking for

  • Berkeley Xml 2.4.13 works on Tomcat but not on Glassfish

    I recently upgraded my web app to using the latest version of Berkeley Xml from 2.3. The old version worked fine on both glassfish and tomcat java servers. When I upgraded and made the necessary modifications to my app I could not get it to work on g

  • VMWare doesn't start after kernel update

    Hello, I've just updated my kernel to 3.10.0-997-generic. After that VMWare Player doesn't start anymore. I've tried to run patches and different solutions I found in google, but it didn't worked yet. This is the log of my last attempt. Thanks in adv

  • Wallpaper animation problem

    i have N72 nokia phone. in Image & Video it shows a wallpaper with proper animation but when i set it as a wallpaper in front then no animation view. pls.help me. thanks

  • Execute program in background(Scheduled)

    Hi guyz I want to execute a program on every last friday of the month. It should be scheduled automatically in back ground with out any manual interruption. Is there any way i can do that? Thanks

  • LP10 and MB1A simultaneously

    Hi,      I am using the WM PP interface to stage via pick parts. Is there a way to have the LP10 staging TO confirmation to trigger the MB1A 261 behind the scenes. Right now I need to do the LP10, then I need to confirm the TO with the actual batch w