Dollar signs in JDEV showing as asterisk when running on 11g middleware

I've developed my app using JDEV and when running it in my own environment it displays $ signs correctly. But once deployed to the server the $ changes to *.
Any help?

try setting <currency-code>USD</currency-code> in trinidad-config.xml
<af:inputText ......
id="it21">
<af:convertNumber groupingUsed="true" type="currency" locale="en_US"
maxFractionDigits="2" minFractionDigits="2"/>
</af:inputText>

Similar Messages

  • Signed apk file shows only header when run - the rest of the screen is blank

    Hi
    I have
    built a folio for Android app.
    published the folio
    Used DPS app builder to build the app
    used terminal to build the keystone
    Use the DPS Tool to sign the app
    I transferred the apk file to the Android device and installed it - it installs fine
    When the app opens all that can be seen is the icon of the app in the top left corner of the screen and a menu tool, top right corner for Settings and About
    The screen where the app should be showing is completely black.
    The DPS App builder screen still shows that the app is unsigned, as shown below.
    The other thing that is weird, I think, is that the apk file created is 3.6 megs large, while the files in the folio are quite large and on the iPad the app is 500 megs.
    I guess I have three questions:
    1. What am I missing that the screen comes up black on the tablet?
    2. Why does the DPS app builder show that the app is still unsigned.
    3. Shouldn't my apk file size match the size of the folio?
    Thanks for your help
    Deb

    You need to:
    1)      Publish the folio as free
    2)      Put the app in the store as a paid app
    Then people have to pay to download the app, but once they have it they can download the folio at no charge.
    I suggest reading this blog entry from Bob Levine that explains the difference between Single Edition and multi-issue applications. On Android and Windows you must create a multi-issue application.
    http://boblevine.us/digital-publishing-suite-101-single-edition-vs-multi-folio-apps/
    Neil

  • System is showing time out when run in background

    Dear all,
    We have two systems: One R/3 and EBP. We have made one report where the remote function module will be called from R/3 to EBP. There are 4 lakhs data in SAP. We are sending 10000 data as package in internal table and getting the corresponding output. But the system is showing time out when the report has run in background. Can you please suggest how the process can be improved so that the timeout can be avoided.
    Thanks and regards,
    Atanu

    Hi,
    Try to fetch records in smaller chunks and process them.  For example, if you are trying to fetch records for one year, instead of single query, try to fetch in 12 sets for each month.  Fetch first month and process the records and put them in the output internal table.  Then go for next month and so on.  Anyway your program is running in background.  There will not be any user complaint also.  The solution might sound bit funny.  But it works.
    Regards,
    Hema

  • Query not showing detailed result when run through query Designer or Portal

    Hi,
    There is one query which not showing detailed result while running through Query Designer or run in Portal.
    But strange thing is that it is showing the detailed result when i run it through BeX Analyzer.
    While all the other queries don't have this problem in system. All showing the correct detailed result.
    If anyone have some idea on this issue plz let me know.
    Regards,
    Javed
    Edited by: Javed Akhtar on Jul 7, 2009 3:59 PM

    Hi,
    We can do this setting in WAD. Please check the web template and try to remove that setting. When you have hierarchy then we can display only till certain level in portal, this setting is done in web template APIs, but in bex analyzer you can see all the detailed information.
    Edited
    Go through this thread for some more detailed information
    http://help.sap.com/saphelp_nw2004s/helpdata/en/44/7b5f0a95ce12d0e10000000a422035/frameset.htm
    Regards,
    rik

  • Shockwave shows no content when run with limited privileges

    Hi,
    We're deploying showckwave player in our company.
    When installing shockwave player on windows 7 wirh IE9 shockwave shows only content when IE9 is run in Administrative Mode. If IE9 is run with limited privileges which is default shockwave shows no content (i.e. http://www.adobe.com/shockwave/welcome/).
    Any solution for this?

    the ipod touch and iphone where fully functional before the 2.0 update, but since than it seems like everything has gone to crap, it seems like apple can't make any good firmware anymore, iTunes 7.7.1 (which causes the app failures and the music being deleted, and iphone 2.0.2, didn't fix anything for me, man i can't wait to get the new ipod touch, maybe all these problems will be fixed by then

  • Macbook shuts off during start-up - can't get through safe-mode, single user mode (fsck -fy) and target-drive shows no problems when running disk utility repair

    Hi everyone,
    I'm simply all out of ideas on what to do - my best guess is the problem is not specifically hard-drive related since all the 'normal' fixes just won't work.
    What could be the cause of my issue? The only way i've managed to keep the Macbook Pro on for longer than a minute is through target drive, where it seems to work just fine - i can access everything. To sum up everything:
    1 - I tried resetting the PRAM
    2 - I tried to go in to safe mode, it shut off before i could type the password
    3 - I tried fsck -fy command from single user mode, sometimes i can get to actually typing it but mostly it shuts off before
    4 - I tried to repair disk via target drive - success, no problems detected (and it didnt fix my issue)
    5 - I reinstalled OS Mavericks.
    The Macbook Pro previously had some problems with the power-button not working properly (a mac-cunning friend of mine had to open up the mac and start it by swiping to metal pins on a specific (battery/power?) part inside it. The problem kinda went away afterwards but it might be related to this?
    This is way off my comfort zone of 'diagnosing' issues, so I'm crossing fingers for some good advice.
    Thanks,
    Aske
    Denmark

    I think you're right.
    If it's hardware related, is it possible to guess at what it might be? It would be nice to know how much I should expect to pay for a repair before actually getting it fixed.

  • BADI shows ACTIVE but when run... its not being called

    Hi all,
    I just implemented a BADI from ME_PROCESS_PO_CUST... as ZME_PROCESS_PO...
    Everything was working fine in DEVELOPMENT system... but after I transported it to QA system...
    ME21N unable to detected my implemented BADI ZME_PROCESS_PO... but i check its status is already "ACTIVE"...
    Anyone come across this weird problem?
    Regards,
    William Wilstroth

    Hello William
    You can do a very simple "smoke" test on your BAdI implementation: add a CONSTRUCTOR method to the BAdI implementing class and add the following coding:
    METHOD constructor.
      IF ( syst-uname = <your SAP user name> ).
          BREAK-POINT.
    ENDIF.
    " Or use an activatable break-point:
      BREAK-POINT ID <name of checkpoint group>.
    " Or use SET/GET parameter:
    DATA: ld_value(30)   TYPE c.
    GET PARAMETER ID '***' VALUE ld_value.
    TRANSLATE ld_value TO UPPER CASE.
    IF ( ld_value = 'BREAK_ME21N' ).
       break-point.
    ENDIF.
    ENDMETHO.
    If the BAdI is not active (for whatever reason) or not yet instantiated within the transaction you will not pass the CONSTRUCTOR method.
    However, if you can stop the transaction at the break-point in the CONSTRUCTOR method you know two things:
    (1) The BAdI implementation is indeed active.
    (2) Your implemented method may not yet been passed in the transaction flow.
    Regards
      Uwe

  • A question when run oracle 11g oradim utility

    I want to create a new 11g database service on windows 2003 server using oradim , i encountered the following error,but still created the service successfully.I run the same command to create a new 9i&10g service the error didn't arise.
    i didn't know if anybody had encountered the same error?is it a bug of 11g v1 ?i am not sure.
    11g:
    E:\oracle>set oracle_sid=test11g
    E:\oracle>oradim -new -sid test11g -syspwd oracle -startmode manual -pfile K:\oracle\product\11.1.0\db_1\database\inittest11g.ora
    Instance created.
    Error while deleting value, OS Error = 2
    The Oracle test11g VSS Writer Service service is starting.
    The Oracle test11g VSS Writer Service service was started successfully.
    9i:
    C:\Documents and Settings\rachen>oradim -new -sid test -startmode a -intpwd oracle -pfile E:\ORACLE\ORA92\DATABASE\INITTEST.ORA
    C:\Documents and Settings\rachen>oradim -delete -sid test
    10g:
    E:\rachen>oradim -new -sid w10gedx0 -syspwd oracle -startmode auto -pfile K:\oracle\product\10.2.0\db_2\database\initw10gedx0.ora
    Instance created.
    E:\rachen>oradim -delete -sid w10gedx0
    Instance deleted.
    E:\rachen>
    Message was edited by:
    user592922

    Hello,
    I am also getting the same error while executing the Oradim command
    C:\>oradim -NEW -SID TestRCAT -SRVC OracleServiceTestRCAT -SYSPWD TESTRCAT -startmode manual -SRVCSTART system -pfile "E:\RecoveryCatalog\inittestrcat.ora"
    Instance created.
    Error while deleting value, OS Error = 2
    The Oracle RCAT VSS Writer Service service is starting.
    The Oracle RCAT VSS Writer Service service was started successfully.
    Any Idea ?
    Thanks
    With Regards
    Hemant

  • How to add comma and dollar sign that places automatically in input text field

    I have this ROI calculator which has several text input field
    on frame one with calculate and reset buttons. When a user enters
    numerical values in the text field, and jumping to the next field,
    I want the input text filed be updated with dollar sign and with
    comma.
    Next when they hit "ENTER" key or click "Calculate ROI"
    button, all the input text fields on frame 2 as a result of
    calculations be updated with dollar sign and comma. I also need
    that once the comma sign is assigned then it would not add any more
    even if user presses the button. Can someone help me in
    this?

    If you want to Set the Comma when you Switch to next Text
    Field
    Use onKillFocus / onSetFocus Functions.
    to restrict multiple comma, Before Adding comma use
    myText.text =
    myText.text.split(",").join("").split("$").join("");
    So this will give you the value without Comma and Dollar
    symbol, Now add the Comma and dollar.
    or you need to use a Flag for onChange Event.

  • Java application behaving differently when run from netbeans

    Hi,
    When i run my program from netbeans it receives packets from ip addresses which are not in my subnet
    but when i run it from outside netbeans it doesn't receives packets from ip addresses which are not in my subnet.
    Can anybody explains why my application is showing different behavior when run from netbeans and when run independently?
    Thanks.

    Bingo! My script started the rmiregistry and continued on to start the servers. Apparently, it was too quick. I put a 10 second delay after the rmiregistry startup and all is working as it should.
    Thanks for your help. You get the Duke dollars if I can figure out how that works.

  • Form when running through menu

    Hi
    I have a form - and when I run it from forms, it runs with the a toolbar up the top with icons for save, delete record etc. However when I run it through a menu (.mmb), it doesn't have this toolbar at the top. How do I make it show this toolbar when running from a menu?
    Thanks
    Martin

    Sorry, I didn't see your reply before.
    I think the problem could be that you specify No_Replace. This means that [Oracle Forms will keep the default menu module of the calling form active for the called form|http://www.oracle.com/webapps/online-help/forms/10g/topics/f1_help/builta_c/callform.html?tp=true].
    You should look into using the FORMS_PATH variable instead of using the full path to the form, it's not essential but it's more flexible. On earlier versions this is FORMS90_PATH, FORMS60_PATH etc, and is set in the .ENV file (assuming you're on webforms).

  • IPad- on Yahoo pages the mail icon with the red number indication shows email.  When I tap, it asks me to sign in again. I do. It takes me to yahoo mail but there is nothing.  All the folders are emptied. All mail is either read, trash, or deleted.

    iPad- on all Yahoo pages the mail icon with the red number indication shows email.  When I tap, it asks me to sign in again. I do. It takes me to yahoo mail but there is nothing.  All the folders are emptied. All my mail is either read, trash, or deleted. Also, when I tap on the mail app on iPad home page, gmail is no problem but for yahoo I get error: no password for yahoo. Go to Mail Account Settings and enter password.  I'm stuck. Suggestions?  Thank you.

    Ask and you shell receive.....lol
    Go to your Gmail account in the browser.
    Hit the folder icon that brings up the folder selection.
    Scroll down to the bottom and select desktop version.
    The broswer will refresh and bring up your gmail account as though you were looking on it on the computer.
    The go to the upper right corner and select settings.
    Then go to forwarding and pop/imap
    Go look at pop download
    There you'll find 3 numbered lines
    Go to 1. Status
    And select enable pop for all mail
    Then save the settings
    Once you have done that you can go back to BlackBerry device settings and sync your mail or wait for it to sync it's self.
    Let me know how it works out.
    I just did it and it sync within minutes.

  • Ipod classic will only show apple sign and a big red X when I try to do anything? What happened? How do I fix it?

    Ipod classic froze and after resetting it, will only show a grey apple sign and a big red X when I try to do anything. Don't know what happened. Don't know how to fix it. Tried everything it says to do in support. At this point I would be happy with getting it back to  factory default.

    Hi katieperkins99,
    Welcome to the Apple Support Communities! 
    I understand that your iPod classic is displaying a red X icon on the display. In this situation, I would recommend restoring your iPod from Disk Mode. Please use the information located in the attached article for instructions on completing the process. 
    iPod Displays a Red "X" Icon - Apple Support
    Cheers,
    Joe 

  • HT201210 my iphone 5 has jammed showing the iTunes sign and a plug in wire when plug in box says error 3014 any help please...

    My iphone 5 has jammed in download showing the itunes sign and a plug in cabel  when going to itunes a box is show says error 3014... help please

    http://support.apple.com/kb/ts3694#error3014
    Error 3014
    This error occurs when iTunes is unable to reach gs.apple.com in a timely fashion. Follow the steps below inUnable to contact the iOS software update server gs.apple.com.

  • GridView collapses when continuing $$$ (dollar signs) string is in a cell.

    Dear anyone who concerns,
    I have made a GridView defining Columns -> Item Width to be fixed 110 px.
    But when continuing $$$ (dollar signs) string is in a cell,
    the string does not wrap and make the cell wider than 110 px
    so that GridView table's layout collapse in result
    when the page is shown in Internet Explorer 8.
    (when in Firefox or other browsers, the string wraps successfully)
    Would you please let me know the reason why above simptom occurs ?
    Thank you very much in advance.

    Hello,
    For issuses regadring ASP.NET controls, please post it to:
    http://forums.asp.net/
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

Maybe you are looking for

  • Mac Book Pro constantly displays spinning wheel of death HELP!!!

    My Mac Book Pro (after installing Mavericks) displays the spinning wheel of death multiple times per day. I thought it was my Google Chrome, but now it has been happening no matter what application I am using. I used Etrecheck to see what is going on

  • Hyperlink in OO-ALV to Sap-Business- Workplace-Dokuments

    Hello specialists, I  have implemented hyperlinks to an oo-based ALV-List ( please see sample code later ). Now we have the problem that these hyperlinks only work in a local network-area. But we have also foreign-departments on our SAP-system, that

  • Mac book AIR or Mac book PRO for Autocad light user

    Mac book air or mac book pro with autocad? Hello everyone, i am trying to decide wheter to buy a Mac book AIR 13 inch or the mac book PRO 13 inch. I am an architech switching from office to MAC, and i am a light user of AUTOCAD. in AUTOCAD I only use

  • Sometimes when I click on a link Firefox opens a blank page. How can I fix this?

    This happens mostly when I am trying to subscribe to a site or email a page or information. Can you help please?

  • Backup vs Time Machine

    My lovely old iMac recently got stolen and now I've got a new MacBook Pro.  I used to backup to iDisk using Backup but this now has been replaced with Time Machine.  Do I need to back up to an actual disk??!!  I says "Time Machine Not Configured" but