Currency symbol not displayed

Hi All,
I am using crystalreports-javasdk-11.8.8 for generating Crystal Reports in java. We don't have any issue in generating reports but the generated reports contain doesn't contain the Currency symbol.
I have set the locale using below code.
reportClientDocument = new ReportClientDocument();
            reportClientDocument.setLocale(Locale.getDefault());
            reportClientDocument.open(reportFilePath, 0);
In the Report, the Numberic Format is System Default.
Currency Symbol is $
Questions:
1. Why Currency symbol is not dispalyed?
2. I have missed any configuration?
3. How the currency symbol is set based on the Locale?
Details:
Sql Server 2005 used. Database feild is Money.
Thanks for your reply in advance.
Edited by: arun4.d on Dec 19, 2011 6:27 AM

try with newer set of Jars from [here|http://downloads.businessobjects.com/akdlm/crystalreportsforeclipse/2_0/crjava-runtime_12.2.213.zip]

Similar Messages

  • Euro currency symbol not displaying

    Hi
    I am using oracle 11gR2 and GNU/Linux.I am using Putty to connect linux box and connect DB.one table contains all countries currency symbol.
    Problem is I couldn't able to select the 'euro' currency symbol in console but in sqldeveloper it's working good.
    select symbol from gv_curr_info where curr_-cd='EURO';
    I am getting '?' instead of euro symbol. in OS LANG=en_US.UTF-8 and in DB NLS_CHARECTERSET=AL32UTF8 and NLS_NCHAR_CHARACTERSET=UTF8.
    putty also CHARACTERSET=UTF8.
    any idea to solve this issue please?

    First you need to establish the OS can display the euro sign correctly, at all.
    Then you need to make sure your NLS_LANG environment variable has been set up correctly. This means the part behind the dot is the Oracle equivalent of your characterset.
    Then you need to make sure the database can store the euro. If I recall correctly you indicated the database characterset is AL32UTF8. This means you shouldn't have any problem.
    If you go for an ISO characterset you need 8859P15, as the ISO couldn't agree on changing 8859P1.
    As Microsoft never adheres to any standard it is WE8MSWIN1252 for Windows databases.
    Please note Oracle is looking to standardize on multi-byte charactersets, so you will be better of with AL32UTF8.
    As a sidenote in a console session on Windows, NLS_LANG needs to end in .WE8PC850, or diacritical characters will not display correctly.
    Sybrand Bakker
    Senior Oracle DBA

  • Currency Symbol (�) not displaying

    Hi,
    I'm using PostgreSQL as my DB and the pg73jdbc3.jar driver to connect to my DB. I'm trying to display the pound sterling currency symbol (�) in my JTable but it will not display, it puts in a square instead. However, it will display the U.S. dollar symbol ($). The locale settings on the PostgreSQL server are set to en_GB.
    What do I need to do to get the � symbol to display in my JTable.
    Kind Regards,
    Chris

    This has to do with JDBC and databases because I am querying a postgresql database (version 7.3.2) and the .getString() value from the resultset is giving me a square symbol rather than the pound sterling symbol.
    I've tried modifying the font, the locale settings, and the character set used by the JDBC driver but neither of these have worked.
    Anyone got any suggestions?
    Kind Regards,
    Chris

  • Firefox math symbols not displaying correctly

    Firefox math symbols not displaying correctly and special characters not display correctly
    Example: triangle symbol display "D" , but other browser is displaying fine.
    Please give me a solution.
    Thanks & Regards
    Ajay Kumar

    This page uses the Symbol font to display the triangles.
    <pre><nowiki>font-size:12.0pt;font-family:Symbol;mso-fareast-font-family:"Times New Roman";mso-bidi-font-family:"Times New Roman";color:black</nowiki></pre>
    It works for me on Linux, but probably not on Windows.<br />
    Websites shouldn't be using this Symbol font, but use the Unicode replacements instead: Δ (&amp;#916; &amp;Delta;).
    *https://developer.mozilla.org/en/Mozilla_Web_Developer_FAQ#Why_aren.e2.80.99t_symbol.2fdingbat_fonts_working.3f
    *http://www.alanwood.net/demos/symbol.html

  • Math symbols not displaying in browser

    I'm attempting to study for CLEP exams on Instacert's website and have encountered a problem with the math symbols not displaying correctly.  I did the recommendations by the webmaster and tried Google Chrome, then Safari instead of Mozilla's Firefox, and I have downloaded the webmaster's suggested window's font (symbol.ttf), to no avail.  He's not familiar with Apple at all, so he's no further help.
    I have attached a screenshot of one of the pages not displaying the symbols correctly.  As you can see, the math union and intersection symbols look foreign and some of the other math symbols are not correct in other web pages:

    Everybody, report preview problems to apple at:
    http://www.apple.com/feedback/macosx.html
    My biggest problem in preview 4.0 is it freezes while trying to view large images across four apple LCD's. Sometimes I see a gray screen.

  • Degree symbol not displayed properly in Safari 6

    I don't know whether this is a font/configuration issue or a bug. If I look at a certain web site, the degree symbol is displayed as a black diamond with a white "?" inside it in Safari 6. It displays properly on the same Mac using Chrome. It displays properly on an iPhone and iPad using iOS5.1. So I suspect this is a Safari 6 issue.
    This is not a major problem, just an annoyance. If anyone has an idea for resolution, I'd sure appreciate it.
    Thanks.

    My design view won't display properly in Mozilla or IE. The images show. The CSS (core and flow) are found according to the access logs. But it doesn't display nicely at all. This was an upgrade from 1.5 to 1.6. 1.5 looked fine. My old applications from 1.5 display properly.

  • HELP! Copyright symbol not displaying properly!

    Hi, I just uploaded a site and I have a couple of problems. The copyright symbol on the footer of each page shows up as a diamond with a question mark in it. Then on some other pages, like the FAQs page for example, the bullet symbols are displaying correctly but the em dashes look like a diamond question mark followed by a G with a squiggle under it. What am I doing wrong?
    Check it out here:
    http://www.newenglandadventure.com
    Also, it seems my footer is breaking onto a second line. It looks fine in Dreamweaver when I preview the page in a browser, but now it looks like it doesn't fit. It might have to do with the copyright symbol, not sure. Please help because I've already uploaded the site and I don't want people to view it messed up like it is, thanks!

    Can I assume that you either copied this straight from word or pasted the text into Design View?
    If you go into the code view, you will probably see the diamond symbols there too. For the copyright symbols:
    �� Copyright 2012 New England Adventure, LLC. All rights reserved.
    Replace with:
    &copy; Copyright 2012 New England Adventure, LLC. All rights reserved.
    For your bullets, you can either modify what you have or change it to an unordered list which is the correct way to display such information.
    To change to unordered list, select the bulleted text and in the Dreamweaver menu go Insert > HTML > Text objects > Unordered List.
    In code view you should see each line now has <li> around it.
    To replace what you have, remove the symbols in code view and replace with &bull;
    �Ģ Meals: Four Breakfasts and two Dinners<br />
    Replace with:
    &bull; Meals: Four Breakfasts and two Dinners<br />
    For your em dash:
    Insert > HTML > Special Characters > Em-Dash
    or
    add &mdash; in code view.
    As for the footer, it seems to be a basic spacing issue. This can be amended several ways - increasing the width of the div/table cell, decreasing the font size, removing margins/padding etc. Or it could simply be caused by the additional diamond symbols on the copyright.
    Rik

  • Currency symbol not shown when loaded report using JRC

    I'm trying to show the currency symbol in the report file. the .rpt files is already designed with MS Access table but now im reusing the report and populating pojo classes to map with tables. the report that is bound with MS Access table shows currency symbol in currency fields. but when I load report with JRC, it is not showing. I tried to change Fieldformat also programattically as below.
    ReportObjectController reportObjectController = report.getReportDefController().getReportObjectController();
    ReportObjects reportObjects = reportObjectController.getReportObjectsByKind(ReportObjectKind.field);
    if (reportObjects != null && !reportObjects.isEmpty())
                     for (int i = 0; i < reportObjects.size(); i++)
                         IReportObject reportObject = reportObjects.getReportObject(i);
                         if (reportObject instanceof IFieldObject)
                             IFieldObject fieldObject = (IFieldObject) reportObject;   
                                IFieldFormat ifFormat = fieldObject.getFieldFormat();
                             ifFormatObject = (IFieldFormat) ifFormat.clone(true);
                             break;
    for (int count = 0; count < tables.size(); count++)
                        // Set data source for each table
                        setDataSourceForEachTable(tables.getTable(count).getAlias());
    reportObjectController = report.getReportDefController().getReportObjectController();
    reportObjects = reportObjectController.getReportObjectsByKind(ReportObjectKind.field);
    if (reportObjects != null && !reportObjects.isEmpty())
             for (int i = 0; i < reportObjects.size(); i++)
                 IReportObject reportObject = reportObjects.getReportObject(i);
               if (reportObject instanceof IFieldObject)
                             IFieldObject fieldObject = (IFieldObject) reportObject;   
                             if (fieldObject.getFieldFormat().getNumericFormat() != null)
                                  fieldObject.setFieldFormat(ifFormatObject);
                                  //fieldObject.setFieldValueType(FieldValueType.currencyField);
                                  break;

    Above code just get one of the currency field and clones the format. And after setting the pojo datasource, I'm again setting the cloned format to that particular field. But still  Im not getting currency symbol in the reports that are loaded via JRC. even I set locale before opening the report. but that also not helping.
    report.setLocale(Locale.UK);
    report.open(reportName, 0);
    Please guide me, If I'm wrong in this.

  • Euro symbol not displayed/stored correctly when Application Server on AIX

    Hi,
    Up till now we have an BC4J/ServiceFile/UIX application (generated with JHeadstart)running on Windows OS (Application Server and Database).
    The customer has decided to move the Application Server (10g) to an AIX machine.
    When testing the application we find:
    1) Euro symbol (€) is displayed en stored correctly when stored in varchar2 db-columns
    2) The Euro symbol is not stored correctly when stored within a CLOB db-column AND when the AS runs on an AIX.
    When the Application Server runs on a Windows-platform the euro symbol is displayed and stored correctly.
    Our first guess was some NLS_LANG configuration problems on the AIX-machine. We tried however to set the NLS-LANG to "DUTCH_THE NETHERLANDS.WE8MSWIN1252". This had no visible effect.
    Are there other (if any) NLS-settings which influence the way the CLOB-columns are dealt with?
    When connecting to the same database from a Windows-Application Server no problems occur, thus showing that the problem is AS/OS specific.....
    Our guess is that is related to BC4J and how BC4J communicates with the database.
    Is this problem a known bug/issue?
    Any ideas how to solve this problem?
    We are using JDeveloper 9.0.3.1 (build 1107), Business Components Version is 9.0.3.10.62
    Thanks,
    Anthonie

    Sorry, I'm having difficulty understanding what's happening here. Let me see if I get it.
    You have an application that stores the euro symbol in a CLOB. When the server that handles this application is on AIX, the euro is not properly displayed in the client. When the server is on Windows, it displays properly.
    Is that the issue? If so, it could be a number of things, but it's probably related to the character set differences between the two database servers.
    Have you been able to reproduce this without using Business Components?
    -SteveA

  • Currency members not displayed on Essbase

    Environment:* EPMA version 11.1.2.1
    As part of multicurrency, we have added the two members EUR and USD in *‘Currency’* dimension to perform currency conversion and then re-deploy application. Deployment has done successful without any error. But members not displayed in Essbase as expected.
    We have setup default application currency and reporting currency as GBP.
    Currency Dimension hierarchy in EPMA (Before Deployment)_
    Local
    GBP
    EUR
    USD
    Currency and HSP_RATES hierarchy in Essbase (After Deployment)
    Currency Dimension*
    Local
    GBP
    Actual Problem:_ Missing EUR and USD member in Essbase
    HSP_Rates
    HSP_InputValue
    HSP_InputCurrency
    HSP_Rate_GBP
    HSP_Rate_EUR
    HSP_Rate_USD
    Now you can see EUR and USD member not dislayed as expected in Essbase. Can anyone help in guiding or resolving the issue?
    Thanks in Advance

    1.     Yes. Outline created, we have used the option Refresh and Full Deploy
    2.     Not having access to server. But if you particular log file then let me know the name. I will try to arrange the log file.
    3.     I have added two new member RUB and CAD. But problem remain same, these member not displayed under currency dimension. But it will displayed successfully under HSP_Rates with names ‘HSP_Rate_RUB’ and HSP_Rate_CAD’. It means functionality working fine, but not displaying member. If it won’t display then I can’t create currency conversion script.
    4.     Successfully deployed, no error messages

  • Yen Symbol Not Displayed Correctly in Text

    Hi all,
    I am trying to create a text file in the application server using the command "OPEN DATASET IN TEXT MODE", which I am able to do so far.  The data to be transferred to the text file contains the Yen Symbol: ¥  or ALT+0165.  The symbol is being displayed correctly in SAP, but when I open the text file created my notepad is only displaying a small box or dot:
    ・45,000;
    but when I try to manually type the yen symbol on the notepad I am able to do it correctly!  For additional this is the code snippet in question:
      LOOP AT i_tag INTO wa_tag.
        ls_tag = wa_tag.
        AT NEW grouping.
          CLEAR v_path.
    *--- define and open file path for file group
          CONCATENATE ls_tag-pathextern ls_tag-file INTO v_path.
          OPEN DATASET v_path FOR OUTPUT  IN TEXT MODE.
          IF sy-subrc <> 0.
            CLOSE DATASET v_path.
            CLEAR v_path.
          ENDIF.
        ENDAT.
        CHECK NOT v_path IS INITIAL.
        PERFORM:
          prepare_file_data,
          prepare_file_line CHANGING v_line.
        IF NOT v_line IS INITIAL AND wa_tag-tag_menge > 0.
          DO wa_tag-tag_menge TIMES.
            TRANSFER v_line TO v_path.
          ENDDO.
        ENDIF.
        AT END OF grouping.
          CLOSE DATASET v_path.
          CLEAR i_filenames.
          i_filenames-file = ls_tag-file.
          APPEND i_filenames.
        ENDAT.
      ENDLOOP.
    is there any additional preparation i need to transfer the yen symbol properly?  By the way the system is  4.6c.
    Thanks in advance!

    Before writing to the file change ¥ into  in order to translate properly to in the text file.

  • Currency units not displayed

    Hi all,
    I have query, in rows i have g/l account  and in columns i have actuals total in group currency and actuals total in local currency of spain, local currency of france local currency australia etc. The thing is when i execute the query it showing the values of local currencies correctly but it not showing the currency uints. I have scaling factor to 1000 and I don't have much complexities,
    Is there any particular option to show the units.
    Any help is appreciated.
    Thanks,
    P

    Hi Bhanu,
    Thanks for the reply , the user are insisting that they require the scaling factor and the units to be displayed. But anyways, I have been given another problems to look around as there was a new bex consultant has been hired. Thanks for the tip of dividing by 1000.
    Thanks,
    Prasad.

  • Symbols not displayed correctly in output

    Hi,
    I've discovered that the symbol for a micron has been used
    throughout a large help project that I've inherited (Symbol font
    Alt+0109). The problem is that it looks fine within Robohelp, but
    once compiled, it is displayed as an "m". ARGHH!
    I can't search for it, as the Search and replace tool also
    sees it as an "m".
    Is there any way I can either get it to display properly in
    the output?
    Or is there an easy way to search for it so that I can remove
    it, as painstakingly going through each file is going to take for
    ever?
    Thanks for any ideas.
    Regards,
    cornish_fi

    Hi all
    If you want to discover the codes that can be used for
    certain characters, try this.
    1. Click Start.
    2. Click Run.
    3. Type
    Charmap into the Run Dialog.
    4. Click OK and the Windows Character Map applet runs.
    5. Select the Font to be used.
    6. Locate the character and click the Select button. This
    should reveal the keystroke to be used to produce the character.
    You simply look in the lower right corner of the dialog to see it.
    Here is the bonus. Click the Copy button and the character is
    copied to your Windows clipboard. You may now paste it where you
    need it.
    Cheers... Rick
    7.

  • Euro symbol not displayed in pdf

    Hi,
    I am not getting euro symbol in pdf. Instead of that, I am getting '?'.
    When i query the database I am getting euro symbol. the data type is VARCHAR2.
    Thanks in advance.

    is there any solution to this issue??

  • Symbols not displayed on webpages

    I am not a very technical person, so in lehmans terms here it is... When I open a webpage that is supposed to have check boxes next to an item, such as when I am choosing an option from a list, the check boxes are not there. I don't always know if I am choosing something I want or not cause those boxes aren't there. Can anyone help? Is there some kind of setting in preferences to change? Thanks.

    +When I used the +, the boxes disappeared, when I used the - they were back. I am so confused.+
    OK that explains a bit more - the check boxes are set by the CSS (Cascading Style Sheet) in the html code to display at a specific Font size, when you alter the size they aren't showing. Use command 0 for the default Font size for the page and the check boxes should always show for you.

Maybe you are looking for