Print a report on doc format truncate data

hi
I have a report launching with a form in an oracle applications, when I print a report on pdf format looks ok
but when I print the same report on doc format truncate data on left and right side.
Can you help me
thanks

Hi Herbe
Reports does not support .doc format. Are you referring .rtf format?
In any case, you must contact Oracle Support to get the issue resolved.
Regards
Sripathy

Similar Messages

  • Generating reports in .doc format (Word Document) using Java POI - HWPF

    Hi
    Can anybody help me how to generate the report in .doc format using POI API?
    Please share the sample code, if you have.
    Thanks in Advance
    Dhilip

    Hi,
    I dont think that your requirement has to do with ADF capabilities.
    You want to edit a word document with JAVA. For that reason, you will need an API, as the suggestions above.
    You can do it without ADF and by using standard JAVA and the API of your choice. a static void main will do for that matter.
    ADF comes into the game when you want to handle the document with your ADF application.
    This means that you either want to get your new data to be placed on your doc from BC or any other DataControl or you want to do something else with ADF..
    My guess is that you want to get data from ADF into your Doc.
    You could create an API on handling your Doc and then use it into your ADF application.
    Regards,
    Dimitris.

  • SQL Plus command to print a report in Landscape format

    Hi,
    what is the SQL Plus command to print a report in Landscape format?

    841731 wrote:
    Hi,
    what is the SQL Plus command to print a report in Landscape format?SQLPlus doesn't print, and it doesn't know about 'landscape' vs. 'portrait' any more than it knows about fonts. the only 'formatting' it knows is line size, page size. And all it does with line size is know where to insert a CR/LF pair (windows) or a CR (*nix). The only thing it knows to do with page size is repeat column headers.
    The rest is up to whatever application you use to open the pure asciii text spool file.

  • How to remove Pagebreak while printing a Report in Html format

    Hi there,
    I am printing the Report Output as HTML format and I need to avoid pagebreaks ... Is there any way to avoid.
    I did tried PAGESTREAM ... but it prints the next page in a separate file ...
    Can anyone give a solution for this !!!
    TIA
    Vaithy. S

    hello,
    when you use the output-format HTML or HTMLCSS, oracle reports creates a representation of the layout as it would be created on paper in these formats; therefore there are pagebreaks.
    there is no way to switch them off.
    regards,
    the oracle reports team --pw                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Printer Status Report

    Printer: HP Photosmart 5515 on the label (but HP Photosmart 5510d B111h on the Printer Status Report).
    Operating system: Win 7
    Why does item 25 in my Printer Status Report show incorrect "Ink Install" dates? Depending on the colour, the date of installation of each ink cartridge is given as four or five days earlier than the actual date of replacement.  I would have thought that the date would be exactly as per my desktop computer to which the printer is connected via a USB cable.
    The printer is less than one year old and has given the incorrect dates from the moment the original set-up cartridges were replaced.

    HI LincsP,
    You are correct that the dates should in fact change and show the exact dates. This will not affect your ability to print or print quality at all. It may have something to do with you needing a product update. You can click here to find out how to check for a product update on your printer. 
    When it's time to change a cartridge next time print the Status report before you replace it and then again right after you replace it. If the same thing happens please scan the sheets and attach them to this thread for me to look at. 
    Let us know what happens.
    If I helped you at all it would be great if you clicked the blue kudos star!
    If I solved your post please mark it as solved to help others.
    I'm a printer tech with HP.

  • How to print a report in landscape mode?

    Hello everybody,
    I have a task where in i need to print a report in LANSCAPE format.
    I have tried to print the report output but i could not found an option to set LANDSCAPE mode and also how to change the font size.
    Can anybody suggest me the approach?
    Helpful answers will surely be rewarded.
    Thanks in advance.
    Sanghamitra.

    Hi
    If you are using the command MEW-PAGE PRINT ON
    then we can give this layout options
    like
    NEW-PAGE PRINT ON
    DESTINATION <printer name>
    immediately 'X'
    KEEP IN SPOOL 'X'
    LAYOUT 'X_65_132'  (OR X_65_255)
    RECEIVER SY-UNAME
    NO-DISPLAY.
    OTHERWISE WHEN YOU SELECT THE PRINTER
    IN THE PRINTER PROPERTIES/SETTINGS BASICS-> PAPER
    you will have this facility to select LANGSCAPE/PORTRAIT
    use that and print
    Reward points for useful Answers
    Regards
    Anji

  • Printing ABAP list in portrate format

    Hi,
      In one of requirement I wanted to print a report
      in portate format on A4 size paper. Report has been created with use of write statement only.
      When I checked print properties it shows only standard some page format(all are landscape).I even tried by creating custom portate format for ABAP list.
    Please anybody suggest the way to take printout of ABAP list in portrate format.
    Thanks in advance,
    Amit R

    Hi Amit,
    check the line count and  line size of your repor. And try with the line size = 80 and line count = 0. Then while printing the page format  will be determined based on these variable to print the report.
    If the report length is lange then you cannot print in the portate format.
    Hope this  will help you.
    Regards
    Satya.

  • Printing pdf report

    Hi,
    can anyone help me or show me a link to a website in apex how to print a report in PDF format??
    regards,
    EKAS

    Hello,
    You have many options, but, I've spent a lot of time on this problem, so I can spell out the way I've fixed that in my case (I was looking for an open source way) :
    I worked from the Carl Backstrom's tutorial ( http://carlback.blogspot.com/2007/03/apex-cocoon-pdf-and-more.html )
    1) You need a listener. I installed the Glassfich one (open source edition)
    http://www.oracle.com/technetwork/java/javaee/downloads/index.html
    I've chosen a unused port (I had already an http server on the port 8080 and 7777)
    Go to http://localhost: your_port / to check it
    2) Build the cocoon.war file
    - Download Cocoon (2.1.11 release, be careful to this, the installation procedures change depending on each component release)( http://cocoon.apache.org/mirror.cgi )
    - Open sqlplus
    - Go to the Cocoon folder: >cd +.._COCOON_HOME_+ \cocoon-2.1.11
    - >set JAVA_HOME= +.._JAVA_HOME_+ \jdk1.6.0_07
    - >build war
    3) Install the Cocoon application from the Glassfish server using the .war file
    4) Install the apex fop files :
    - Download the fop_post files ( http://apex.oracle.com/i/carl/apex_cocoon/fop_post.zip )
    - Copy fop_post in the Cocoon main repository :
    C:\glassfishv3\glassfish\domains\domain1\applications\cocoon (by default)
    5) Apex configuration :
    Apex Admin > Manage Service > Instance Settings > Report Printing
    Print Server Host Address : localhost
    Print Server Port : your_port
    Print Server Script : /cocoon/fop_post/

  • From forms6i i have to call report in excel format

    Hi,
    I have prepared a form in that i have called report using parameters and
    i should print this report in excel format,so pls help me with coding
    Thanks and regards

    Hi,
    You can use rep2excel utility for this. Download it from www.lv2000.com ,please find the complete link below. The software also has a code pack which demonstrates how to use it within your oracle report.
    http://www.lv2000.com/rx/rep2excel.htm
    Cheers!!

  • Printing a Report in Analyzer

    When I try to print a report, a screen comes up but does not show any of the print options. All that shows up on the screen is a "Print" button and "Close" button. When I press "Print" I get and error message "Invalid Scale."Any ideas how to fix this??

    Hi,
    Can you give format while printing the report.
    The format can be given during choosing print specifcations.
    Choose any of the below format and try it out.
    X_58_170       
    X_65_200       
    X_65_255       
    Formats suitable
    X_PAPER        
    X_SPOOLERR     
    X_65_132       
    X_90_120       
    X_44_120       
    X_65_80        
    Regards,
    Ashok

  • Unable to print xml publisher report in excel format in R12

    Hi All,
    We are unable to print xml publisher report in excel format in R12. We were able to see the excel output but it's printing junk characters while printing and it's printing without any issue with PDF format.
    Please let me know how to fix this issue.
    Thanks,
    Raja

    Hi Raja,
    I presume you have gone through the debugging process of testing your template locally first to get the expected result.....
    If yes, this note might probably be helpful "Changing Output Format to RTF or Excel in XML Publisher Request Does Not Display Output Correctly (Doc ID 404512.1)"
    Good Luck,
    Lamine Balde

  • Printing report in calendar format

    I need to print a report in a calendar format with
    monthly view in Reports 9i. I am aware of Portal and APEX
    but its not an option.
    There is a table which consists data for several months,
    and I am trying to use oracle forms as parameter form
    to pass the date range to print the calendar.
    The requirement is one month per page.
    As always, looking forward to great ideas.
    thanks

    Hi All,
    I can't reduce the line size of my report (Client Requirement ) and if i try someother format then it will cut the data from the report.
    Is there no otherway I can get the same in portrait format. What is the maximum size of the line in a report if i want to get it in Portrait format.
    Regards,
    Akhil.

  • Format-less Printing of reports

    I need to print a report (Developer 6) without any format. Means just like DOS-base printing. I have a dot matrix printer and require to print my report with defualt draft printing of dot matrix. If any one can help me, just mail me at [email protected]

    Fawad
    I guess your requirement is a simple character mode printing. Please see the Building reports manual at
    http://otn.oracle.com/docs/products/reports/content.html
    Thanks
    The Reports Team

  • Date to print in  'MMMM DD, YYYY'  format in SAMRTFORM

    Hi E'body,
    Can anybody help me out in printnig date in 'MMMM DD, YYYY'  format for the Smartform.
    Ex:  25/09/2006 should be printed as Sept 25, 2006.

    hi,
    Check out the program.
    REPORT zricha_01 .
    TABLES t247.
    DATA date(20).
    DATA dt(20).
    DATA time(8).
    WRITE sy-datum TO date USING EDIT MASK '__-__ -____'.
    WRITE sy-uzeit TO time USING EDIT MASK '__:__:__'.
    SELECT SINGLE * FROM  t247
           WHERE  spras  = sy-langu
           AND    mnr    = sy-datum+4(2).
    move t247-ktx to date+3(3).
    concatenate date time into dt separated by space.
    write : / dt.
    Also check out the threads
    Date Conversion???
    Re: Date format conversion
    date conversion
    Regards,
    Richa

  • Using Reports6i to Publish Reports On The Web As PDF Format - Arabic Data

    Hi everybody.
    I am using Reports6i to create some reports and publish them on the web as PDF format for security reason. The problem is that the opened document displays Arabic letters in encrypted way, I tried to use Acrobat Reader version 5 but it is still not working. Then I try to publish reports as HTML document, In this way, the arabic letters look fine but any vertical lines I designed in the reports did not show up, furthermore, the user can edit HTML document, change the data, then print the report, so using HTML as an output is not secure.
    Any suggestions?

    Hello ,
    You can try out the following
    1. Click on the Report name and bring up the property palette to show all of the properties for the whole report.
    2. Under Report Escapes->Before Form Value, change form method from POST to GET .
    Thanks
    The Oracle Reports Team

Maybe you are looking for

  • The iPod cannot be synced. The Required Folder Cannot Be Found.

    I have tried the 5 R's in fixing iPod problems to no avail. I am trying to sync my itunes library with my iPod (40 GB dock connector) I keep getting this error message and since "restoring" my ipod I lost all my songs on the iPod and can't get them b

  • Problems with HP Laserjet P2015

    Just got our new Mini server up and running with 10.6.3 server. Have a HP Laserjet P2015 connected through USB. This printer works just fine when printing directly from the server. I then configured the printing service. I can then see the printer wh

  • HT201328 how will i know what carrier the phone is locked with?

    how will i know to which carrier is my iphone unlocked.

  • How to remove symbol of line selection in module pool

    Hello Experts, I am working on a module pool where I have created a line selection. In this line selection when we click on the order number I have made a coding where it call new transaction. But I dont want the default symbol which comes during lin

  • Trashed items remain visible in Smart Album

    When I delete an item from a smart album (with Cmd-Delete) it is supposed to be trashed. Indeed it appears in the trash, but also remains visible in the browser view of the smart album. Only when I empty the trash, the item disappears from the album.