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

Similar Messages

  • 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

  • 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

  • Problem with character mode printing on epson lx-300

    Greetings
    I developed a character mode report and is printing fine on the printer lx-300 when I use Reports 6i (Client/Server)
    We migrated all the platform to OAS 10G Release2 bu the same report has the following behaviour:
    1. The left margin is shift to lthe right about 2 inches.
    2. Is printing shrinked and the characters doesn't see well.
    The report is a character mode report of (132 columns, 66 lines).
    I set the default prt to:
    printer "dflt"
    height 66
    width 132
    after page control(L)
    return ""
    linefeed control(J)
    The run parameters are mode=character and desformat=dlft.prt
    Anybody has experience using character mode reports on 10g on matrix printers like epson lx-300?
    Thanks!

    Hi Agung,
    Here is a way out for the issue you have submitted. I can't guarantee that this wayout work perfectly:
    Question:
    As we know that the dos matrix printer supports dos prompt and thus printing speed and
    life of the printing head is comparatively more than what we print the same in graphical format.
    So when I tried to print from SAP Bone in dot matrix printer, the printing speed is very slow and quality of printout is not good enough.
    Any clarifications on this regard would prove very helpful to me.
    Regards,
    xxxxx
    Consultant Business solutions.
    Solution:
    Do you use one of this printer types:
    Dot Matrix, Printer, Needle Printer, Citizen ProDot 300 , Oki Microline, Epson FX880, Epson FX890 ?
    Here the stepwise I have tried :
    In order to print using Dot Matrix printers, follow the below
    instructions:
    1. Run SAP Business One.
    2. Click the upper menu 'File' and select 'Page Setup'.
    3. The Print Setup window opens. Under 'Paper', in the field 'Size', select 'Letter' from the drop down menu.
    4. Click OK to confirm your selection.
    5. On your desktop, click Start => Settings => Printers.
    6. Right click on the required Dot Matrix printer and select 'Printing Preferences...'.
    7. Click the 'Paper/Quality' tab page and click the 'Advanced' pushbutton.
    8. Under'Paper/Output'=> 'Paper Size', click on the underlined paper size(e.g. A4) and select 'Letter' from the drop down menu.
    Note that if you leave the value 'A4', each page will be spreaded over 2 pages when printing using Dot Matrix printers.
    9. Under 'Graphic'=> 'Print Quality', click on the underlined value (e.g. 230X250 dots per inch) and select '120X144 dots per inch' from thedrop down menu.
    Note that in case the value '120X144' is not available you should select a similar value from the list.
    I did not test it yet and I am not so sure about the result but you could test it.
    Rgds,

  • Urgent... ( Character Mode Printing)

    Hi friends,
    We are using Report 6i. We are facing a problem while printing reports in Character. In win-98 it works fine, but the same report does'nt print propertly in WIN-XP PC. In XP a Blank line are generated after each line.
    Can somebody help us in this regard.
    Sanjay (INDIA)

    Hi,
    First create your .prt file. In this file, you must define the printer escape sequence for making an object print in bold format, for example. Most of the supplied .prt files incorporate this code. An example of a HP printer setting is:
    code "1"          esc"(s7B"
    code "2"          esc"(s0B"
    Check your printer settings and/or consult your printer manual for more information on other effects, such as italic.
    Next build your character mode report.
    The report must now be set to the .prt file. Set the DESFORMAT system parameter for your report to test.prt (no need for .prt extension). This can also be set as a runtime parameter.
    Next, go to the object in the report that you want to print in bold; such as, boilerplate text. Click on the properties for the boilerplate text, and go to the 'Printer Codes' tab. References to the escape codes shown above must be entered here in the Before and After fields. You are interested in the BOLD On and Off printer escape sequences so we would put &1 in the before and &2 in the after field.
    Save and run the report directing the output to a valid printer. The printed version of the character mode report should incorporate your changes.
    NOTE: You do not have to use &1, and so forth, Long postings are being truncated to ~1 kB at this time.

  • Character Mode printing in XP

    How to print a report in charachter mode in XP. In win 98 m/c it is working properly but on win XP m/c it always print character mode into graphic mode.
    Please help....

    Hi,
    This not a restriction of smartforms. It is possibly a desciption of the deviec type used in SAP. If you use a windows device type like SAPWIN, then graphic mode is always used. If you use a specific device type like e.g. EPESCP9 , then possibly the character mode is used.
    Regards,
    Aidan

  • 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

  • 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

  • Printing of Character Mode Reports on 3 tier on Dev 6i

    Has anyone done character mode printing of reports on Dev6i? We are facing problem of REP: 3002. We have already loaded Orarrp on server and client and also tried changing the service property from log on as System Account to Log on as Administrator and also vice-versa, but nothing seems to work.
    Any help will be appreciated.
    Plz repond to email: [email protected]
    B.Suryaprakash

    The first thing to do is to make sure that you can print a character mode report on the server box just using the rwrun60 executable.
    If you can do this then you should take a look and make sure that the user that's started the reports server has access to the printer that you're trying to print to (you seem to have changed from the localsystem log on to Administrator, but are you sure that Administrator can access those printers).
    I think that orarrp is a red herring here - and I'm not sure why you're trying to set it up.
    Hope this helps,
    Danny

  • Character Mode Report Overriden as Bitmapped Report

    Hi Hussein,
    I seems that my report problem is that the Concurrent Manager always override it( treated) my customize report as "bitmapped" report. That is why no matter
    what SRW print style I am using . It alway fit it on a paper display size of 8"x11" portrait.
    How do I change this bitmapped default to a character mode printing? Where does the Concurrent Manager check when to use "character" and "bitmapped".
    Please Help
    Thanks a lot

    Hi,
    Of course you can use an existing print style with the desired formatting.
    Did you bounce the CM after doing the necessary changes?
    Did you check the output file from the application only or this happens to the printout as well?
    If the printout is not formatted properly, this indicates that the SRW driver is not used by your report. Please note that the SRW driver is used when the completed output file is sent to the printer.
    Note: 60936.1 - Step By Step Guide to Set Up a Printer in Oracle Applications
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=60936.1
    Regards,
    Hussein

  • Character Mode in Reports9i

    Hi,
    I need to print a pre printed stationary Report. I am using forms9i. Can I use reports 9i for the above requirement?
    If character mode printing supported in Reports 9i
    Thanks & Regards
    Sajan

    Thanks
    Meanwhile I found out how to get the report in character mode. Could some one help me with printer definition files. How exactly should I use it....

  • Cannot print character mode in windows 2000

    Hi,
    When I try to execute a character mode report using a network printer the report does not run correctly (prt sheet size, escape sequences etc.).
    There are three machines involved in this problem:
    1) A Windows XP Professional running reports developer. This machine was used to develop the report. It will be reffered as WXP in the future. These are version details of this machine:
    Report Builder 6.0.8.24.0
    ORACLE Server Release 8.0.6.0.0
    Oracle Procedure Builder 6.0.8.21.0
    Oracle ORACLE PL/SQL V8.0.6.3.0 - Production
    Oracle CORE Version 4.0.6.0.0 - Production
    Oracle Tools Integration Services 6.0.8.18.0
    Oracle Tools Common Area 6.0.8.18.0
    Oracle Toolkit 2 for Windows 32-bit platforms 6.0.8.24.0
    Resource Object Store 6.0.8.21.0
    Oracle Help 6.0.8.24.0
    Oracle Sqlmgr 6.0.8.18.0
    Oracle Query Builder 6.0.7.1.0 - Production
    PL/SQL Editor (c) WinMain Software (www.winmain.com), v1.0 (Production)
    Oracle ZRC 6.0.8.22.0
    Oracle Express 6.0.8.3.5
    Oracle XML Parser     1.0.2.1.0     Production
    Oracle Virtual Graphics System 6.0.5.38.0
    Oracle Image 6.0.8.20.0
    Oracle Multimedia Widget 6.0.8.20.0
    Oracle Tools GUI Utilities 6.0.8.20.1
    2) A Windows 2000 Server machine running reports runtime and accessed via windows terminal server. It will be reffered as W2000 in the future. These are version details of this machine:
    Report Builder 6.0.8.24.0
    ORACLE Server Release 8.0.6.0.0
    Oracle Procedure Builder 6.0.8.21.0
    Oracle ORACLE PL/SQL V8.0.6.3.0 - Production
    Oracle CORE Version 4.0.6.0.0 - Production
    Oracle Tools Integration Services 6.0.8.18.0
    Oracle Tools Common Area 6.0.8.18.0
    Oracle Toolkit 2 for Windows 32-bit platforms 6.0.8.24.0
    Resource Object Store 6.0.8.21.0
    Oracle Help 6.0.8.24.0
    Oracle Sqlmgr 6.0.8.18.0
    Oracle Query Builder 6.0.7.1.0 - Production
    PL/SQL Editor (c) WinMain Software (www.winmain.com), v1.0 (Production)
    Oracle ZRC 6.0.8.22.0
    Oracle Express 6.0.8.3.5
    Oracle XML Parser     1.0.2.1.0     Production
    Oracle Virtual Graphics System 6.0.5.38.0
    Oracle Image 6.0.8.20.0
    Oracle Multimedia Widget 6.0.8.20.0
    Oracle Tools GUI Utilities 6.0.8.20.1
    As you can see, all versions are exactly the same in both machines.
    3) A windows 98 machine with a epson fx-880+ printer atached on it. It will be referenced as W98.
    When running the report from the WXP machine, directing the output to the W98 Epson FX-880+ it works fine: all escape sequences takes effect, the speed is good and the aligment is ok. But when running the same .rep report from the W2000 machine, directing the output to the same W98 printer, the escape sequences doesn't work and, worst, are printed. As a consequence of this, the aligment is wrong.
    All of this was done to try to fix this problem:
    1) The latest patch available for reports 6i is patch 15 which you can download from metalink -> patches -> Simple search -> patch number = 3171855. You can apply the latest patch and test (Raghavendra from metalink)
    2) Apply the spool raw datatype workaround in Windows 2000, following these steps:
    * Click Start , point to Settings , and then click Printers.
    * Right-click the printer that you want to use and click Properties.
    * On the Advanced tab, click Print Processor.
    * Click Raw in the Default data type box.
    * Click OK to confirm changes.
    * On the Advanced tab, clear the Enable advanced printing features option.
    * Click OK to confirm changes.
    (From metalink Note:178433.1)
    3) Edit the wide.prt file using dos edit instead of notepad, and using CTRL+P + ALT18 to obtain the ESC(18) character (just the same thing that was done in WXP machine) (From OTN Forum)
    Does anyone wave any other idea?
    Thanks,
    Vinicius Pacheco

    I'm replying my own question to inform what happens if anyone is facing same situation.
    Initially thanks to Bob for your sugestion. It works! But not at first time.
    I don't have administrator permission at the remote machine (W2000) to change the printer settings. So I made a request to the people who has. They made the changes, but the report still not working. After some tries we saw the reason: all the changes was for their user only. In my user this changes weren't active. So there are some things to check in this situation:
    1) If you are not administrator, check if the changes made by another people are in effect in your account;
    2) In some way your local printer definitons affects the remote printer (don't ask me why!!!), so check you local printer definition too.
    I hope it helps!

  • Printing in character mode with MSWIN1250 cp

    Hi,
    A co-worker of mine has a very annoying problem with a report.
    The mission is creating a report which could be run on a matrix printer
    (e.g. epson 1170 , DFX-5000 or similar like these) and it must work well
    with MSWIN1250 codepage. The main reason we have to do it is that our client uses
    a secret salary envelope which contains two pages with carbon paper and we have to
    write the salary list on it (I bespoke it's an HR application). This kind of paper needs
    some physical pressure to be readable all of two pages. He tried several method or workaround
    to solve it, unsuccessfuly. The internal convert function unusable for this, if he convert the
    chars before printing the report will be unreadable in the preview but in print seems ok.
    Oracle support suggested to set the printer to the appropriate codepage but I we have not
    found it (The printer has only PC852 pre-set codepage and the database based on MSWIN1250.).
    In graphical mode printing on the matrix printer is correct but very slow.
    The character mode is fast enough but unusable in this way.
    Any idea or suggestion would be appreciated..
    ps: please drop a private mail too..: [email protected]
    thanks and bye.,Sanya

    Hi,
    First create your .prt file. In this file, you must define the printer escape sequence for making an object print in bold format, for example. Most of the supplied .prt files incorporate this code. An example of a HP printer setting is:
    code "1"          esc"(s7B"
    code "2"          esc"(s0B"
    Check your printer settings and/or consult your printer manual for more information on other effects, such as italic.
    Next build your character mode report.
    The report must now be set to the .prt file. Set the DESFORMAT system parameter for your report to test.prt (no need for .prt extension). This can also be set as a runtime parameter.
    Next, go to the object in the report that you want to print in bold; such as, boilerplate text. Click on the properties for the boilerplate text, and go to the 'Printer Codes' tab. References to the escape codes shown above must be entered here in the Before and After fields. You are interested in the BOLD On and Off printer escape sequences so we would put &1 in the before and &2 in the after field.
    Save and run the report directing the output to a valid printer. The printed version of the character mode report should incorporate your changes.
    NOTE: You do not have to use &1, and so forth, Long postings are being truncated to ~1 kB at this time.

  • 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

Maybe you are looking for

  • Sticky?

    I'm guessing there aren't many moderators around but, I think creating sticky threads that stay at the top of the forum would help. Example: problems with the ipod touch and syncing new january applications, it's been asked 40 times, and I've had to

  • PO price differs

    Hi friends, In my project, one PO comes from the external system ,the PO has two line items. In externl system the price of the PO is 1 Qty of  550 USD and 1 Qty of 600 USD for the first and second line item respectively.These are consumable mterials

  • What kind of audio filter would i use.

    i need an audio filter that will bring out a distant clapping noise thats you cant even hear during playback. i have raised the dB as high as possible. is there a way to get it heard at all?

  • How do I upgrade CS5 to read RAW files from my upgraded camera Canon 70D. It reads my 550D

    How do I upgrade Photoshop CS5 to read RAW files from my upgraded camera Canon 70D. It reads my 550D with no problem

  • Editing Word Documents

    Is there any way I can edit a Word document, or are there any apps that will let me do this? Muz