Reports 6i - Character Mode Printing

Hi all,
I am working on Oracle Reports (6i) and I had to generate the report to a physical file using Forms and Reports 6i. I have been generating the report to Screen and saving the report output to a PDF. But if I select the File int he DesType and give the filename to the DesName as "MyDrive:\ReportOutput" with any extension (.txt, csv, pdf, xml) I could not see the file in the drive sepcified. Whereas when I generate the report from the Report Builder with the same name as the DesName Parameter i could see the report. I hope it to be a configuration issue. Can anyone help me in this regard. And one more thing, If I got the file with extension as ".PDF" I could not open the file as such. But if text or csv then i could see the report output.
Thanks.
Ravi
Edited by: user10902305 on Jan 16, 2012 5:00 PM

Since a solid line is a bitmapped object, the only way you'll be able to get something like that is to run in bitmapped mode. Sorry, but that's pretty much the difference between running in bitmap vs. character mode.
Hope that helps,
Toby

Similar Messages

  • Print landscape report in character mode

    Hi!
    It seems that I should change xxx.prt file in DESFORMAT parameter to match different kinds of printers in order to print landscape report in character mode.
    Our customers are international wide. How can I do to make this setting meet every customer for printing reports in landscape style?
    We will run the reports on Unix on the middle tier and customers read them in browser.
    Thanks for help.
    null

    Hi,
    This sounds like a similar problem that I had (and still having). It was (is) a Bug. Go to metalink.oracle.com and reference this bug#1413754. See if this is your problem as well. My only work around was change the format of the file instead of using character mode I am now using PDF. Which is working fine for me.
    ~Vannette

  • 9i report character mode printing under Win2000/Solaris 8i

    i have developed my application in oracle 9i in windows 2000 environment. i want to print the reports in "character mode" on dot matrix printer.
    how to do this ?.
    i have given the runtime paratmeter as
    Set_Report_Object(repid,Report_other,'mode=CHARACTER')
    but it gives an
    error "rep-1920 character mode runtime incompatible with DESFORMAT of PDF,HTML,HTMLCSS,RTF"
    i need to transfer the application into solaris 8i system. if the character mode printing is not available under windows environment is it possible to print the reports in character mode is the reports are in solaris system?

    While u run the report any messages come or not . please specify

  • Character Mode printing in Reports 9i on winXP

    I need to print a pre printed stationary Report in character mode. I am using reports9i. i had made all the basic changes,but it is not working for me.So please let me know the exact solution for this problem.This is very urgent !
    Reagrds
    Manoj Baghel

    While u run the report any messages come or not . please specify

  • Character mode printing in oracle reports 6i

    Hello Experts,
    I would like to print my report in character mode.
    SO please guide me what all setting i am required to
    make before proceeding for printing.
    Thanks in advance
    AJAY K KHANNA

    hey praful I think they are all old threads and
    hope they all got there ans as now it has been around more than a year
    to these threads so stop answering these and help new ones

  • How to do a report in CHARACTER MODE?!

    I have to do a report in CHARACTER MODE
    and to print it to a EPSON LX-850 printer.
    My report must have 21*9.5 cm (Width*height)
    I did :
    - in the Property palette of report Unit of measurement=centimeter
    - in the Property palette of Main Section : Width=21,Height=9.5 and
    in character mode Width=80 and height=22
    - in System parameter the parameter MODE=CHARACTER and
    the parameter DESFORMAT=R80x22
    I did a file R80X22.PRT which contains :
    printer "epson10cpix6lpi"
    height 22
    width 80
    before report esc"@"
    hilight overstrike
    return control(M)
    linefeed control(J)
    When I print , the printer tear off the whole page A4
    and didn't stop after 9.5 cm which is the height of my page in report.
    What to do to stop the printer after the height of page in my report (9.5cm)?
    Please help me!
    Thank you!

    What happens when you generate the report to file and look at the file? Does it look like it's generating to the correct size before the end of page marker?

  • Character mode printing

    Hi all,
    I am facing the problem with character mode printing. I can see the output on the screen without wrapping. But in the print it will be wrapped. As per the replies in the forum, I changed the desformat to wide, but it increased the width a little but still wraps a portion of it. I also tried desformat=wide180 still it is the same. I also changed the orientation to landscape and still it is the same.
    These reports are running fine in unix based reports 2.5 character mode. But in windows, I face this problem.
    If anybody knows the solution, please advise as soon as possible.
    Thanks & Regards.
    Padma S Bhat
    [email protected]

    hi,
    At design time use fontsize 12 because that is default.
    In case u are calling a report froma form set the report_object properties like desformat.Also see whether the prn files are existing in the appropriate directory.
    Regards
    Deepak

  • Local Character mode printing ways on pc

    Hi all ,,
    I succeed on printing on line printer on terminal unix from my application server defined on windows ,but now I have this problem which is how to print character mode to local printer on pc , the file generated on the server as file how to print it on character mode printer link to a certain pc
    Best Regards
    Maher Habash

    While u run the report any messages come or not . please specify

  • Report in Character MODE

    I have an Oracle Reports Server 6i and Forms Server 6i on the same machine.
    Operation system Windows 2000 Server.
    I can not run reports with BITMAP mode after runing report in CHARACTER MODE.
    1 report: I run report on Forms server using command line:
    rwcli60.exe report=report1.rep MODE=CHARCTER DESTYPE=MAIL DESNAME=MyMail BACKGROUND=YES server=REP_SERVER
    It works correct.
    When I run report by URL:
    2 report: http://myhost/rwcgi60.exe?report=report2.rep DESTYPE=CACHE DESFORMAT=HTML server=REP_SERVER MODE=BITMAP
    Report fails with message
    REP-1920 character mode runtime incompatible with DESFORMAT of PDF,HTML,HTMLCSS or RTF
    Then I restart reports server service and report2 works correct but after runing report1 report2 does not work.
    Whats are problem?

    Hi,
    You are running into known bug 2460641. It is fixed in the latest patchset, patchset 13. Please give it a try as it should resolve your issue. If it does not, I'd suggest contacting Oracle Support.
    Hope that helps,
    Toby

  • Drill down reports in character mode

    How to make drill down reports in character mode(remember not bitmapped)using report designer 6
    null

    I solved the problem in UNIX with this script, replacing the special characters:
    sed -i 's/special_1/¡/'  $salida
    sed -i 's/special_2/¢/'  $salida
    sed -i 's/special_3/£/'  $salida
    sed -i 's/special_4/¤/'  $salida
    sed -i 's/special_5/¥/'  $salida
    sed -i 's/special_6/¦/'  $salida
    sed -i 's/special_7/§/'  $salida
    sed -i 's/special_8/¨/'  $salida
    sed -i 's/special_9/©/'  $salida
    sed -i 's/special_10/ª/' $salida

  • Pls help! urgent! report in character mode

    Hi all,
    I have reports in Character mode.
    In report designer, I have some text boxes in bold.
    when I apply .prt file(like hpl.prt), the report output file will be inserted bold escape sequence before and after text boxes (like "(s7B" and ""(s7O").
    My problem is the bold escape sequence only added into some text boxes, others are lost.
    But when output the report on screen in character mode, it looks fine with bold and underline properly.
    Did you have the similar problem with character report? how to sovle it?
    Thanks in advance!!
    Appcat

    Hi,
    You are running into known bug 2460641. It is fixed in the latest patchset, patchset 13. Please give it a try as it should resolve your issue. If it does not, I'd suggest contacting Oracle Support.
    Hope that helps,
    Toby

  • REP-1352 when running web reports in character mode on linux server

    Hi
    After migration from 6i to 10g we have problems when we run reports in character mode on a linux (Red Hat Enterprise 4) application server (10.1.2.0.2).
    The error REP-1352 occurs with any NLS_LANG or report's font setup. Original report's font is Courier New (Occidental) and NLS_LANG=FRENCH_FRANCE.WE8ISO8859P1.
    I created a new simple report in character mode with font Courier New and it is generated successfully.
    Witch migration step could I apply to avoid this error ?
    Thanks in advance.

    I didn't precise that reports failed to be executed with desformat=delimited but succeded with desformat=pdf.
    Why Reports server on linux is unable to generate a full text report but can generate a pdf report ?

  • How to print report in Character mode using Oracle Developer 10g

    Dear,
    I migrate my forms and reports from Oracle Developer 6 to Oracle Developer reports 10g,
    We are using some character mode report for bill printing. But when i run these report through menu on Web i got error message like
    "REP-1920: Character mode runtime incompatible with DESFORMAT of PDF, HTML, HTMLCSS, SPREADSHEET or RTF"
    i don't want to change the character mode to any other mode because it effects the printing.
    so how can it possible to set the mode to character and view report on Web.
    pls. suggest me solution.

    You have to pass the PRT file name as value for the DESFORMAT and use mode= MODE=CHARACTER.
    E.g.
    http://<host name>:<port>/reports/rwservlet?desformat=dflt&mode=character&.....

  • Printing report in character mode

    We have reports developed in reports 2.5. In 16-bit aplications, reports are correct printing in character mode, after recompiling to 32-bit version, reports are printing as bit-mapped (parameter MODE is still set to Character). Printer is Epson DFX-5000+. Anybody can help me?

    hello,
    i would strongly suggest you
    1) install the latest patches
    2) check back with oracle support services if your problems persist. check oracle metalink for known problems.
    regards,
    the oracle reports team --pw                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Setting Paper Size while printing reports in character mode report

    Hi
    I am using developer suite 10g and am able to print the reports in char mode.
    but i have a small problem, i am unable to select the paper size while printing
    i select the parameters in a form and click on run report button
    this button helps me to get the data print directly
    but it takes the paper size as 12" height every time.
    where as my requirement is for difftent sizes. like 6", 9" height
    if i can select the size at runtime i can get my work done.
    can any one help me in this. its very urgent.
    Regrads
    Bhaskar

    HI, I My self writing , who created this question, as I got sucess in changing the font size.
    my dflt.prt in printer folder has the following,
    printer "dflt"
    height 46
    width 130
    after page control(L)
    return control(M)
    linefeed control(J)
    code "1" esc "G"
    code "2" esc "H"
    code "3" esc "4"
    code "4" esc "5"
    code "5" esc "W1"
    code "6" esc "W0"
    code "7" esc "C"
    code "8" control(O)
    code "9" control(R)
    I am able to increase the font size using code &5 and & 6 for the fileds or lables in report.
    But how to reduce the font size ???
    which code should I use in printer file. Our dot matrix printer is of type EPSON.

Maybe you are looking for

  • How to run a EXECUTE IMMEDIATE statement in a Interactive Report

    Hello all!! I need to make a dinamic construction of a query to execute in a Interactive Report, but the Region Source only allows simple SELECT statements. There is any way to run a EXECUTE IMMEDIATE statement in a Interactive Report Region Source?

  • Problem to weblogic start managed server "OraSDP"

    Hi all, first, sorry if this location is not correct to this thread. I have a problem when I start a weblogic managed server, which indicates there is an error to check a QueueConnectionFactory into JNDI. The log of this error is next: <16-feb-2011 1

  • E-mail on Collaboration Team Room

    Hi everyone, Is it possible to have a group email that can be opened on a team room? What I mean is, instead of using forums  an email is configured for each team room.

  • Best place in VOimpl java code to call a stored proc to populate results

    Hello all, Using JDev 11g, ADF BC and Trinidad. I am building an application that is primarily used for searching large amounts of data. We already have stored procedures on the database that perform the searches and dump the results into a holding t

  • Supplier Bank Information

    Currently implementing 11.5.3 and found that the supplier bank set up of entering information in the bank set up step, identifying the bank as a supplier bank and then entering in the supplier account a very tedious and difficult conversion task with