Character mode reports on web

hi,
can anybody please tell me how to deploy character mode reports on web using reports 6i and webdb as web server.i get some printer error when i try to do this
regards
mayuri

Hi,
There are two ways you can print it. When you set the DES_TYPE system parameter to PRINTER, then that report gets printed on the Application Server. And If you use the Browser's print... feature, then that report gets printed on the Printer connnected to browser machine.
For further information, please check the help.

Similar Messages

  • Character-mode report on web

    Hi,
    I am new to Report builder, I have developed character mode report on client server mode, It is working fine, and fast printing.
    Please tell me this report can i run on web using report server with same speed of printing?
    Regards
    Kinjal Shah

    To run the reports in character mode in web architecture, you need to provide "mode=character" cmd line parameters in the url request. Make sure the report you run is designed for character mode.
    Thanks
    Rohit

  • Character mode report and 9iAS

    Hi, our company is migrating system developed by Developer 2000 to Developer 9i on 9iAS. Our old system has lots of character mode reports.
    Is there any ways to preview these character mode reports on Web on 9iAS? Is it neccessary to convert all character mode to bitmap format?
    Thank you very much in advance.
    cheers,
    Kathy

    No, you can still run them as the are over the web (they won't look great, but they should still run without conversion).
    Regards,
    Danny

  • Character mode Report in Landscape Format

    Hi All,
    I want to print my character mode report in landscape format. But I am not getting it. Everytime I get print as Portrait. I am printing from live previewer of report builder.
    I am using Oracle 9i and Report builder 6i (6.0.8.11.3).
    I have done following settings:
    System Parameter ORIENTATION=Landscape
    DESFORMAT=DECLAND.PRT (Given by Oracle)
    In the object navigator I have set following properties for Main Section
    Width=11
    Height=8.5
    Orientation=Landscape
    Char Mode Width=132
    Char Mode height=66
    I have done same settings for Header Section and Trailer Section. Please help me.
    Thanks in advance.
    Regards
    Mona

    You will need to edit prt files to add the printer escape sequences to change the page orientation to landscape. Printer escape sequences can be obtained from the printer manual, or the printer vendor.
    For instance, HP printer escape codes can be obtained from the HP website under the printer support links.
    The steps below describe how to print a landscape, character mode report from a Windows NT PC on an HP 4100N Printer. The 4100N is a dual mode printer that can use either PCL or Postscript printer language.
    1. Use a web browser to navigate to the HP website and obtain the printer escape codes for the HP 4100N. If you are unable to locate the HP4100N printer, look for generic PCL information. The HP site also includes detailed information on the printer command syntax.
    2. The HP4100N printer command for landscape page orientation is "ESC&l1O" - where ESC indicates escape, '&' (ampersand) is the parameterized character, 'l'(lower case letter l) is the group character, '1' (number one) is the printer value character and 'O' (upper case letter O) is the termination character.
    NOTE: The HP documentation uses "EC" to signify the escape character.
    It also suggests pressing CTRL and the letter P together, then
    releasing both keys and pressing the ESC key. If this is done in
    a dos editor, a left arrow will actually be displayed on screen.
    This character cannot be interpreted by Oracle Reports and will
    cause printing errors if used in a .prt file. Instead, just use
    the letters "ESC" to indicate that the code that follows is a printer
    escape sequence.
    3. Make a copy of the wide.prt file and rename it to "mywide.prt."
    4. Add the page orientation escapes to mywide.prt file:
    printer "mywide"
    height 66
    width 132
    before report esc "&l1O" *** Puts Page in Landscape Orientation***
    after page control(L)
    after report esc "&l0O" *** Resets page orientation to Portrait ***
    return control(M)
    linefeed control(J)
    SYNTAX NOTES: The escape sequence must be enclosed in double quotes ("). The above comments regarding page orientation are used to clarify where the escape codes gets added, but they should NOT be used when editing
    the actual .prt file.
    5. Save mywide.prt file to the $ORACLE_HOME\report60\printers\ directory.
    6. Go to Windows PC -> Start -> Settings -> Printers and open the properties for the HP printer. Ensure that the option to "Always Spool Raw Data" is checked. This option is usually under the General Printer
    Options, or Spool Options. On Windows NT, you must have Administrator privileges to change this setting.
    7. Test running the report to the printer and specify desformat mywide. It is not necessary to include the file extension (.prt).
    8. The report will now print in landscape orientation.

  • Any way to get Character Mode Report

    In our company a lot of reports were made in character mode. in prev version Developer Rel 2.1
    now Complete software is being compiled in 9ids.
    Company wants to get most of reports in character mode.
    I want to get character mode report at user end.
    pls help me

    one main and more important think
    in url password is display.[b]
    for hide the password follow thses steps
         user_name := get_application_property(username);
         pass := get_application_property(password);
         conn := get_application_property(connect_string);
         con_url := 'userid='||user_name||'/'||pass||'@'||conn;
    /* Convert the connect string into a hexadecimal character string. */
         FOR i IN 1..LENGTH(con_url) LOOP
              v_a := ltrim(to_char(trunc(ascii(substr(con_url,i,1))/16)));
         if v_a = '10' THEN v_a := 'A';
              elsif v_a = '11' THEN v_a := 'B';
              elsif v_a = '12' THEN v_a := 'C';
              elsif v_a = '13' THEN v_a := 'D';
              elsif v_a = '14' THEN v_a := 'E';
              elsif v_a = '15' THEN v_a := 'F';
         end if;
         v_b := ltrim(to_char(mod(ascii(substr(con_url,i,1)),16)));
         if v_b = '10' THEN v_b := 'A';
              elsif v_b = '11' THEN v_b := 'B';
              elsif v_b = '12' THEN v_b := 'C';
              elsif v_b = '13' THEN v_b := 'D';
              elsif v_b = '14' THEN v_b := 'E';
              elsif v_b = '15' THEN v_b := 'F';
         end if;
              con_url_temp := con_url_temp||'%'||v_a||v_b;
         END LOOP;
    path:='/reports/rwservlet?server=repserver4&destype=cache&'||con_url_temp||'&report='||rep_path);
    web.show_document(path);
    and enjoy your life:-)
    kuljeet pal singh

  • Printing Character Mode Report On Oracle 9i AS - Application Server

    Hi All,
    Even though I have put this problem in Reports Forum,
    I thought it fit to put forward this problem in Forms Forum
    since Forms Forum is being accessed by a large number
    of developers across the world.
    Now the problem :
    I have developed a report in Character mode that runs in
    hundreds of pages. The output will be taken on High speed
    Dot Matrix Printer since the client requirement is fast printing
    & economical printing. That is the reason to develop this report
    in Character mode & not Bitmap mode. This report works
    fine in Client-Server environment.
    However, the problem lies in the Web Server environment.
    The same reports will be run on Oracle 9i AS. Since the
    browser supports only HTML & PDF format, Character
    mode reports faces a major problem.
    Can anybody help me to resolve this problem ??
    I would like to remind you again that the constraint is NOT
    TO USE LASER PRINTERS.
    Thanks.
    Mayur
    [email protected]

    Hi Shahmayur,
    I too am facing the same problem. If your problem is cleared then please let me know, so that i can continue the work.
    Rgds
    Bhaskar

  • Character Mode Reports On Winxp/2000

    I am developer character mode report in oracle developer 6i.
    when i am running it on winxp or win2000 then its om in preview but it takes double space while printing.
    Please send me any sample character mode on scott schema which can't take double space in printing.
    Please write its step-by-step procedure becouse its easy to find where i am doing mistake.
    Thanking U.
    Manraj Gill.

    Hi
    Three things here:
    1. You must have a report define for characte mode.
    2. You set up the printer definition file .prt files present under $ORACLE_HOME/reports60/printer.
    3. While running throug web, you either specify mode=character in url request or set this inside the Reports definition file permanently. In
    URL request, you also need to specify the desformat=<printer_prt_file_name>.
    This will work.
    Thanks
    Rohit

  • READ-ONLY CHARACTER MODE REPORT OUTPUT

    Hi,
    I am using Developer Suite 10g Report Builder to create a character mode report. I use commands as below to open the report output;
    PROCEDURE Run_Report (vReportname varchar2) IS
    LINEBUF VARCHAR2(2000);
    BEGIN
    linebuf := NULL;
    linebuf :='C:\DevSuiteHome_1\bin\rwrun ';
    linebuf :=linebuf||vReportname;
    linebuf :=linebuf||'destype=file desname=c:\windows\temp\L610.prn ';
    linebuf :=linebuf||'&& "C:\Program Files\TextPad 5\TextPad.exe" C:\windows\temp\L610.prn';
    host('cmd /c '||linebuf);
    END;
    The reason why I am using third party software is because customer wanted to view the report output first before proceed with printing and I had tried with all option PDF, HTML, Notepad, Wordpad, Ms Word Viewer 2003, they all got problem wether fail to preview the output nicely or printer cannot recognize the generic output. As for now Textpad is the best in both to preview nicely and printer with generic driver can print the output nicely.
    But there is another problem. Anybody can edit the output preview onTextpad and customer do not want that to happend (security for accounting data).
    So, can anyone suggest me how to create the ouput in READ-ONLY mode? But please do not advise me to print directly to the printer because on 9i PREVIEWER function works well while on 10g this function has been obselate so I need to find the replacement of PREVIEWER function to running on web.
    Thanks.
    Regards,
    Faisal

    What about trying to view the text in the browser (IE/Mozilla)? That is what we do about reports produced by reports server: they are written in files on the reports server machine and opened with the browser, or they are sent directly to the printer.
    Otherwise, i simply see no way to prevent a text editor from editing the file on screen. If, let's say you make the file read-omly, that won't do, for the user may change the data on screen and print what's on screen without saving the file...

  • Save a character mode report to ascii file after previewing?

    Question:
    why isn't there a way to say generate a character mode report into an ascii file form the Previewer, am I missing somethig?
    I know you can choose print and then print to file or choose generate to Postscript file, but it is not as clean as it is with bitmaps that you can preview and then save as: html, pdf, htmlcss, rtf etc.
    very many thanks in advance,
    ER.
    null

    I am really glad someone tried to help me. Truly thanks.
    However, I am even more confused now because once I see my character mode report in the previewer and try to generate into an html file the message is:
    rep-1920: Character mode runtime incompatible with desformat of pdf, html, htmlcss or rtf,
    There is no such error with bitmap reports so why would it be a problem for the character report since you say it is converted to bitmap?
    Other than that, even more important question is using this same report to be displayed on web: since there is no convinient storing in the local users space
    in that case.
    Thanks,
    ER.

  • Run Character mode reports in Menu/forms.

    Hi,
    we are using ora-dev-suite 10g and trying to Run Character mode reports in Menu/forms and output ascii text or pdf files generated and saved in local/client PC's.
    report when run through report builder, it is ok.
    But we are not able to run these reports through menus/forms. can we run these reports using background report engine on a click of button.
    pl.guide us.
    thanks.

    Hello,
    You can put a variable in your default.env file like SERVER_URL http://&lt;yourserver&gt;:&lt;yourport&gt; and then retrieve it in forms with the tool_env.getvar package
    declare v_server_url  varchar2(100);
    begin
    tool_env.getvar(SERVER_URL,v_server_url);
    /* then launch your report */
    web.show_document(v_server_url||'/reports/rwservlet?yourparameters.....');
    end;So if you deploy your form in server 1 or 2 you only have to change the value in the default.env file according to the server you use.
    Hope this helps.
    Regards
    Jean-Yves

  • How to send a character mode report from Oracle Form 10g to a printer.

    how sending a character mode report from Oracle 10g report to a printer.
    I'm sending to a printer located in the network
    i have theses parameter report
    desformat = prtname
    desname=??????
    destype= ?????
    mode=character
    i would like to preview the report before to send to a printer
    slds

    ACCOUNTING SYSTEM
    2006-2007 From Date : 01-JUL-06
    Printed On : Friday August 31 2007 11:13 AM To Date : 30-SEP-07
    G A/C. Code 99-99-9999 Description: xxxxxxxxxxxxx H
    -- DOC. # -- -- DATE -Chq/Slip# ---------- N A R R A T I O N -- -- DEBIT -- -- CREDIT -- -- BALANCE --
    Opening Balance: -999,999,999.00 Cr.
    G *** Total *** 0.00 0.00 -999,999,999.00H
    ================= ================= =================
    when i run character mode report in browser then display this output properly
    but sir problem is that when i print the report
    G(use for bold)
    is not working
    means not print in bold format in printer
    same character print G
    do you have any idea when i print through browser to printer G for bold purpose its work to printer ?

  • Character Mode Report Print in Developer 6i

    How i can create character mode reports for efficeint printing on dot matrix printers. I m not asking about the Character Mode Template(in the report wizard). And how i can convert the existing reports to Character Mode.
    I am using Reports 6i.

    Please post this question in the Rpeorts forum: Reports

  • How to Apply XML PArtial definition in Character mode report

    Hi All
    I want to apply some XML code definition in Character mode report The same XML is working fine in Bitmap
    Plese give me some idea.

    Any update? .please give some idea..... members..plz

  • Linebreak Code in Character Mode Report

    Dear All
    I m saving a Character Mode Report which is 132 column Wide, and i can access that report in Note Pad in proper format and alignment but when i m use WORDPAD, it open in un aligned format i mean with line break.
    so any one can give me any Idea so i can open that report in WORDPAD too.

    Take a look at the .prt file that you are using. The linebreak code is stored in there and you can alter it to the appropriate code for your printer/platform/application to view correctly.

  • Font Size in Character Mode Report

    Hi ,
    I have to print a report in a pre printed Stationary, which has tabular columns The columns are little bit small . when i have bigger data say value like 9999999.45 it over prints on the pre printed text. is it possible to reduce the size of the data at these places and be normal in other parts of the report.
    i.e. Font size reduced inside the tabular column and normal for the remaining part of the report
    Will appreciate the help

    Font size in character mode report cannot be control through Oracle Report.
    <br><br>
    You can use report .prt file or manually set the printer to print character in small size.
    <br><br>
    Raj<br><br>
    <b>www.oraclebrains.com<a>
    <br><font color="#FF0000">POWERED by the people, to the people and for the people WHERE ORACLE IS PASSION.</font></b>

Maybe you are looking for

  • CALL METHOD ABAP run SQL wrong

    Dear All          I have a problem in ABAP connect SQL,Below is my code snippet sentence. CONCATENATE 'Insert Into [timportcortrol]'                 '(zucode,zstate,zdate,zkind) Values('''                   VG_PCID ''','''                   '1'','''

  • Writing to and Opening a Text File from an Apex Application

    Hi there I would like to open a text document from apex. I have a screen with various parameters. Based on what the user selects, the result must open a text document with the parameters and other text. Does anyone know a good way to do this? Thanks

  • Mac Mini or move to PC

    My iMac (2008) is frustrating to use as it is slow and particularly poor with respect to graphics performance. It's fitted with an ATI Radeon HD 2400 XT which just doesn't cut it these days. Can't afford to upgrade to new iMac so wanted to know if th

  • Accelerator keys in MAC !!!!

    I've set accelerator keys for Refresh Action(F5) using.............. putValue(Action.ACCELERATOR_KEY, KeyStroke.getKeyStroke(KeyEvent.VK_F5, 0)); thought it works on pressing F5....the accelerator is not displayed alongwith the MenuItem in the menuba

  • Little red dot on ibook g4

    I have this little red dot on the top of my ibooks screen that is only visible from a certain angle is this a dead pixel?