Printing Single Quotation mark in PDF report

Hi,
we are working in Oracle Applications 11i, using Oracle database 9i and Oracle reports builder 9i.
In Oracle Purchasing we have item descriptions entered in a PO as A’SSY_CONNECTOR . I can see it correct from the front end.
When querying the table po_lines_all which holds the purchase orders lines info from the database I can find the line as A¿SSY_CONNECTOR. I thought the symbol *¿* may be the caps of *'*.is it right?
The problem is when the customized PDF report is generated from the Oracle Purchasing module it gives the item description as A’SSY_CONNECTOR.
The font is times new roman.
any hints please...

Hi;
Pelase check below thread which is mention similar error like yours
Euro Symbol in PO PDF coming as ¤
Regard
Helios

Similar Messages

  • Ligatures are turned as single quotation mark, HELP ME

    I'm using ID CS4 in Mac for composing books, so far in two books the ligatures (fi, fl) are turned as single quotation marks in the output export PDF, am unable to find solution for this, looking forward for the solution. Please help me with your great expertise.

    Hi Peter,
    Thanks for your quick response, let me check and get back to you.
    Very first time when it happened we tried again but it was worked well. So this problem is not regular sometimes it works well and sometimes not.
    As you have suggested below let me check and get back to you. Thanks.

  • Printing a quotation mark (") in concatenate formula?

    Hi, I'm trying to write a function using  =CONCATENATE() and I want to know how to add a quotation mark to the output without it screwing up the forumula.
    This doesn't print out the quotation mark " between B2 and B3:
    =CONCATENATE(B2,""",B3)
    I've been able to do it by referencing another absolute cell with a quotation mark in it, but that's definitely the wonky way to do it.
    I think what I'm looking for is an escape character. In Excel, it's four consecutive quotes that prints a single quotation mark """"
    (I'm using the function to generate html, which uses a lot of quotation marks)
    Any help appreciated, thanks!

    you can use CHAR(34) to print the ascii character 34 (which is a double quote)

  • "Excel found unreadable content in" The Problem is text in a clob exported to excel uses - Left single quotation mark -Right double quotation mark.

    Here are the ASCII char being used.
    145 221 91 10010001 ‘ ‘ ‘ Left single quotation mark
    146 222 92 10010010 ’ ’ ’ Right single quotation mark
    147 223 93 10010011 “ “ “ Left double quotation mark
    148 224 94 10010100 ” ” ” Right double quotation mark
    149 225 95 10010101 • • • Bullet
    150 226 96 10010110 – – – En dash --
    The default CHAR NOW is a black diamond with ? in middle in stead of 'Right double quoation mark' and others.
    The Text used is copied from documents user's get
    so someone is putting in I think what is called ALT ascii. This data has been used for years
    some updates where put in the system, I don't know details.
    The following error started you click YES and the XLS has alot of data missing not just the CLOB.
    Excel found unreadable content in ‘file-name’.
    Do you want to recover the contents of this workbook?
    If you trust the source of this workbook click yes.
    I can copy the text then load it into the a column in a xls. 
    I am exporting the spreadsheet from TOAD it wasn't updated so
    it has to be with the EXCEL. I tried changing the ENCODING in EXCEL but that
    didn't work.

    I'm not familiar with TOAD, could you please let us know how did you export data from TOAD to Excel?
    Based on your description, it should be an encoding problem, have you tried to change the encoding as 'UTF-8' ?
    Wind Zhang
    TechNet Community Support

  • Checking single quotation mark

    Hallo
    I have a probelm
    I want to check in a if block the value of single quotation mark '
    how can I do it in sap
    regards

    I don't know your exact situation, but for me this works:
    PARAMETERS : p_string TYPE string LOWER CASE.
    IF p_string CA ''''.
      WRITE:/ 'Yes'.
    ELSE.
      WRITE:/ 'No'.
    ENDIF.

  • Asking for single quotation mark in a query?

    Hi,
    can somebody told me how I can ask in SQL for a string which includes a single quotation mark??
    Something like this: AAAsb '&' BBBfg
    I would like to replace the '&' into &. To make this I must know how I can
    ask in a query for '&'
    thanxx
    Schoeib

    You can escape the quote character by repeating it like so:
    'AAAsb''&''BBBfg'
    I hope this helps.

  • How to insert single quotation marks

    Hi folks!
    I'm having problem with inserting single quotation marks (').
    I know this could be easily solved but I'm not sure what the best solution is.
    Example
    updatePackingMethod("That's it");
    will throw a sql exception:
    Syntax error (missing operator) in query expression ''that's it'
    my function is written like this
    public boolean updatePackingMethod(String packName, int id){
    String sql="Update PackMethod set PackMethodName='"+packName+"' where Id ="+ id;
    try {
    Statement stmt=conn.createStatement();
    int result=stmt.executeUpdate(sql);
    if(result>0)
    return true;
    catch (SQLException ex) {
    ex.printStackTrace();
    error.setError(ex.getMessage);
    return false;
    Any?
    /Filip

    public boolean updatePackingMethod(String packName, int id){
    String sql=" Update PackMethod set PackMethodName= ? where Id = ? ";
    PreparedStatement pstmt = null;
    try {
    pstmt = conn.prepareStatement( sql );
    // pstmt.setXXX( index, paramValue );
    // where XXX is datatype of parameter
    // index is the Nth ? (question mark) in the sql
    // paramValue is the value to be used instead of ?
    pstmt.setString( 1, packName );
    pstmt.setInt( 2, id );
    int result=pstmt.executeUpdate( );
    if(result>0)
    return true;
    catch (SQLException ex) {
    ex.printStackTrace();
    error.setError(ex.getMessage);
    } finally {
    if( pstmt != null ) pstmt.close();
    return false;

  • Printing a quotation mark

    hello, here is the questions. :)
    i'd like to print a single quation mark (') into results column.
    select 'My name is ' || name || '.'
    from table
    ex results : My name is 'aaa'.
    things like that...

    I think it has to do with the syntax highlighting aspects of TOAD, or any editor. Just look at what the forum software did to your post. In the select statement, you have 2 distinct strings and a keyword (do, the highlighting here seems to be kind of java-ish, but my editor shows to and with as keywords), and a bunch of plain text.
    When you get used to doing a fast syntax scan based on colours it is a litte confusing. Things would be even worse if your string had an odd number of single quotes since everything after the ]' until the next sngle quote would show as text
    John

  • Why I cant type correct single quotation mark in SQL Server 2014 (Please see the pic below)

                            I start to learn SQL Server 2014 by myself just several days ago. As shown above, I tried to input the code in the
    guide book for exercise like I do before. However, it seems to have some problems this time. I cant type a closed quotation mark as I did before for successfully execute those codes. I hope somebody who is so kind to help me with this problem.
    Thanks a lot! 

    Can you share your sample code?
    Ahsan Kabir Please remember to click Mark as Answer and Vote as Helpful on posts that help you. This can be beneficial to other community members reading the thread. http://www.aktechforum.blogspot.com/

  • How to insert a  right single quotation mark?

    The tool „Zeichenpalette“ from the keyboard menu shows me how it is called and shows me some codes, but: how to insert often, every day up to 50 times?
    Thank for hints,
    Karl

    “Zeichenpalette” sounds like the German name for Character Palette.
    You might consider switching to the German keyboard layout. I'm not familiar with the German localisation of the interface, so I don't know what exactly the International pane looks like. You should turn on the Keyboard Viewer anyway, as it is a valuable tool to have for all layouts.
    Instructions, relying on pictures more than text, to make up for my lack of German knowledge:
    1. Open System Preferences. It has the icon of three realistic gears in a box. You can also pick the fourth item down from the top of the Apple menu.
    2. Click the icon of the blue flag.
    3. In this preference pane, click the third tab to the right out of the three at the top.
    4. Tick the box that has a grey icon of a keyboard next to it to turn on the Keyboard viewer.
    5. If you wish to try the German keyboard layout, which will place German quotes in a more accessible position, scroll down and tick the box with a German flag next to it.

  • Passing quotation mark in parameter

    Hi,
    I have one query which I migrated from sql server database. It is given below. I am passing single quote mark as a parameter to this query but it always retrieves 0 as count. But I have 1 record in table. As a solution to this I have resolved this issue for sql server by passing two quotation mark (replacing single quotation mark with double quotation mark). This same solution applies here too. when I pass any parameter with single quote in it, it will replace single quote with double quote and then pass it to the below given procedure. But still it is not working correctly. I have similar query for retrieving that record and it is working fine. Any idea why the below query is not working correctly?
    PROCEDURE GetEntUserGroupCountWithOther
    ppGroupName IN VARCHAR2 DEFAULT '%' ,
    cp1 IN OUT SYS_REFCURSOR
    AS
    BEGIN
    OPEN cp1 FOR
    SELECT COUNT(*) TotalRecords
    FROM ( SELECT Id EnterpriseUserGroupId,
    Name NAME,
    Description DESCRIPTION,
    IsDefault
    FROM EnterpriseUserGroup ) T1
    WHERE UPPER(NAME) LIKE +UPPER('%' || ppGroupName || '%');
    END;
    Thanks,
    Edited by: user10768079 on Jul 14, 2009 10:56 PM

    not sure what your question is, seems to work
    create table EnterpriseUserGroup
    (name varchar2(10))
    insert into EnterpriseUserGroup values ('Hello');
    insert into EnterpriseUserGroup values ('World');
    insert into EnterpriseUserGroup values ('''');
    commit;
    create or replace
    PROCEDURE GetEntUserGroupCountWithOther
    (ppGroupName IN VARCHAR2 DEFAULT '%'
    ,cp1 IN OUT SYS_REFCURSOR
    AS
    BEGIN
       OPEN cp1 FOR
          SELECT COUNT(*) TotalRecords
            FROM EnterpriseUserGroup T1
           WHERE UPPER(NAME) LIKE UPPER('%' || ppGroupName || '%');
    end;
    /and to test it
    SQL> var rc refcursor
    SQL>
    SQL>
    SQL> begin
      2     GetEntUserGroupCountWithOther ('''', :rc);
      3  end;
      4  /
    PL/SQL procedure successfully completed.
    SQL> print
    TOTALRECORDS
               1
    SQL> begin
      2     GetEntUserGroupCountWithOther ('hello',  :rc);
      3  end;
      4  /
    PL/SQL procedure successfully completed.
    SQL> print
    TOTALRECORDS
               1
    SQL> begin
      2     GetEntUserGroupCountWithOther ('not there',  :rc);
      3  end;
      4  /
    PL/SQL procedure successfully completed.
    SQL> print
    TOTALRECORDS
               0

  • Vertical line and missing quotation marks

    I am a new user to FlashPaper. When I created by PDF from
    Microsoft Word, a black vertical line appeared and my quotation
    marks disappeared. What happened? What am I doing wrong?

    As you say, it's not waterproof, but it is really helpfull, thanks. The unclosed quotation are easy to find this way.
    In Dutch we mainly use single quotation marks (double quotation marks are only used for quotations within quotations). This brings an extra dimension to the issue, since the apostrophe and single quotation mark are the same character. So a phrase like ' I'm having problems finding unopened quotations' with your GREP suggestion will mark the apostrophe in I'm as the closing quotation mark.
    So what I'll do is:
    1. find unclosed quotations ‘[^’]+?‘ and mark them with a character style WARNING;
    2. GREP search ’[^‘]+?’ two following closing quotation marks and make them C=100;
    3. GREP search ’[^‘’]+?’ the correct quotations and mark it all K=100;
    4. Do a regular search for '^$ any apostrophe/quotation mark followed by a letter and mark them all K=100;
    5. Do a regular search for any closing quotation mark left in C=100 and manually WARNING-mark the ones that need to be looked at by the editor.
    Step 4 is a bit tricky since any error like 'I agree,'he said (no space after quotation mark) will be marked back to K=100 as well, but those errors I'll probably notice since they're underlined by the grammar control option.
    Thanks again for the help.

  • Typographically correct apostrophes and quotation marks? Bug?

    I am using the trial of Pages '08 (3.0) on a German Mac OS-X 10.4.10. Typographic quotation marks are switched on.
    Apostrophe:
    Whenever I type a phrase in English with an apostrophe, for instance the word "Let's" it uses a left single quotation mark (‘) instead of the right single quotation mark.
    Quotation marks and languages:
    Likewise, with typographic quotation marks set in the program settings, Pages uses the German quotation marks (which look like this: „word‟) although the text language is set to English. This behaviour occurs with English and English, GB. In Word this behaviour changes with the text language setting.
    I am a recent switcher, so maybe a solution to this problem is already known. If not, should I report this as a bug via feedback?

    Ian, yes, that would be Smart Quotes in English.
    You not being able to get German quotation marks in English would seem to be the same problem. I guess this is a bug then (or a missing feature) as I would expect this to change with each language (e.g. French has guillemots etc.).
    Would perhaps having several keyboard input setup in OS-X help here?
    Thanks for the link to Tom Gewecke's page. Tom, I'd be interested to hear of any other good recommendations. Are NeoOffice/OpenOffice good in this respect? Word compatibility and the ability to track changes is a must for me (as client's work with Office), but I'd rather invest in Microsoft Office when the new Universal version becomes available? I like the more simplified interface of Pages, which is why I'm trying the new version out via the trial.

  • Can I use intelligent quotation marks on my iPhone?

    On my Mac I use "intelligent" punctuation, for example intelligent quotation marks. Can I do this on the iPhone too?
    Thanks :)

    I assume you mean the feature where you press a single quotation mark button and the appropriate version of it appears depending on whether it's left or right of the next character? In which case, no, on iPhone you have to enter each quotation mark with different buttons.

  • Servlet Displaying Quotation Marks as Non-Printable Characters

    I have a servlet which is reading an HTML file and displaying it's contents. My problem is that, in the output, quotation marks in the source html (" and ') are being reproduced as non-printable characters (). Furthermore, the same servlet prints the quotation marks fine under the Linux OS and Apache Web Server, but does not under the Windows (2000) OS and IIS Web Server (running j2sdk-1_3_0_02-win). Any suggestions would be appreciated. Code in question is below. "str" is the line from the file. :
         FileReader freader = new FileReader (filePath);
         BufferedReader breader = new BufferedReader(freader);
         String str = null;
         while ((str = breader.readLine()) != null) {
         document = document + str + "\n";
         freader.close();

    Technically, you don't need to add the "\n" in there anyway. Newlines mean nothing to an HTML file if all you're doing is displaying that file. The lack of a carriage return, when the HTML is parsed, is completely irrelevant.
    Also, when handling large String concatenations, it's always going to be more efficient to use StringBuffer.
    StringBuffer sbDocument = new StringBuffer();
    while((str = breader.readLine()) != null)
       sb.append(str);
    String document = sbDocument.toString()

Maybe you are looking for

  • Unable to see User eixt macro in SCM 4.1 - When creating a Collective Macro

    Hello : we are SCM 4.1. We have a need to run 4 macro in a sequence.  I felt that I could create a collective macro and list the macro's.. The macro are user exit macro's. and I am unable to see them in the drop down list.. tried to search OSS Notes

  • How to update a posted message or delete it

    i posted a question on the forum a couple of hours ago and i need to delete it because of some typo errors etc. i have no idea how to contact the administrator etc. can someone advise? kindest regards

  • Illustrator CC won't save on an AdobeDrive

    I can't "check-in" files on an AdobeDrive mount, when using Illustrator CC on a Win7 platform...It works on Mac running 10.7.5

  • How can i make an restore disk on Satellite L850-10J

    Hello, Iv'e bought an Toshiba Satellite L850-10J. In the box it doesnt come with an CD... So i tought it was in my PC an image of the DVD for me to burn on a blank DVD. I didnt find it, please tell me where can i find it. Thanks.

  • Valuable comments required

    Hi All, I am calling a procedure from Crystal Report. One of the parameter needs to handle multiple values. I am passing it as semicolon seperated values to my procedure. I am parsing, populating the same in the collection and using it in my SQL. The