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&.....

Similar Messages

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

    Dear,
    I have converted my few reports from Oracle Developer forms 5 to Oracle Developer forms 10g,
    i am running these reports on Web, for that i have configour "rwserver" server.
    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.
    Thanks

    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&.....

  • How to print Report in Landscape mode

    Hi,
    I set the Header,Body,Footer section to Landscape Orientation. still its printing report in Portrait mode.
    Your suggestions are welcome
    Vikas
    null

    Thanks, but its not working on web, i tried it on client server it works fine.
    anyway Thanks for your time, on your end is it working on WEB,
    Thanks
    Vikas
    null

  • 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.

  • 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                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • How Can I print my report through character mode using DOS, very very urgent

    Hi all
    I would like to print my reports instead of from windows based, I want to print through DOS mode. While giving dos mode printouts report builder is hanging and comming out. Any help will be appreciated.
    Thanks
    Reddy

    Hi Reddy,
    Here is the solution.
    At Dos\> ORACLE_HOME\BIN\RWRUN60 <followed by the report name and desired arguments >
    srini

  • How to generate a report direct in PDF with oracle developer 6i

    hi all
    Please help me about this issue.
    THAT How to generate a report directly in PDF using oracle developer 6i.
    Regards
    Yousuf Ahmed Siddiqui

    Hi,
    You can create the Report directly in PDF by setting some of the Report Parameters
    i.e. DESTYPE, DESNAME AND DESFORMAT as follows before calling the Report.
    DECLARE
         PL_ID          PARAMLIST;
         PL_NAME     VARCHAR2(10) := 'param_list';
    BEGIN     
         PL_ID := GET_PARAMETER_LIST (PL_NAME);
         IF NOT ID_NULL (PL_ID) THEN
                  Destroy_Parameter_List(PL_ID);
         END IF;
         PL_ID := Create_Parameter_List(PL_NAME);
         Add_Parameter (PL_ID, 'DESTYPE', TEXT_PARAMETER, 'FILE');
         Add_Parameter (PL_ID, 'DESNAME', TEXT_PARAMETER, 'c:\test.pdf');
         Add_Parameter (PL_ID, 'DESFORMAT', TEXT_PARAMETER, 'PDF');
            RUN_PRODUCT (REPORTS, 'REPORT_NAME', ASYNCHRONOUS, RUNTIME, FILESYSTEM, PL_ID, NULL);
    END;Hope this helps.
    Best Regards
    Arif Khadas
    Edited by: Arif Khadas on Apr 22, 2010 9:24 AM

  • Sample applications built using Oracle developer 6.0

    Please tell me how can if find sample applications built using oracle developer.
    Is there any web site on the offering such a service ?

    Ali,
    Try www.oraclefans.com/oraclefans/
    Louis D.

  • 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

  • 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?

  • How to print a report in draft mode from oracle ids 9i?

    Hi...
    I m using oracle ids 9i.i want to print the report in draft mode.Is there any option in reports developer or forms developer to print report in draft mode?
    Please anyone help me?
    Regards...
    KSI

    Kaji,
    try the Reports forum: Reports
    Frank

  • Oracle 6i report in character mode

    we have been using oracle 6i report in Windows XP, our printer is attached to the said PC when we print character mode the print out is not in character mode but if we send the print-out in a printer attached to a PC using win98 the printout is perfect.

    Hi guys,
    I already get the character mode using ESC character.
    Just this, I need your help.. Do you know the ESC code for the barcode that we could add in .prt file?
    Just the ESC code, but if there is needed for configuration for that, kindly add it up.
    Thanks,

  • 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

  • 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

  • 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

Maybe you are looking for

  • Multiple source messages in transformation step in bpm

    Hello, I am using a transformation step in bpm, I have two source messages and 1 target message, I got an error 'expression must return the interface type XXXX(in source message)', I checked my source message in interface mapping and the container el

  • OS X Mountain Lion Recovery - reinstall failed with erase reinstall

    iMac mid-2007 Mac OS X Mountain Lion v10.8.2. Grey screen on start up (day before got three messages that HP printer software update was available but no software could be found when I tried to update. Other than that iMac was working fine the day be

  • Need Help for configuring Floating static route in My ASA.

    Hi All, I need your support for doing a floating static route in My ASA. I have tried this last time but i was not able to make it. But this time i have to Finish it. Please find our network Diagram and configuration of ASA route outside 0.0.0.0 0.0.

  • Need HOW-TO on dynamic JSF pages

    How can we change a page dynamically? For example, I want to create an image tag but I do not know the name of the image until runtime. In fact it is a temporary file name that is geneated by a servlet . If this was a standard JSP page I would create

  • Nothing returned when executing SQL

    I don't get the expected results when I run embedded parameterized SQL in c# if my where clause uses the primary key as a parameter. It does work if I use a date range or anything else. When I debug this and grab the SQL string and execute it in Toad