Charactermode Report - Bold character

Dear Friend,
Specification:
Oracle Reports 5.0
Default printer file - wide180.prt
Printing Report in character mode.
Requirement:
1. I want to specify the size(pitch) of the
font in the above printer file.
2. I wish to print the title in Bold
Character.
How to specify these setting in printer file.
Urgent please.
If u don't mind, please mail the complete printer file to [email protected]
Advance Thanks.
null

Hi Ranjan,
You don't have a whole lot of print options with Reports.. you can get what you need to some extent using the
PRINT-CONTROL option on the REPORT statement. Please check theSAP Help for additional info.
Check this program also...
REPORT ZFONT NO STANDARD PAGE HEADING LINE-SIZE 80 LINE-COUNT 65.
Start of print-control
NEW-PAGE PRINT ON.
PRINT-CONTROL FUNCTION 'SF000'.
WRITE: / 'This is CPI 20'.
SKIP.
PRINT-CONTROL FUNCTION 'SF020'.
WRITE: / 'This is CPI 6'.
SKIP.
PRINT-CONTROL FUNCTION 'SF008'.
WRITE: / 'This is CPI 12'.
Depending on your SAP printer device, this may also work
PRINT-CONTROL FONT 1 LPI 6.
you can try to change font and LPI numbers
WRITE: / 'font 1 lpi 6'.
PRINT-CONTROL FONT 2 LPI 6.
WRITE: / 'font 2 lpi 6'.
PRINT-CONTROL FONT 3 LPI 6.
WRITE: / 'font 3 lpi 6'.
End of print-control
NEW-PAGE PRINT OFF.
End of Program
Cheers,
Simha.

Similar Messages

  • Print Bold Character in Character Mode Report

    I design report in character mode. but i want to print one filed in bold character and one column with underline. i am using epson lq-2180 printer. i tried to use printer file code but it is not working. so can anyone help me. if possible than write me the code of printer file.
    thanks

    Hi Chirag
    Use "Printer Code Before" and "Printer Code After" property against the object that you want to appear bold.
    To find out the list of printer codes, refer the manual that came along with your printer.
    Regards
    Sripathy

  • 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

  • To Show Bold Character in the browser in character mode

    My report is not showing bold character in browser in character mode even if changing in dflt.prt file
    whats the problem.

    thanx for repling me.
    i m using oracle 9i and reports 6i.
    every thing is ok and output of the report is properly showing.
    Now the problem is in report builder bold characters are showing in reports but when i run this report on web browser through this string
    http://abidh.abc.local/dev60cgi/rwcgi60.exe?server=myserver&report=myreport.rdf&userid=report/report@connstring&destype=cache&desformat=dflt
    bold characters are not showing in bold format.
    i already converted my report in character mode and i tried to used "bold.prt" file also.
    and please tell me one thing more is there any need of
    "SRW.SET_AFTER_PRINTING_CODE('code')" procedure in my report trigger?
    thanx for repling me once again.

  • 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

  • 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

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

  • 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

  • Is it possible to call a report whith Ñ character in it's file name

    Hi,
    We have a customer which is having problem when calling a report when the file name has Ñ character, for example: reportedeañonuevo.rdf
    when invoking the report it gets the following error:
    REP-110: File reportede¿. cannot be opened
    REP-1070: An error occurred while opening or saving a document
    REP-0110: File reportede¿. cannot be opened
    The customer has reports 11g 11.1.1.6 64bits
    Regards
    Carlos

    calling a report with Ñ character in it's file name is not possible ?I didn't say that. I just said: try B-) I have no environment to try it myself right now.
    Furthermore: how are you calling your report? Directly via URL, or via Forms run_report_object?
    It is a very usual situation that you have to escape special characters in a URL. So yes, that is normal.

  • REP-1352 when running web reports in character mode on linux server

    Hi
    After migration from 6i to 10g we have problems when we run reports in character mode on a linux (Red Hat Enterprise 4) application server (10.1.2.0.2).
    The error REP-1352 occurs with any NLS_LANG or report's font setup. Original report's font is Courier New (Occidental) and NLS_LANG=FRENCH_FRANCE.WE8ISO8859P1.
    I created a new simple report in character mode with font Courier New and it is generated successfully.
    Witch migration step could I apply to avoid this error ?
    Thanks in advance.

    I didn't precise that reports failed to be executed with desformat=delimited but succeded with desformat=pdf.
    Why Reports server on linux is unable to generate a full text report but can generate a pdf report ?

  • How do I globally replace a bold character override in FM10?

    How do I globally replace a bold character override with a specific character format from the character format catalog in FM10? I am not concerned about filtering for specific paragraph tags.
    Thanks,
    Marc

    This is far as I've managed …
    apply the character style in question to a word, then use Edit > Copy special to put the character style in the clipboard
    use Find/change to locate Character format override
    if this finds a local override you want to clean up, click [Change & find]
    Not global in the sense "sort out my whole book with one click", but perhaps a step in the right direction.
    Off-thread question: what's the general feeling about formatting for step 3 – is it OK to be informal and start an instruction with "if"? I like to explain the condition before giving the instruction, to avoid tripping up people like me who tend to process strictly from left to right :-} An indented paragraph after step 2 "If … then continue to step 3" would be thorough, but seems a bit clumsy.

  • Bold character and font change in some portion of report

    Hi All
    while printing a tax certificate, i want some portion of data bold and some portion condenced. is it possible in abap report. i dont want to use sap script or smart forms for this report. kindly reply soon.
    thanx/regards
    manjit

    Hi Ranjan,
    You don't have a whole lot of print options with Reports.. you can get what you need to some extent using the
    PRINT-CONTROL option on the REPORT statement. Please check theSAP Help for additional info.
    Check this program also...
    REPORT ZFONT NO STANDARD PAGE HEADING LINE-SIZE 80 LINE-COUNT 65.
    Start of print-control
    NEW-PAGE PRINT ON.
    PRINT-CONTROL FUNCTION 'SF000'.
    WRITE: / 'This is CPI 20'.
    SKIP.
    PRINT-CONTROL FUNCTION 'SF020'.
    WRITE: / 'This is CPI 6'.
    SKIP.
    PRINT-CONTROL FUNCTION 'SF008'.
    WRITE: / 'This is CPI 12'.
    Depending on your SAP printer device, this may also work
    PRINT-CONTROL FONT 1 LPI 6.
    you can try to change font and LPI numbers
    WRITE: / 'font 1 lpi 6'.
    PRINT-CONTROL FONT 2 LPI 6.
    WRITE: / 'font 2 lpi 6'.
    PRINT-CONTROL FONT 3 LPI 6.
    WRITE: / 'font 3 lpi 6'.
    End of print-control
    NEW-PAGE PRINT OFF.
    End of Program
    Cheers,
    Simha.

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

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

  • XML Publisher Report - Invalid character was  found in text content

    Hi Techies,
    Version Background
    Oracle apps : 11.5.10
    Oracle 9i Database
    Oracle Reports 6i
    I created a XML output type concurrent program and attached a data definition & template to it.
    My program completed with status "Warning".
    The Error is : An invalid character was found in text content.
    Then i downloaded the XML and opened it in notepad++. I found there are 2 weird characters like this ( , )
    FYI, It is a non-Ascii character so not able to paste it in this forum text field. the characters looks like double sided arrow and a forward arrow.
    I also tried loading the XML locally from RTF Template. Again it throws me same error
    Error No: -1072896760: An invalid character was found in text content.
    Additional Information:
    Data is coming from table "gl_alloc_batches.description"
    Encoding Type: UTF-8
    Please Help me how to handle such a non-ascii characters
    Edited by: 868779 on Feb 22, 2012 10:48 PM

    Hi,
    Please find below sql which will find the special characters in column of table,
    SET serveroutput ON size 1000000
    DECLARE
    PROCEDURE gooey (v_table VARCHAR2, v_column VARCHAR2)
    IS
    TYPE t_id IS TABLE OF NUMBER;
    TYPE t_dump IS TABLE OF VARCHAR2 (20000);
    TYPE t_data IS TABLE OF VARCHAR2 (20000);
    l_id t_id;
    l_data t_data;
    l_dump t_dump;
    CURSOR a
    IS
    SELECT DISTINCT column_name
    FROM dba_tab_columns
    WHERE table_name = v_table
    AND data_type = 'VARCHAR2'
    AND column_name NOT IN ('CUSTOMER_KEY', 'ADDRESS_KEY');
    BEGIN
    FOR x IN a
    LOOP
    l_id := NULL;
    l_data := NULL;
    l_dump := NULL;
    EXECUTE IMMEDIATE 'SELECT '
    || v_column
    || ', '
    || x.column_name
    || ', '
    || 'dump('
    || x.column_name
    || ')'
    || ' FROM '
    || v_table
    || ' WHERE RTRIM((LTRIM(REPLACE(TRANSLATE('
    || x.column_name
    || ',''ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789@#$%^&*()_+
    -=,!\`~{}./?:";''''[ ]'',''A''), ''A'', '''')))) IS NOT NULL'
    BULK COLLECT INTO l_id, l_data, l_dump;
    IF l_id IS NOT NULL
    THEN
    FOR k IN 1 .. l_id.COUNT
    LOOP
    DBMS_OUTPUT.put_line ( v_table
    || ' - '
    || x.column_name
    || ' - '
    || TO_CHAR (l_id (k), '999999999999')
    DBMS_OUTPUT.put_line (l_data (k));
    DBMS_OUTPUT.put_line (l_dump (k));
    DBMS_OUTPUT.put_line ('*********************');
    END LOOP;
    END IF;
    END LOOP;
    END gooey;
    BEGIN
    gooey ('GL_ALLOC_BATCHES', 'DESCRIPTION');
    END;
    Thanks,
    Amogh

Maybe you are looking for

  • I cannot use ITV player, it says I need to turn off ad blocking - how do I do this? It only began after latest update of Firefox installed.

    I have tried to watch programmes on ITV player, which I have successfully done in the past, but now it tells me it cannot find the video and that I need to turn off ad blocking on my computer. I went into options, but could not find anything about ad

  • Cluster for SAP ERP 6.0

    Hi, My enterprise plans to use SAP ERP 6.0. System will it is torn on a cluster from 2 nodes. As OS we plan to use Windows 2008 R2. For cluster development I use the document "Installation Guide SAP ERP 6.0 - EHP4 Ready ABAP on Windows: Oracle (Based

  • Extract pages using control click not working in acrobat 9.4.5

    I have been using Adobe Acrobat Standard 9.4.5 for about 2 years to scan and archive documents.  Usually, I scan a stack of invoices then select pages by clicking on the first one, then holding down the control key and selecting additional pages.  Su

  • Click and copy not working in 5.1.4

    10.7.3, Macbook Pro, 8 gigs ram.  After updating last night I now find that on most sites I am unable to click and copy text.  Not all sites, it works on Wiki but for example on this page I am unable to copy "Communities" from the top of the page. No

  • Forwarding to Another Domain

    My local Admin have blocked my website but i have another domain, i would like to know how to forward people to my new domain from my old one, just so they don't need to type the complicated name in! So the web page doesn't even load but it redirects