Character mode reports-another question

hi again!
i tested to create a new character mode report with a simple query, i sent the report output to a text file, because i want to import it into excel, but the content of the text file is very strang, i always thought this happend because i didn't create the reports in character mode, but now the same things happens
output looks like this:
!R!SEM6;EXIT;%-12345X@PJL
@PJL SET ECONOMODE=OFF
@PJL SET PAGEPROTECT=OFF
@PJL SET RESOLUTION=600
@PJL ENTER LANGUAGE = PCL
E*t600R&u600D*r0F!R!sir2;exit;&
any idea?

Hi!
The contents of the file you got look like the PostScript. Check the MODE system parameter - it must be set to "Character".
Alex.

Similar Messages

  • In which situations we should use Character Mode Reports?

    Question: In which situations we should use Character Mode Reports?
    Explaination: I am faced with a certain situation. I feel that I should develop reports in Character Mode. But I am not sure about this.
    I invite all readers to contribute on the subject matter. Once I receive responses, I will explain my specific situation as writing it now may narrow the list of such situations.
    Also I would like to know what problems we face when developing reports in Character Mode. I was developing my first Character Mode report and I faced layering problems. So I would like to know more such precautions.
    TIA
    Tariq

    Hi Muhammad,
    There's any number of cases for using character mode Reports. However, they all typically come down to what your doing with the output of the report.
    Basically, you need character mode reports whenever the Report output needs to be read by some sort of Ascii file reader. This could be notepad, VI, MSVC, dot matrix or fixed character set printers, ...
    A less common case is where you just want to get at the data within the report. You're just using the ascii output as a data dump to pass through to another program/utility. (This is really just a specialised case of the previous one).
    There are some cases where character mode output may be one of several choices. Eg: the body of an email message which could be HTML or plain text.
    Robin.

  • 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

  • Reports 6i - character mode report - to reduce font size of field

    HI, friends,
    I am using Developer 6i with windows xp platform.
    In reports how to change the font size of a perticular field in the layout.
    In character mode report it is not possible to change the font size directly.
    I tried using the properties Printer code before ,printer code after i.e for e.g by giving the values
    printer code before - &1, printer code after - &1. But on printing the report on paper there is no change
    in font size.
    what to do? should i change any thing in printer files like .PRT files?? if so how?
    or Any altenate method??
    plz suggest.
    with thanks
    GMS

    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.

  • Character mode report printing

    hi everyone,
    When I am running report in character mode, it is working fine in previewer. But as soon as I am giving the printing from there, it is giving Rbe ERROR dialog box and runform is getting hanged. How can I get report printed directly from previewer in character mode report generation.
    On the other hand if i redirect o/p to a file by making destination type file, then I am able to take to print of file. If any have a solution, please reply ASAP.
    Thanking every one
    Ashish

    Hi Ashish,
    It is not clear from your question about the type of error message you are getting.
    Please meake sure that the report is indeed a character mode report.
    Please verify the following for that:
    1. The mode in system parameters is defaulted to
    'caracter'
    2. In the property palette of the report, the "design in character units" should be marked as yes.
    Please ensure that above points and try printing again.
    thanks
    The Oracle Reports Team

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

  • Prin character mode report (do not want to use Samba)

    Helo,
    i need input from someone experience implement oracle reports 10g for character mode report.
    this is the issue :
    1. Client doesn't want to use Samba cause some security issue.
    2. Because of issue no.1 we can not use file sharing or printer sharing to communicate server with client pc
    3. Our application is swing based app with Oracle ADF JClient framework.(we can't use MIME types)
    What choices do i have ? please help.
    Thank you,
    Ricky H.P.

    so what's the question ? how to print to the character mode report or how to print to the local printer ?
    thanks,
    ph.

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

  • WinXP:Ok .vs. Win2000:Error character mode report (6i)

    Hello,
    We have a character mode report designed and running in a Windows XP machine.
    To make it work was necessary to create a custom PRT file that contains the condensed and non condensed printer codes used by the report.
    After some tries it is running ok.
    But it will be used in a Windows 2000 Server machine. After installing reports (6i) and patches we made a copy of the custom prt file file used in the XP installation and tested.
    Unfortunately it doesn't work and the printed page is unformated. Due to the characters printed in non condensed mode, the line doesn't fit the paper width wrapping to the next line. It seems that the printer control characters doesn't work...
    Trying to understand why, we used the "print to file" option in xp machine. The control characters are generated ok: "".
    Doing the same thing when running in a Win2000 machine it generates strange control characters.
    In addition, if we open the file generated by the Win2000 machine in the WinXP machine, all printer control characters seems to be ok.
    Does anyone know why does it occur and/or how to fix that?
    Thanks,
    Vinicius Pacheco

    This is a database forum. I suggest you try posting this question in one of the more relevant forums, such as Reports or Oracle Application Server - General.
    Good luck, APC

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

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

  • Update column in Character Mode Report

    Hi,
    I hope so you all r fine.M facing a problem in character mode reports.i want to increase width of item field but when i opens paper layout of rdf there is no such colum.actually this column depends on parameter value.but am astonish how it is displays when it is not exist.
    Can anybody help me.
    Report name:Transaction Register
    Column:Item Description
    Regards,
    Shakeel

    but am astonish how it is displays when it is not exist.So am I ;-)
    I'm sure it exists. If the data model uses a lot of lexical parameters, it may be confusing to figure out where the data comes from. Without any more information on your report, it is impossible to tell.

  • Problem in Character Mode Report (Urgent)

    Dear All
    i m designing a character mode report
    and when i preview it ,,, it will display
    different report font which is big in size
    and width so it is not fit in the designed columns
    can any one help me ,, y this problem is exist
    though i m using Dot matrix printer EPSON DFX-8500
    printer.

    Hi..
    If you are directly giving Print from previewer..you need to set printer to 10 cpi (if you want bigger font) and 12 dpi to compress the larger font..
    CPI is character per inch so in one inch 10 chr or 12 chr can fir acc to setting.
    If you are uploading file on Oracle Apps then you need to set fonts if needed in concurrent manager,printer setting,Style,fonts ..
    "But the hardware setting is vewry imp..set the font in DRAFT mode"..
    tarak desai
    [email protected]

Maybe you are looking for

  • Dreamweaver 8 - Include File issue

    Can anyone help. I have managed to fix this on previous versions of Dreamweaver however its not working on Dreamweaver 8. The problem is I'm trying to view Include files (.inc) in Design view, but Dreamweaver 8 will only allow me to view this in code

  • OCR txt on top of image

    I received some PDF's that have the OCR txt on top of the original scan. In the case of some handwritten notes it makes them unreadable. I know that in a normal OCR, the image stays on top and the OCR txt goes behind it. How did this happen? and bett

  • Data Services Management Console

    Hi All I have 2 Data Services systems on 2 seperate servers, 1 x Dev 1 x Live. I have migrated the repositories from the Dev Box onto the Live Box. I have created new job servers for the migrated repositories and changed the DataStores connections to

  • Flash player crashing my macbook pro

    I have a late 2007 mbp 3,1. Playing flash video *always* crashes my macbook pro, not immediately but after a few flash player clips. It does not crash the browser but the whole system, and I get a gray screen telling me in different languages I need

  • 5663 data format

    Hi, I am using PXIe-5663 for my project. I had a general question on PXIe-5663. From the signal path it seems, an incoming RF signal is down-converted to IF by 5601 and 5652 and then digitized by 5622. Labview programming can be done to read the digi