Please help.  I am having lsot of issues using 'CONVERT_TO_LOCAL_CURRENCY'

I have the folling code and my local-amount returned is always incorrect if my exchange rate is this way 1.96-.  It keeps multiplying by 1.96 when it needs to divide.  what am I doing wrong??
CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY'
      EXPORTING
        DATE               = COMM_STRUCTURE-CALDAY
        FOREIGN_AMOUNT     = COMM_STRUCTURE-NET_VALUE
        FOREIGN_CURRENCY   = COMM_STRUCTURE-DOC_CURRCY
        LOCAL_CURRENCY     = COMM_STRUCTURE-loc_currcy
     LOCAL_RATE         = COMM_STRUCTURE-EXCHG_RATE
       RATE               = COMM_STRUCTURE-EXCHG_RATE
       LOCAL_TYPE_OF_RATE = US_RATE_TYPE
       TYPE_OF_RATE         = US_RATE_TYPE
      IMPORTING
     exchange_rate           = t_er
     foreign_factor          = t_ff
     local_factor            = t_lf
      LOCAL_AMOUNT       = p_VALUE
EXCEPTIONS
     no_rate_found           = 1
     no_factors_found        = 2
     no_spread_found         = 3
     derived_2_times         = 4
     overflow                = 5
     zero_rate               = 6
     OTHERS                  = 7.
    RESULT = p_value.
  else.
    RESULT = COMM_STRUCTURE-NET_VALUE.
  ENDIF.

Hi
Just as I said in your previous post u should check how u transfer the value of the rate.
See this examples:
a):
PARAMETERS: P_AMOUNT LIKE BSEG-WRBTR,
            P_KURSF    LIKE BKPF-KURSF.
DATA: LOCAL_AMOUNT TYPE WRBTR.
CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY'
  EXPORTING
*   CLIENT                  = SY-MANDT
    DATE                    = SY-DATUM
    FOREIGN_AMOUNT          = P_AMOUNT
    FOREIGN_CURRENCY        = 'USD'
    LOCAL_CURRENCY          = 'EUR'
    RATE                    = P_KURSF
IMPORTING
   LOCAL_AMOUNT            = LOCAL_AMOUNT
EXCEPTIONS
   NO_RATE_FOUND           = 1
   OVERFLOW                = 2
   NO_FACTORS_FOUND        = 3
   NO_SPREAD_FOUND         = 4
   DERIVED_2_TIMES         = 5
   OTHERS                  = 6
IF SY-SUBRC <> 0.
  MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
          WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
ENDIF.
WRITE: P_AMOUNT CURRENCY 'USD', LOCAL_AMOUNT CURRENCY 'EUR'.
Here if you insert 1,96 in the selection-screen the value of the rate will be 1.96 - and the local value will be obteined by dividing the foreingn one.
PARAMETERS: P_AMOUNT LIKE BSEG-WRBTR,
                                 P_RATE       LIKE VBAP-NETWR.
DATA: LOCAL_AMOUNT TYPE WRBTR,
           P_KURSF      LIKE BKPF-KURSF.
MOVE P_RATE TO P_KURSF.
CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY'
  EXPORTING
*   CLIENT                  = SY-MANDT
    DATE                    = SY-DATUM
    FOREIGN_AMOUNT          = P_AMOUNT
    FOREIGN_CURRENCY        = 'USD'
    LOCAL_CURRENCY          = 'EUR'
    RATE                    = P_KURSF
IMPORTING
   LOCAL_AMOUNT            = LOCAL_AMOUNT
EXCEPTIONS
   NO_RATE_FOUND           = 1
   OVERFLOW                = 2
   NO_FACTORS_FOUND        = 3
   NO_SPREAD_FOUND         = 4
   DERIVED_2_TIMES         = 5
   OTHERS                  = 6
IF SY-SUBRC <> 0.
  MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
          WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
ENDIF.
WRITE: P_AMOUNT CURRENCY 'USD', LOCAL_AMOUNT CURRENCY 'EUR'.
Here if it inserts 1,96-, when the value is transfered to the variable for the rate becomes 0.00196- so the local value is obteined by multiplying the foreingn one.
So in this last case:
PARAMETERS: P_AMOUNT  LIKE BSEG-WRBTR,
                               P_KF_1    LIKE VBAP-NETWR.
DATA: LOCAL_AMOUNT TYPE WRBTR.
CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY'
  EXPORTING
*   CLIENT                  = SY-MANDT
    DATE                    = SY-DATUM
    FOREIGN_AMOUNT          = P_AMOUNT
    FOREIGN_CURRENCY        = 'USD'
    LOCAL_CURRENCY          = 'EUR'
    RATE                    = P_KF_1
IMPORTING
   LOCAL_AMOUNT            = LOCAL_AMOUNT
EXCEPTIONS
   NO_RATE_FOUND           = 1
   OVERFLOW                = 2
   NO_FACTORS_FOUND        = 3
   NO_SPREAD_FOUND         = 4
   DERIVED_2_TIMES         = 5
   OTHERS                  = 6
IF SY-SUBRC <> 0.
  MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
          WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
ENDIF.
WRITE: P_AMOUNT CURRENCY 'USD', LOCAL_AMOUNT CURRENCY 'EUR'.
It has the same result of the previous case because if it insert 1,96- it'll become 0,00196-.
It's very important the type of the rate is like BKPF-KURSF.
Max

Similar Messages

  • Please help me to sort out this issue

    Hi,
    I have two user MAIN_USER and TMP_USER both have DBA,CONNECT,RESOURCE privileges.
    While I am creating the below procedure in MAIN_USER, I am getting the error ‘ORA-00942: table or view does not exist’ in the insert statement line FROM TMP_USER.PROD_MASTER.
    CREATE OR REPLACE PROCEDURE MAST_UPLOAD IS
    BEGIN
    INSERT INTO PROD_MAST
              (SELECT *
              FROM     TMP_USER.PROD_MASTER);
    END;
    Please help me to sort out this issue.
    Thanks,
    Jen.

    If the code works for TMP_USER but not for MAIN_USER, then the privileges are not the same. I'm assuming DBA,CONNECT,RESOURCE are roles. Roles are not the only thing that can be assigned to users. Users can have the same roles, but access to different objects. In this case, it looks like one user has access to the table, and the other doesn't.

  • Please help. When exporting a 720p video using Quicktime Conversion in FCP it saves some extra temporary files to my computer. The file is called ICMMultiPassStorage. This file gets so large that eventually the program and exporting process crashes.

    Please help. When exporting a 720p video using Quicktime Conversion in FCP it saves some extra temporary files to my computer. The temporary file it saves is called ICMMultiPassStorage. This file gets so large that eventually the program and exporting process crashes. I have been able to locate the file using GrandPerspective and close out of FCP to delete it. But when I try exporting the movie again it creates the ICMMultiPassStorage file again. I have made sure my scratch disks are set to my external hard drive so I know that isn't the issue. How do I fix this problem so these temporary files are not being stored on my internal hard drive instead of my external?Thanks!

    Try exporting the timeline "using current settings" via Make QuickTime Movie, then submit that clip to Compressor for the transcode. This should be faster and less painful.

  • I've a problem which is: Ibelieve there's someone who knows my password in some games like "Happy Day" so, could you please help me by not letting anybody to use this game except for this IMEI 01 336000 521261 1 even if they have the correct password.

    I've a problem which is: Ibelieve there's someone who knows my password in some games like "Happy Day" so, could you please help me by not letting anybody to use this game except for this IMEI 01 336000 521261 1 even if they have the correct password. Thanks alot for your help.

    Change your password.
    These are user forums. We can't do what you ask, in fact no one can.

  • I am a user of iPhone 4 that they gave to me .. then suddenly my brother restored it and we cannot identify the apple id and password that have used to unlock this phone.. please help me .. because i can't use anymore my phone

    I am a user of iPhone 4 that they gave to me .. then suddenly my brother restored it and we cannot identify the apple id and password that have used to unlock this phone.. please help me .. because i can't use anymore my phone
    Please Help me .. im from Philippines
    thx a lot apple company
    <Email Edited By Host>

    This is not Apple we are all users here
    You will need to obtain the original Apple id ,that is the only way to unlock it
    Speak to the original owner .If you cannot it is likely the iPhone was stolen and the activation lock is preventing use by a third party that is you

  • I am new to mac please help me basic tips an trick to use mac

    i am new to mac please help me basic tips an trick to use mac its very frustrating for any thing i have to call apple help line
    any acesserious to macbook air 13 like any silicon case or carry case or some acesserious
    i have delete contains of master folder of phothos still i can see phothos in my mac so how can i delete it

    Apple has a site for new users. Use it. Also, David Pogue is an excellent tech writer who has penned a series called the Missing Manual. I assume you've come to the Mac from the Windows world and he's written one especially for switchers. I've linked to the version for Mavericks (10.9) but if you have an earlier version of the Mac OS he's written a similar book for them as well.

  • Can you please help me with an office 365 issue in regards to receiving encrypted data/secure messages and being able to open and see the information

    I am unable to received encrypted emails from my work as when I log into my gmail account once I have clicked onto the email message I keep getting
    an error that says I must log out of my hotmail and into my gmail to receive this message.  I do this and still the same message.  I have actually gone onto Hotmail and signed out, gone then back to the link to sign into my gmail link for the encrypted
    message to log in with my gmail and password which I have also changed and still same, I am logged into Hotmail and I must log out and sign in with gmail address to access the encrypted message.  I have tried to use IE, Google Chrome and Firefox all with
    the same issues.  It appears our IT person is having the same issue.  We really need to get this going and is there a contact person who can help us?

    This is not an Office 365 support forum.  This is a Windows 7 support forum.
    The Microsoft Office support forums are found @
    https://social.technet.microsoft.com/Forums/office/en-us/home?category=officeitpro%2Cvisio2010%2Cgrooveserveritpro and that is where you need to post for assistance with Office 365.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”

  • Please Help --Export to excel time out issue

    500 Connection timed out
    Hi Friends,
    We have a query which runs about 3 minutes on web and  brings bach 54000 rows  , but when the user tries to export to excel It give timeout error as below.
    Connection timed out (-5)
    Error: -5
    Version: 6020
    Component: ICM
    Module: icxxthr_mt.c
    Line: 2467
    Server: tepas0_abc_00
    Detail: Connection to partner timed out
    Please help me out.
    Thanks a lot!

    Hi,
    Check the info here:
    https://forums.sdn.sap.com/click.jspa?searchID=5203764&messageID=959490
    There are also a lot of other threads on time out issue...
    Hope this helps...

  • Please Help Me Solve My kextcache Crashing Issue!!!

    Hello, i have just recently re-installed my OS, I am running 10.4.11. I re-installed trying to fix this issue. Everything in my MacbookPro is stock hardware except for some RAM from Crucial. I have tested the ram and it seems to be fine.
    The Crash Log looks like this:
    Host Name: boomhauers-computer
    Date/Time: 2008-09-12 11:24:30.242 -0700
    OS Version: 10.4.11 (Build 8S2167)
    Report Version: 4
    Command: kextcache
    Path: /usr/sbin/kextcache
    Parent: kextcache [28]
    Version: ??? (???)
    PID: 271
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000004
    Thread 0 Crashed:
    0 com.apple.framework.IOKit 0x90c10db0 patchVTable + 809
    1 com.apple.framework.IOKit 0x90c115da kldfile_patchOSObjects + 160
    2 com.apple.framework.IOKit 0x90c12a82 _kload_loadmodules + 147
    3 com.apple.framework.IOKit 0x90c1409d kloadloaddgraph + 645
    4 com.apple.framework.IOKit 0x90c018be _KXKextManagerLoadKextUsingOptions + 1318
    5 kextcache 0x00007584 0x1000 + 25988
    6 kextcache 0x00004f0b 0x1000 + 16139
    7 kextcache 0x00001e7e 0x1000 + 3710
    8 kextcache 0x00001da5 0x1000 + 3493
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x00000000 ebx: 0x90c10a98 ecx: 0x000000fc edx: 0x043a2530
    edi: 0x0133e9a0 esi: 0x041a1ff4 ebp: 0xbfffe6c8 esp: 0xbfffe630
    ss: 0x0000001f efl: 0x00010283 eip: 0x90c10db0 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    Binary Images Description:
    0x1000 - 0x12fff kextcache /usr/sbin/kextcache
    0x8fe00000 - 0x8fe4afff dyld 46.16 /usr/lib/dyld
    0x90000000 - 0x90171fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x901c1000 - 0x901c3fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x901c5000 - 0x90202fff com.apple.CoreText 1.1.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90229000 - 0x902fffff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9031f000 - 0x90774fff com.apple.CoreGraphics 1.258.79 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9080b000 - 0x908d3fff com.apple.CoreFoundation 6.4.11 (368.35) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x90911000 - 0x90911fff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90913000 - 0x90a07fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a57000 - 0x90ad6fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90aff000 - 0x90b63fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x90bd2000 - 0x90bd9fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x90bde000 - 0x90c51fff com.apple.framework.IOKit 1.4.8 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90c66000 - 0x90c78fff libauto.dylib /usr/lib/libauto.dylib
    0x90c7e000 - 0x90f24fff com.apple.CoreServices.CarbonCore 682.30 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90f67000 - 0x90fcffff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x91008000 - 0x91047fff com.apple.CFNetwork 129.22 (129.23) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x9105a000 - 0x9106afff com.apple.WebServices 1.1.3 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x91075000 - 0x910f4fff com.apple.SearchKit 1.0.7 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9112e000 - 0x9114cfff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91158000 - 0x91166fff libz.1.dylib /usr/lib/libz.1.dylib
    0x91169000 - 0x91308fff com.apple.security 4.5.2 (29774) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x91406000 - 0x9140efff com.apple.DiskArbitration 2.1.2 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x91415000 - 0x9141cfff libbsm.dylib /usr/lib/libbsm.dylib
    0x91420000 - 0x91446fff com.apple.SystemConfiguration 1.8.6 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x9151f000 - 0x9151ffff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x91521000 - 0x9154cfff com.apple.AE 314 (313) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x9155f000 - 0x91633fff com.apple.ColorSync 4.4.10 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9166e000 - 0x916e1fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9170f000 - 0x917b8fff com.apple.QD 3.10.25 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x917de000 - 0x91829fff com.apple.HIServices 1.5.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x91848000 - 0x9185efff com.apple.LangAnalysis 1.6.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9186a000 - 0x91884fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x9188e000 - 0x918cbfff com.apple.LaunchServices 183 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x918df000 - 0x918ebfff com.apple.speech.synthesis.framework 3.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x918f2000 - 0x91932fff com.apple.ImageIO.framework 1.5.7 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91945000 - 0x919f7fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91a3d000 - 0x91a53fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91a58000 - 0x91a76fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91a7b000 - 0x91adafff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91aec000 - 0x91af0fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91af2000 - 0x91b7afff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91b7e000 - 0x91bbbfff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91bc1000 - 0x91bdcfff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91be1000 - 0x91be3fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91be5000 - 0x91cc3fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x91ce0000 - 0x91ce0fff com.apple.Accelerate 1.3.1 (Accelerate 1.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91ce2000 - 0x91d70fff com.apple.vImage 2.5 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91d77000 - 0x91d77fff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91d79000 - 0x91dd2fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91ddb000 - 0x91dfffff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91e07000 - 0x92210fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9224a000 - 0x925fefff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9262b000 - 0x92718fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    Please help me find/understand the source of this issue, and come up with some troubleshooting solutions, thank you for your time.
    -Boomhauer

    What programme are you using to play your DVD movies? Eg: WIN DVD - Power DVD or Media Player 0?
    I would suggest do the following.
    D/L Media player 0 ( if you have not already )
    Go here : http://www.free-codecs.com/
    D/L and install this codec pack : http://www.free-codecs.com/download/XP_Codec_Pack.htm
    And install this one also : http://www.free-codecs.com/download/FFDShow.htm
    Now, after you have done this Run WMP 0. Go to tools and then options for WMP0 and then select DVD and then advanced. In here you should have ffdshow.
    Now, close WMP 0 and make sure all settings for your sound card and in windows control panel are set for 5..
    Thats done? Cool.
    Now run a DVD through WMP0 and then go to tools/options/DVD/advance. You should now have AC3 Audio filter options. Set it to 6 bit 5. for starters. Leave everything else as is.
    Ok, try that for now and see how you go. Id say you have a codec missmatch or something.
    D/L Gspot filter/codec tool to find out whats going on.
    http://www.headbands.com/gspot/download.html
    PS: if over the last day or so you have D/L codecs and pack and the like, please remove them first and start freash
    Uninstall any DVD player software you have like WIN DVD or the like just to be safe. All we want to do is get it running under basic conditions then once its running then you can install DVD software if you like.
    Message Edited by xmn on <SPAN class=date_text>0-7-2006 <SPAN class=time_text>06:5 AM
    Message Edited by xmn on <SPAN class=date_text>0-7-2006 <SPAN class=time_text>06:7 AM
    Message Edited by xmn on 0-7-2006 06:8 AM

  • Please help my printer talk to my computer. An error message always occurs when I try to print and Firefox self-help has not fixed the problem. Please help me directly with fixing the issue. Thank you.

    Please help my printer talk to my computer. An error message pops up whenever I try to print. I have tried the firefox self-help on this topic and it doesn't work. I need direct help with this problem.

    message is: "an unknown error occurred while printing" with the yellow icon and exclamation point. this is all it says every time.

  • Please help - external hard drive security / privileges issue.

    Yesterday while messing around with my mac I stupidly changed a setting I can't seem to remedy.
    I may have somehow selected an obscure security / privileges option, most likely within the 'get info' option and now my external hard drive icon is not visible on my desktop so I can reselect it to unselect the setting. I know its ok because 'disk first aid' can verify its presence but I can't see it.
    Urgently need access as I have data i need to retrieve.
    Please help.
    G4 OS 10.4

    I`m a little confused. Disk First Aid is a utility from MacOS 9.
    Do you mean disk utility ?
    If yes, in the upper line is a button for unmounting a disk. I don`t want to try it, but is it possible that a unmounted disk can be mounted again ?
    I just found out, that when you move the cursor over the button, it says: unmount or mount a disk. Maybe that`s it.
    Message was edited by: Helmut Kaleth
    Message was edited by: Helmut Kaleth

  • Please help... flash player updating issues...

    trying to update version 6.0r25... i downloaded the installer
    for version r79, and when i run it, it says it cant locate the
    plugins folder... so when i try to install without it, or make a
    folder for it, the install program just freezes up....
    have tried unsuccessfully to install for the last 10-15
    minutes, and same problem.. just continues to freeze..
    could you please help with assistance on this matter..
    thanks so much..

    I suspect this is a Yahoo problem. They'll need to update
    their Flash Plaeyr detection. I wrote about it yesterday in several
    threads on this forum, and in my blog at
    http://bentimagemedia.com/.
    You should contact them immediately and let them know.
    I ran a quick test and I had no problem using chat in FireFox
    with the FP10 plugin. It only failed when I tried it in IE6 with
    the FP10 ActiveX control (see below). Make a note of this when you
    contact yahoo.
    In the meantime, I'll see if we have any connections at yahoo
    that we can ping on our side..
    <<PS: Please note that I also have 'Adobe Flash Player
    9 ActiveX' installed as I use Firefox 3.0.3 on a Windows XP SP3
    system and sometimes some website components don't function without
    this ActiveX software.>>
    This is incorrect. The Flash Player ActiveX control is only
    used with IE Windows. All other browsers and platforms use the
    Flash Player plugin.
    Regards,
    Bentley Wolfe
    Senior Support Engineer, Flash/Flash Player/Digital Editions
    Adobe

  • Please help I am having big trouble!!

    Hey,
    I really need help. I have never had a problem with my I-pod mini but today was the first day I tried downloading a burnt CD song on it(my mini i-pod). It would work and play on my comp. and it looked as if there weren't any problems downloading it from my comp. to ipod, but when i tried to find it there were no traces of it anywhere on my i-pod!!!
    please help thx
    from,
    a worried costemer

    Hi Heather and welcome to Disussions.
    First Reset your iPod and then download the song to your iPod again. Check it in iTunes by playing it again (Iknow you already did it once) and then see if you can find it.
    Hope thi shelps, post back with questions

  • Please help, i am having trouble figuring it out- two sided dice

    In the game of Craps, a "Pass Line" bet proceeds as follows. Using two six-sided dice, the first roll of the dice in a craps round is called the "Come Out Roll." The bet immediately wins when the come out roll is 7 or 11, and loses when the come out roll is 2, 3, or 12. If 4, 5, 6, 8, 9, or 10 is rolled on the come out roll, that number becomes "the point." The player keeps rolling the dice until either 7 or the point is rolled. If the point is rolled first, then the player wins the bet. If the player rolls a 7 first, then the player loses.
    Write a program that plays the game of Craps using the rules stated above so that it simulates a game without human input. Instead of asking for a wager, the program should just calculate if the player would win or lose. The program should simulate rolling the two dice and calculate the sum. Add a loop so that the program plays 10,000 games. Add counters that count how many times the player wins, and how many times the player loses. At the end of the 10,000 games, compute the probability of winning, i.e. Wins / (Wins + Losses) and output this value. Over the long run, who is going to win the most games of Craps, you or the house?
    please help me in this project
    public class Kharel_Ch3_2 {
    public static int NUM_GAMES = 10000;
    public static void main(String[] args) {
    int numWins = 0;
    int numLosses = 0;
    int x;
    int y;
    x = (int)(Math.random()*6) + 1;
    y = (int)(Math.random()*6) + 1;
    System.out.println("The roll of first Dice is " + x);
    System.out.println("The roll of Second Dice is " + y);
    int roll = (x + y);
    System.out.println("The sum of two dice is " + (roll));
    int point = (4 & 5 & 6 & 8 & 9 & 10);
    for (int i = 1; i<=10000; i++)
    if (roll == 7 || roll == 11)
    System.out.println("You win!");
    numWins = numWins +1;
    else if (roll==2 || roll==3 || roll==12)
    System.out.println("You Lose!");
    numLosses = numLosses + 1;
    else
    System.out.println("Roll Dice again!!!");
    x = (int)(Math.random()*6) + 1;
    y = (int)(Math.random()*6) + 1;
    roll = (x + y);
    if (roll == point);
    while (roll !=7 || roll !=point)
    x=(int)(Math.random()*6);
    y=(int)(Math.random()*6);
    roll = (x + y);
    int sum = roll;
    if (roll== point)
    numWins = numWins+1;
    else numLosses=numLosses+1;
    // Output probability of winning
    System.out.println("In the simulation, we won " + numWins +
    " times and lost " + numLosses + " times, ");
    System.out.println("for a probability of " +
    (double)(numWins)/(double)(numWins + numLosses));
    }

    { public static int NUM_GAMES = 10000;
    public static void main(String[] args) {
    int numWins = 0;
    int numLosses = 0;
    int x;
    int y;
    x = (int)(Math.random()*6) + 1;
    y = (int)(Math.random()*6) + 1;
    System.out.println("The roll of first Dice is " + x);
    System.out.println("The roll of Second Dice is " + y);
    int roll = (x + y);
    System.out.println("The sum of two dice is " + (roll));
    int point = (4 & 5 & 6 & 8 & 9 & 10);
    for (int i = 1; i<=10000; i++)
    if (roll == 7 || roll == 11)
    System.out.println("You win!");
    numWins = numWins +1;
    else if (roll==2 || roll==3 || roll==12)
    System.out.println("You Lose!");
    numLosses = numLosses + 1;
    else
    System.out.println("Roll Dice again!!!");
    x = (int)(Math.random()*6) + 1;
    y = (int)(Math.random()*6) + 1;
    roll = (x + y);
    if (roll == point);
    while (roll !=7 || roll !=point)
    x=(int)(Math.random()*6);
    y=(int)(Math.random()*6);
    roll = (x + y);
    int sum = roll;
    if (roll== point)
    numWins = numWins+1;
    else numLosses=numLosses+1;
    // Output probability of winning
    System.out.println("In the simulation, we won " + numWins +
    " times and lost " + numLosses + " times, ");
    System.out.println("for a probability of " +
    (double)(numWins)/(double)(numWins + numLosses));
    }}

  • Please help!! Iphone 4 screen issue

    starting last month a yellow spot on the left side of the screen started to get brown . It happened suddenly.Its increasing in size in a longitudinal way . I didn't drop the phone and never had any damage  . So what can i do now? Please help .......

    bring your phone in for evaluation.

Maybe you are looking for

  • Palm App Catalog "I didn't pay for my copy of Avatar but would like to" help!

    OK, so I ended up with Avatar from the App catalog for free(sort of). The long story short I lost my wallet in the snow storm. So I had to canceled all my lost credit cards last week. When I downloaded Avatar last night I forgot that my palm profile

  • Deposit received from customer

    Hi, Sometimes we will receive some deposit from customer, i creat a special GL indicator under customer to replace GL account from AR to other payable, but if after some times, i want to pay the money back to the customer, what should I do?

  • API to Update PARTY in R12

    Hi All, could you please provide me the API to update the PARTY Information in R12. Thank you, Aush

  • Drop-down menu

    Hello, I would like to create a report that a drop-down menu. In effect, adding a column with the + symbol in which when clicked opens in the record analyzed a series of records whose difference lies in a field that is to identify the state is locate

  • Request: tag each script run

    Since each time you execute a script it outputs to the same log window, and sometimes you have to run a script multiple times (e.g. while debugging it), it would be useful to preface each run with some sort of divider: == Script run at 10:04 AM PST =