Incorrect output formatting when report send directly to printer

Hi All,
We have developed a report in report 6 and initially configured to send output to file and then open in notepad and then send this output to dot matrix printer. In this case the output prints correctly. Now we want to send this putput directly to laser printer but when we send this output to laser printer extara baln line are printing and due to this output is printing on two pages which we previously prinig on one page which is the requiremnt. Can anyone help me to identify what wrong is going?
regards,
Muhammad Asif

Hi,
there is a reports forum where this question is handled best. Though Forms is the initiator of Reports, it has nothing to do with the formatting.
Frank

Similar Messages

  • How Can I print Oracle Report 9i directly To Printer on the local network?

    Dear All;
    How Can I print Oracle Report 9i directly To Printer on the local network?
    or to any other computer ? or to my default printer without prevoiues know the printer name i mean found it in my connected printer?
    plear help me?
    Best Wishes

    1. Check documentation for DESNAME and DESTYPE
    2. See 1 as long as they are a shared resource
    3. Think you must know the name, but please check or documentation
    Regards,
    Martin
    PS. There's a Reports Forum here which would be a better option for posting this question

  • How to print formated data/report on client's printer (Web Application)

    Hi All
    I want to print some formatted data/report ( it might be 1000 pages) on user's printer.
    Application is web based
    Technology used are Java - jsp - servlets
    i want functionality like...
    when user click on print button/link, data is fetched from server and all pages (it is formated data so i want alignment on page while printing) should be printed one after another.
    Also printer selection dialog should displayed one time when user click on print button/link.
    Questions:
    1. How i will transfer all data to client (web browser) from the server ??
    2. And how i can print that data on user's printer ??
    There is requirement (or limitation) that I can not use applet for this purpose.
    And also it is not fix that we must use java tech., we can use any othere tech. but condition is that it must support multiple platform (in short platform indipendant)
    There is solution like ...
    I can use window.print() function of DOM/JavaScript,
    but it prints only one page which is displayed on browser.
    I don't want to display any page. and want to print all pages.
    if any one done or have idea then let me know.
    Thanks in Adv.
    Shailesh Koradiya

    thanks linxpda for reply,
    we can use ActiveX component for windows platform for printing purpose, same way we can use platform specific component for printing... (for linux, unix, sun solaris etc...)
    if it is possible then let me inform.
    Thanks,
    Shailesh Koradiya

  • How to print formatted data / report on user's printer in Web Application

    Hi All
    I want to print some formatted data/report ( it might be 1000 pages) on user's printer.
    application is web based and tech. used are Java - jsp - servlets
    now prob. is ...
    how i will transfer all data to client (web browser) from the server and how i can print that data on user's printer ...??
    there is requirement that I can not use applet for this purpose.
    if any one done or have idea then let me know.
    thanks
    Shailesh Koradiya

    Hi
    Its simple, first of all break ur data in terms of pages. Write the logic in one JSP.
    suppose i have jsp PrintReport.jsp , for page 1 url will PrintReport.jsp?page=0 ... so on
    get the page parameter in JSP
    String page="";
    if(request.getParameter("page")!=null)
    page=request.getParameter("page");
    get the rowcount from the Result and assume records per page is 100
    if u have 1000 rows then 10 pages u have to serve
    StartRowNumber=page*recordsPerPage
    EndRowNumber=StartRowNumber+recordsPerPage
    Execute a SQL query , select * from table where rownum between
    StartRowNumber and EndRowNumber
    Provide google like pageNumbers in ur HTML page
    ie 1 2 3 4 5 6 ..10
    Regarding printing , Create HTML button called 'print' and add Javascript ' window.print()' on clicking it.
    Hope it would solve ur problem
    Cheers
    Rajendra Bandi

  • Incorrect date format on report instance

    Hi,
    I have a problem (well a question) relating the the instance detail information behind a report instance in BusinessObjects Enterprise XI3.1 SP2 FP2.5. On one of my servers I can view the history of a report thorough InfoView and then select the link in the 'Status' colum. This displays the 'Instance details' page. On this page the 'Creation Time', 'Expiry', etc. are shown in the format dd/mm/yy hh:mm:ss. But, on my other server the same page shows these records as 'mm/dd/yy hh:mm:ss'.
    I suspect that there is a server setting to be made somewhere, but where?
    Any ideas please?
    Mike

    Hello,
    Found it. I run my SIA under a service account and not a user account. This service account was using the wrong Regional settings. When changed to the correct Regional settings the reports showed the dates in the correct format.
    Thanks for looking.
    Mike

  • Incorrect display format in report column

    Hi.
    A report have two columns, the first display a value based in a case expression:
    NVL (DE.IMPORTE, 0) IMP_CHEQ
    the second colum, displays the value formatted:
    CASE WHEN DE.IMPORTE IS NULL THEN '-'
    WHEN DE.IMPORTE > 0 THEN TO_CHAR (DE.IMPORTE, 'FM99G999G990D00')
    ELSE '<FONT COLOR="#FF0000">' ||
    TO_CHAR (DE.IMPORTE, 'FM99G999G990D00') ||
    '</FONT>' END IMP_CHEQUES
    As I want to sum the values of the formatted column, I choice the "sum" option in the first column, but use #IMP_CHEQUES# in the HTML Expression Column Formatting of the first (unformatted) column.
    The formatting part of the column is "ignored", because the values are displayed in black, instead the indicated red color. What am I doing wrong?

    Denes, thanks for your reply.
    I was looking your example, and learning a little more about html formatting.
    In my problem, I saw more similar your example in http://htmldb.oracle.com/pls/otn/f?p=31517:111
    I redo my answer:
    A column value (DE.IMPORTE as IMP_CHEQ), is an important monetary indicator,
    But the report reader wants to look the negative values in red, and for that I am using CASE to format the value color (according to the values been positives, null or negatives):
    CASE WHEN DE.IMPORTE IS NULL THEN '-'
    WHEN DE.IMPORTE > 0 THEN TO_CHAR (DE.IMPORTE, 'FM99G999G990D00')
    ELSE '<FONT COLOR="#FF0000">' ||
    TO_CHAR (DE.IMPORTE, 'FM99G999G990D00') ||
    '</FONT>' END IMP_CHEQUES
    in other column (IMP_CHEQUES) non visible.
    Then, the column doesn't summarize IMP_CHEQUES, because these values aren't numbers.
    The solution is show (and SUM) IMP_CHEQ, but set the HTML Expression column attribute as #IMP_CHEQUES#
    That I don't understand is why any negative values are displayed en red color. Some is re-formatting the red colored values to the original
    black color, and can't let function the "FONT COLOR /FONT" couple.
    Thanks again, Marcelo.

  • Output format of Report Writer / Report Painter.

    Hi
    Can Report Writer output be configured to be shown in ALV?
    If yes, I'd like to know, how?
    Appreciate any help.
    Raj.

    Please avoid choosing the OLAP grid in CR in order to access SAP BW sources. Use the BW MDX driver and build crosstab tables.
    Regards,
    Stratos

  • Oracle Graphics directed to Printer.

    Hi All,
    We are calling graphics from a form using
    "run_product", after that we are calling reports once graphics is executed.
    Now the problem we are facing is, even though
    we have directed graph to Printer, it is
    getting printed and as well apearing in screen also. Where as when report is directed to printer, report will
    gets printed and will not appear on screen.
    So if i want to print entire graphs and
    reports, i need to close graphic runtime
    on the screen to print other reports.
    Please let us know how to direct graph
    only to printer and should not appear on the
    screen. The same is happening if we use
    Developer 4.5 also.
    Appreciate your Immediate Feedback on this.
    Thanks
    Harish.
    null

    Hi Rao,
    There are 2 stepts in running Oracle Reports from Oracle Forms:
    1. Execute the report using RUN_REPORT_OBJECT. In this step, you generate a file with ORARRP-specific file-extension, eg, RRPA.
    2. Open the generated report in a web browser using WEB.SHOW_DOCUMENT
    The second command opens the generated report up inside the browser. This is the step where ORARRP printing takes place. The browser opens up the file with the extension, say .RRPA, and since it associates this extension with ORARRP, it invokes ORARRP utility. This prints the document.
    Now on the other hand in the ASP page, I am assuming that you are just executing the report. This step does not invoke ORARRP. You need to generate the report with ORARRP-specific file-extension, and then you need to open the file up in the browser. Only when you open this file in the browser will the printing takes place.
    Navneet.

  • Enhancement Req (v4.0): Report Query- Output Format- Derive from Item

    Brief Introduction
    I have 1 major request I would like to make (and 2 lesser ones). The first, I would like to specify custom available output formats for 'Report Query' objects, as well as Reports Regions, Interactive Reports, etc. I believe that this could easily be an instance setting in the Report Server region of the internal workspace, or per workspace / application. Even if not supported on the system wide level, I would recommend that the "Derived from Item" output format "Return Value" be allowed to be returned unaltered to the Report Server. I know that the type is returned as "_xf", and for my purposes I would REALLY like to be able to get something other than the defaults.
    Use Case
    I am creating a custom JasperReports integration (for which I will be launching a public SaaS beta extremely soon). It uses the standard Apex reporting objects (Queries, Layouts, Print Buttons, etc). JasperReports templates are uploaded as Report Layouts and everything works fine. I am, however, wanting to implement as many output formats as are available to me in Jasper...that means Word 07, Excel 07, ODS, ODT, etc. For the items that take a print server override I can handle this in other ways (even though this appears broken [see below]), but for the standard report queries this isn't available. I would basically like the option to define the set of available output formats for the report server, and what the "_xf" returned for each one is.
    Minor Requests
    - Replace Uploaded Templates: If a template is used often and updated, then it has to be changed everywhere...minor irritation.
    - Customize Report Server URL for the Workspace or Application: For SaaS instances, workspace developers may license or have access to reporting solutions that are not (and should not be) available to all of the Oracle instance's workspaces, or may conflict with a service that is already provided by the instance administrators.
    Broken
    When I use the print server override, with the "Use Headers From" option, it appears that neither my content type, nor my content disposition headers are being sent back to the client. This is the work around solution for the non-standard types issue I am requesting enhancement on, so I would like to know what I can do to get this working immediately.
    Additional Info
    As it stands, if the site is available, feel free to sign up for the beta. The beta keys will be exported soon to the instance and made available. Instructions on setup will also follow:
    https://apex.vendelinc.com/apex/f?p=home

    Hi, please did you get any solution to this issue? I am having similar challenge right now.
    select     EMP.DEPTNO as DEPTNO,
         DEPT.DNAME as DNAME,
         EMP.EMPNO as EMPNO,
         EMP.ENAME as ENAME,
         EMP.JOB as JOB,
         EMP.MGR as MGR,
         EMP.HIREDATE as HIREDATE,
         EMP.SAL as SAL
    from     SCOTT.DEPT DEPT,
         SCOTT.EMP EMP
    where EMP.DEPTNO=DEPT.DEPTNO
    and      DEPT.DNAME =upper(:dname)
    This run perfectly in sql developer, toad, and even inside publisher if I login directly to publisher to create report.
    Generating this same query in shared component query builder and testing it returns no data found. If I remove the last line, it works. but with the last line, it return no data found. It seems no one has been able to provide solution to this issue

  • Error When creating Broadcastings "Portal theme does not fit output format"

    Hi All,
    When i create a Broadcasting Settings i am getting an Error saying "Portal theme does not fit output format", and below is the detailed that we are getting,
    "Diagnosis
    You used separate portal themes to generate PDF or print formats (PS or PCL). The output format that you selected is not appropriate for the portal theme currently set.
    System Response
    The broadcast setting is not consistent and you cannot save or execute it.
    Procedure
    Change the output format or the portal theme correspondingly. (The portal theme is set to the first valid value for the current output format when you display the corresponding tab page).
    Procedure for System Administration
      Notification Number RSRD 640"
    Can anyone help how to resolve this issue?
    Regards,
    Muruganand.K

    Would you have chance to provide me the sollution...
    We are facing the exactly the same error message
    Thanks a lot in advance
    Regards
    Ivan

  • How to save the output  format of Quotation in PDF

    Dear all,
    When i am take a print priew of Quotation it show the quotation format in std sap format but it dosenot allow to save ?
    Is there any std setting for Saving the output format?
    Plz send the some solution for the same.
    Thx & Regards,
    PM
    Edited by: PM on Feb 7, 2008 12:46 PM

    HI
    If the output is sapscript, you can convert it into PDF format . There is one standard report RSTXPDFT2 to convert into PDF .
    Before Execute you will have to create a spool request . when you will execute this report you will have to enter the
    spool no. Then you can send this PDF file as attachment.
    Hope this will helpful.
    Bye
    Ellath

  • Problem with Excel output format

    Hi Guys,
    I am creating a report in XML Publisher (not standalone). I am facing some problems could anyone please help me to figure out the issues.
    Is it possible to have all three output format (PDF, HTML & EXCEL) exact (same aligned) only by creating a single RTF Template? I am facing the problem with Excel output format the output format of excel is taking excels cell formatting.
    Example Numeric fields --> Right Aligned, text fields --> Left Aligned
    One more issue with excel is -ve(negative) values are getting displayed in red and in brackets like ($13) (with red color).
    Our client want excel output on priority.
    Is there any limitation for excel output format of reports?
    It is very urgent for us please help.
    Any help would be highly appreciated.
    Thanks,
    Pragati
    Edited by: user11237443 on Aug 27, 2009 1:22 AM

    Hi Mahi,
    Thanks for your response. But i could not understand how can we write wrapper program could you please give some light on this or provide some link it would be helpful for me:-)
    I have read that blog for excel limitations but i have more question?
    1) What about the negative values?
    if any field is displaying negative amount then excel not displaying right value for that:(
    2)How can we align header or data?
    Do XMLP with EBS provide any solution for formatting in excel?
    3) If for the alignment of numeric value we concatenate them with any special character then how can we perform calculation that field?
    Here are so many formatting issues do we need to write any code in xml for that?
    Please help.
    Many Thanks,
    Pragati

  • How to print a report directly on printer

    Hi,
    anyone, plz help me in finding out, why my report i.e. i m sending directly to printer is getting printed like html codes?
    Plz help asap.
    Br,
    Divya Alok

    please check out the following link.
    Print report directly
    just mention the printer name i hope it helps u.
    sarah
    Edited by: QGIRCO on Apr 1, 2010 3:01 AM

  • How to send the output to PDF format in reports 6i?

    Hi,
    How to send the output to PDF format in reports 6i? I given Mode = BITMAP.
    DESTYPE = File, DESFORMAT = PDF, DESNAME = C:\x.pdf.
    Report is running fine. But PDF file not generated. I don't know what i missed. Any one can help this?
    Thanks
    Kavitha

    Hello,
    Do you get this problem only for DESFORMAT=PDF ?
    Test with :
    DESFORMAT = RTF, DESNAME = C:\x.rtf
    or
    DESFORMAT = HTMLCSS, DESNAME = C:\x.html
    does it work ?
    Check if DESNAME is modified in the reports itself.
    Regards

  • When opening .doc from website link, FF appends .docx extention to file & does not open in Word 2010, with incorrect file format error. Pls Help

    I'm using Firefox v12 to open a hyperlink from a website that points to a filename.doc MS Word Document for download.
    We are then asked to open the file with MS Word (Default), which our installed version is MS Word 2010.
    Firefox then renames the file appending a .docx to the filename e.g filename.doc.docx. MS Word 2010 opens with error 'incorrect file format', which is correct as Firefox has renamed it.
    Is there a fix or workaround for this?

    Hello Jscher2000,
    I can save the file and it opens fine.
    It's when I open it directly, Firefox appends the 'docx' extenstion to the filename.
    If I continue to reopen from the web link, Firefox renames the file as so
    mydoc.doc-1.docx
    mydoc.doc-2.docx
    mydoc.doc-3.docx
    I can open a .doc from a Microsoft site ok.
    I have the feeling it's the way the web server is reporting the mime type to Firefox.
    The link in question works fine in Internet Explorer.
    best regards,
    Youngielinux.

Maybe you are looking for

  • Issue With ADF Tree Expand/Collapse

    Hi All, I have a customer who is having issues using the af:tree component on a deployed application. When he tries to expand or collapse a node of the tree, the icon just blinks. This is occurring not only on our application, but also the Oracle ADF

  • Ex rate difference account

    Hi Experts, We are trying to clear open items through Tcode F-03. At the time of saving, the system is throwing error as Ex. rate difference accounts are incomplete for account xxxxx currency XXX. But in all the transaction local currency and account

  • Block batch change while movement type 311

    Hello all, Is there a simple way to block this behavior: User accidentally post material from batch A to batch B while doing MIGO 311, which messes up traceability in reporting.  I am aware of BADI rule possibility but want to explore simpler (more n

  • Help with WDScopeUtil in 2004s - Urgent please

    Hi, We are currently migrating our code from 2004 SP16 to 2004s. From the forum, I understood that we have to use WDScopeUtil in 2004s to pass data between pages and WDScopeUtil supports only Strings but We want to pass objects also. We came up with

  • Diagnostics policy service not running on Windows 7 home premium

    I'm unable to connect to internet through wireless connectionsr . it says limited access to wi-fi router. When i try to fix this it says diagnostics policy service not running. Checked services.msc While the type is set up to automatic Unable to star