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

Similar Messages

  • WinXP Ok vs Win2000 Bad character mode report

    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 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 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 totally misformated. It seems that the control characters doesn't work...
    Trying to understand wy, we use 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 wrong control characters.
    In addition, if we open the file generate by the Win2000 machine in the WinXP machine, the control characters seems to be ok.
    Does anyone know why does it occur and/or how to fix that?
    Thanks,
    Vinicius Pacheco

    OK people, the problem is solved!
    The problem was the Epson Dfx5000 printer driver! WinXp and Win2K drivers have a thing in the property page called Advanced Features which has to do with the way the data is spooled to the printer. If you turn it on (default), you get bitmap reports all the time, otherwise you get what you want correctly. This was found by my Supervisor.
    i hope this is useful.
    Thanks and regards to for all

  • 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

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

  • 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

  • How to open a Character mode report in report designer 2.5

    I am trying to open a character mode reoprt in Report Designer 2.5 and .. getting an error message:
    Waring: Character-mode report 'XYZ' is being opened as bit-mapped report.
    Warning: Page width of report '<report name>' changed to fit the font for a character cell. Might be a consequence of font-mapping.
    Is thier any way to open Character-mode report in Report Designer 2.5
    Report is designed for AR module.
    Thanks,

    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 ?

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

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

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

  • 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

  • It doesn't open new tabs or windows when I click on then. it gives a problem loading page quite a bit, what's wrong?

    When i open it it takes a long time to open, when I go to mail, or other places. it opens a Server not found Firefox can't find the server at us.mg5.mail.yahoo.com Check the address for typing errors such as ww.example.com instead of www.example.com

  • My phone keeps coming up with a wrong email sign in

    I have a new iPhone 4 that I recieved from a family member.  I have synced it to my itunes, but when I go to update my apps it still comes up with the previous owners apple ID.  How do I change that?

  • Collections not showing

    I'm running Lightroom 2.2 on Win XP Pro. I've had a multitude of problems since updating to this version, least of all is the already well-documented issue with not being able to edit RAW files in CS3. I've applied the work-around for that. My curren

  • Polygon-shape buttons

    Hello everyone, I am a new enthusiastic subscriber of CC, and as every newcomer I have several questions. I will limit myself though to only one issue for now. Here is a link for an interactive architectural presentation I did: http://www.transsilta.

  • Audio editing software for a G4 PowerBook 1.5

    Hi I've been given a G4 PowerBook to see if I'm tempted to move away from windows PC's to apple. I'm looking for software that will work on the PowerBook that will let me edit all audio files and multitrack edit too, the current software I use on pc