Flex errors trigger JS error messages

I am running my Flex application using a slightly modified auto generated html page. It looks like Flex errors trigger JS script error message with just a generic error description. Is that right?
Thanks

You're probably not using an old version then if it was that recent. Just to be sure though, you can find the version number by clicking Tools (usually in the upper right of the browser window) and then About or Help > About. I can't remember the exact way as I haven't used Explorer for years.

Similar Messages

  • ON-ERROR trigger fires with Error_Type null and Error_Code 0

    We've recently seen our 6i Forms application throwing some odd errors, not least of which is when an alert popped up with just "-0:" displayed.
    This seems to come from the ON-ERROR trigger.
    DECLARE
       lv_errcod  NUMBER       := ERROR_CODE;
       lv_errtyp  VARCHAR2(3)  := ERROR_TYPE;
       lv_errtxt  VARCHAR2(80) := ERROR_TEXT;
       lv_dbmserr NUMBER       := DBMS_ERROR_CODE;
       lv_albut   NUMBER;
    BEGIN
      IF (lv_errcod = 40508) THEN
          -- Failure on insert
        IF lv_dbmserr = -1031 THEN
               -- Insufficient Privileges
          Display_Alert( 'You do not have permission to create new records here.');
          Raise Form_Trigger_Failure;
        ELSE
          Display_Alert( 'Unable to create record.');
          Raise Form_Trigger_Failure;
        END IF;     
      ELSIF (lv_errcod = 40510) THEN
          -- Failure on delete
        IF lv_dbmserr = -1031 THEN
               -- Insufficient Privileges
          Display_Alert( 'You do not have permission to delete records here.');
          Raise Form_Trigger_Failure;
        ELSIF lv_dbmserr = -2292 THEN
               -- Integrity Constraint violated
          Display_Alert( 'Cannot delete this record - Data exists on other tables that uses this value.');
          Raise Form_Trigger_Failure;
        ELSE
          Display_Alert( 'Unable to delete record.');
          Raise Form_Trigger_Failure;
        END IF;     
       ELSIF (lv_errcod = 40200) THEN   
          message('This field is protected against update');
      ELSE
        Display_Alert(lv_errtyp||'-'||to_char(lv_errcod)||': '||lv_errtxt);
        RAISE Form_Trigger_Failure;
      END IF;
    END;At least there's nowhere else that could be doing it. It seems that error_type and error_text are null and error_code is 0
    It's as if the ON-ERROR trigger has fired but there isn't an error. Anyone ever experienced this? It's been ported to a VM environment but ran perfectly fine for 6 months and has only started doing this in the last few days.
    It's also occasionally saying that queries return no results when the users KNOW there are records, and if they log out completely and log back in the records are returned, which is doing nothing for their confidence in the application.
    It's entirely possible that one of the teams responsible for various parts of the VM environment or network, or even the DBAs, has done something that caused it but we're unlikely to get them to admit it without knowing what it could be. I would expect a dropped connection or network issue to give an appropriate error, not freak out.
    Edited by: Dave Hemming on Jul 22, 2010 9:48 AM
    Edited by: Dave Hemming on Jul 22, 2010 9:49 AM

    Bit of a breakthrough - we had it again and it appears to then be followed - depending on which form they're in - by an ORA-02396 and an error that built-in DBMS_ERROR_CODE has failed. We are now suspecting that it's down to the Idle Time for the profile - the users session has been dropped but the form hasn't realised it's not connected. It looks like the users idle time has been amended from UNLIMITED to 90 in the last few days.
    Nobody thought it important to tell us, mind...
    Edited by: Dave Hemming on Jul 22, 2010 1:15 PM

  • Flex 3 to Flex 4.5.1 Error (UIComponent)

    When I change flex 3 to flex 4.5. I keep the almost code and change the essitial code to pass the complie of flex 4.5
    But when I did the debug, the system just the fault at the webservice module.
    The server dispatch event to the webservice which connect to the C# then just out
    private function callLaterDispatcher(event:Event):void
    // trace(">>calllaterdispatcher " + this);
    UIComponentGlobals.callLaterDispatcherCount++;
    // At run-time, callLaterDispatcher2() is called
    // without a surrounding try-catch.
    if (!UIComponentGlobals.catchCallLaterExceptions)
    callLaterDispatcher2(event);
    // At design-time, callLaterDispatcher2() is called
    // with a surrounding try-catch.
    else
    try
    callLaterDispatcher2(event);
    catch(e:Error)
    // Dispatch a callLaterError dynamic event for Design View.
                    var callLaterErrorEvent:DynamicEvent = new DynamicEvent("callLaterError");
    callLaterErrorEvent.error = e;
    callLaterErrorEvent.source = this;
                    systemManager.dispatchEvent(callLaterErrorEvent);
    // trace("<<calllaterdispatcher");
    UIComponentGlobals.callLaterDispatcherCount--;
    In the file of UIComponent.as the error happens in the red line when I did the debug 
    It connect to the event and also related in the error log
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
      at com.iqity.fusion.iqzone.commands.charts.realTimeProcessMonitor::LoadRealTimeProcessMonito rChartDataCommand/responseCorrectHandler()[C:\Users\Devel\Adobe Flash Builder 4.5\IQFlex4.5\src\com\iqity\fusion\iqzone\commands\charts\realTimeProcessMonitor\LoadReal TimeProcessMonitorChartDataCommand.as:802]
      at com.iqity.fusion.iqzone.business::IQFusionResponder/result()[C:\Users\Devel\Adobe Flash Builder 4.5\IQFlex4.5\src\com\iqity\fusion\iqzone\business\IQFusionResponder.as:108]
      at mx.rpc::AsyncToken/http://www.adobe.com/2006/flex/mx/internal::applyResult()[E:\dev\4.5.1\frameworks\projects\rpc\src\mx\rpc\AsyncToken.as:239]
      at mx.rpc.events::ResultEvent/http://www.adobe.com/2006/flex/mx/internal::callTokenResponders()[E:\dev\4.5.1\frameworks\projects\rpc\src\mx\rpc\events\ResultEvent.as:207]
      at mx.rpc::AbstractOperation/http://www.adobe.com/2006/flex/mx/internal::dispatchRpcEvent()[E:\dev\4.5.1\frameworks\projects\rpc\src\mx\rpc\AbstractOperation.as:244]
      at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::resultHandler()[E:\dev\4.5.1\frameworks\projects\rpc\src\mx\rpc\AbstractInvoker.as:318]
      at mx.rpc::Responder/result()[E:\dev\4.5.1\frameworks\projects\rpc\src\mx\rpc\Responder.as:5 6]
      at mx.rpc::AsyncRequest/acknowledge()[E:\dev\4.5.1\frameworks\projects\rpc\src\mx\rpc\AsyncR equest.as:84]
      at DirectHTTPMessageResponder/completeHandler()[E:\dev\4.5.1\frameworks\projects\rpc\src\mx\ messaging\channels\DirectHTTPChannel.as:451]
      at flash.events::EventDispatcher/dispatchEventFunction()
      at flash.events::EventDispatcher/dispatchEvent()
      at flash.net::URLLoader/onComplete()

    You may want to check out what is going on in your library.  I would start where the error message gives us a hint, LoadRealTimeProcessMonitorChartDataCommand.as:802

  • Error occurred while preparing messages for Publication or while Publishing

    Hello
    I'm using the rdbms event generator created with WebLogic Integration Administration Console.
    When the event generator runs on both my managed servers in the cluster I get the error message below. If it only runs on one of my managed servers, it works OK.
    Please advice what I'm supposed to do.
    I'm using WebLogic Platform 8.1.6.
    ####<15.nov.2007 kl 15.27 CET> <Warning> <EJB> <sgm633> <IntServer2> <ExecuteThread: '3' for queue: 'weblogic.kernel.Default'> <<anonymous>> <> <BEA-010065> <MessageDrivenBean threw an Exception in onMessage(). The exception was:
    javax.ejb.EJBException: Error occurred while preparing messages for Publication or while Publishing messages; nested exception is: java.sql.SQLException: Result set already closed.
    javax.ejb.EJBException: Error occurred while preparing messages for Publication or while Publishing messages; nested exception is: java.sql.SQLException: Result set already closed
    java.sql.SQLException: Result set already closed
    at weblogic.jdbc.wrapper.ResultSet.checkResultSet(ResultSet.java:105)
    at weblogic.jdbc.wrapper.ResultSet.preInvocationHandler(ResultSet.java:67)
    at weblogic.jdbc.wrapper.ResultSet_oracle_jdbc_driver_OracleResultSetImpl.getObject(Unknown Source)
    at com.bea.wli.mbconnector.rdbms.trigger.WorkerMDB.handleResultSet(WorkerMDB.java:493)
    at com.bea.wli.mbconnector.rdbms.trigger.WorkerMDB.fetchUsingResultSet(WorkerMDB.java:403)
    at com.bea.wli.mbconnector.rdbms.trigger.WorkerMDB.onMessage(WorkerMDB.java:232)
    at weblogic.ejb20.internal.MDListener.execute(MDListener.java:400)
    at weblogic.ejb20.internal.MDListener.transactionalOnMessage(MDListener.java:333)
    at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:298)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:2698)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:2610)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)

    i also have same error during load testing, mainly this error
    "Unexpected exception while enlisting XAConnection java.sql.SQLException"
    i tried rerunning after increasing connection pool sizes, transaction timeout, but no luck, marginal improvement in performance though
    also tried changing the default tracking levl to none, but no luck.
    i am with 8.1SP5, how about you ?
    do share if you are able to bypass these errors
    cheers

  • Return error code and error message when running a procedure

    Hi all
    I need to run an oracle stored procedure in a job and I would like to know how to call it and how to trap an error code when the procedrue faiils. The equivalent of sys.exit(1) in Python
    These areError trapping source code examples for .net and Python. How can I do something similar with an Oracle procedure?
    Module Module1
    Sub Main()
    Try
    ‘<your code>
    Catch ex As Exception
    System.Environment.ExitCode = 1 'General Exception Error
    Console.WriteLine(ex.Message)
    End Try
    End Sub
    End Module
    Method 2
    Example of Error trapping in Python:
    # Python sample of a function that calls the Trap.cmd command
    import win32api, os, sys
    def CreateErrorFlag(aJobName):
    try:
    commandLine = "C:\Trigger\trap.cmd " + aJobName
    aresult = os.system(commandLine)
    if aresult > 0:
    sys.exit(1)
    except:
    return (aresult)
    print "error"
    sys.exit(1)
    CreateErrorFlag("J123456")

    Oracle PL/SQL has its own exception handling http://download.oracle.com/docs/cd/E11882_01/appdev.112/e17126/errors.htm#i8845.
    I am not working with Python but Oracle Call Interface (OCI) should also return some error code to Python layer if the called PL/SQL code has failed even if you don't use PL/SQL exception handling.

  • FRM-40735: ON-ERROR trigger unhandled exception ORA-06508

    Guru,
    Today we changed few customization in CUSTOM.pll and regenerated it , but we received the following error message after login to application irrespective of any responsiblity/form
    FRM-40735: ON-ERROR trigger unhandled exception ORA-06508
    So we reverted CUSTOM.pll change and recompiled successfuly. However we are still getting same error.
    Kindly give us little light on it.
    Regards,
    Raju

    Hi Raju,
    In addition to Hussein's post, Can you check the following notes, since you have changed & reverted the custom.pll
    - Cannot Log into Oracle Applictions after the Custom.pll has been Changed [ID 146038.1]
    Best Regards,

  • I received the error (in iCal on my iMac): "The server responded with an error". The error message is very large, and if there is a way to acknowledge and close it I can't find it. Because this error message is open, I can't do anything in iCal. Any sugge

    I received the error (in iCal on my iMac): "The server responded with an error". The error message is very large, and if there is a way to acknowledge and close it I can't find it. Because this error message is open, I can't do anything in iCal. Any suggestions on how I could kill this error message? Thanks.
    iMac, Mac OS X (10.7.2)
    Basically i tried to enter too much information into my calendar and it has crashed  now i can not get rid of the error message or use the calendar  can anyone help please

    did you find ou how to get rid of it i can't

  • Error while activating transformation  ----   Message no. RSTRAN510

    Hi,
    while I am Extrating Data From Flat File I encountered this Error.
    I am working on <b>ECC 6.0 , BI 7.0.</b>
    I am trying this one in IDES, it is newly installed server.
    For Flat File Extraction I follwed the Steps
    1) I created Data source -
    let us assume I have created a Flat File with 3 fields
    SNO SNAME MARKS
    File is located in workstation
    Data source created successfull , I have checked in preview.
    2) I have created 2 key Figures, 1 characteristic
    3) I have created Infocube
    <b>here I have some doubt</b>
    while I am creating Infocube, the look and Feel is very different to 3.XX
    when i try to create in 3.XX , we can see the Tabs for Kef figs,chars,Time chars and we assign chars to Dimenstions.
    when i am creating Infocube in BI 7.0 , I don't Find such a Tabs and how I am assign the chars to Dimension
    I created Like this
    select
    Info Area -
    > create Info cube   -
    given name of the cube and create (F5).
    the Info cube window displayed on the Right side
    Then I did like this
    select
    key Figures -
    > Info object Direct Input   
    Then I inserted my two key figures SNO,MARKS
    --- continue (F5)
    Dimension 1 -
    >  Info object Direct Input    
    I inserted the 1 char  SNAME
    --- continue (F5)
    Then I saved the Info cube
    Info cube saved successfull and activated successfull
    <b>Is it Right way For create InfoCube ?</b>
    4) I created Transfomation for the Data source
    Data source -
    > create Transfomation
    I have given
    Object Type  : InfoCube
    Name           :YSTU    - i selected which I already created.
    It automaticall taken these parameters
    Obejct Type     : DataSource
    Data source     : YSTU
    source system :PC_FILE
    create Transformation (Enter)
    I got the Error
    <b>Cannot generate proposal</b>
    <b>Message no. RSTRAN017</b>
    Then I try to activate, I got the Error.
    <b>Error while activating transformation</b>
    <b>Message no. RSTRAN510</b>
    Before I post this , I had searched in Previous SDN post for this Error , But I can't understand the solution.
    I have lot of doubts like <b>Basis Guy need to install any Patch</b> or
    I did mistake any where.
    Help me to Find the solution...
    sure you can get the points
    Thanks
    prasanna

    Thank You so much Voodi, yes you are Right , I am not concentrated on Mapping, Now Transformation is activated.
    and i created Info Package too for the Data source , created successfully.
    I am struck on Final step  <b>creating DTP</b>
    when I am creating DTP
    Data Transfer Proc  : here I need to give the Dtp name ex: YDTP
    DTP Type               : Standard (Can be sheduled)
    Target of DTP
    <b>Object Type</b>       : Info cube
    <b>Name </b>               : YSTU  (This is my Cube Name)
    Source of DTP
    <b>Object Type</b>     : Data source  (It automatically Taken)
    <b>Data source</b>     : This is Disabled
    <b>Source system</b>:  This is Disabled
    continue (Enter)
    I got the message ?
    <b>Specify Name of source</b>
    and courser is in <b>Data Transfer Proc </b>
    Thanks
    prasanna

  • Error while activating any message mapping in IR: very strange

    hi forum i m getting an error in IR while activating any messageMapping.
    the error is too long to be posted....i m posting a few lines of that:
    •     Internal error while checking object Message Mapping MM_sdptestFileToFile | http://sdzpoc.com.test/sdptest (ZPOC_TEST, 1.0 of zpoctest); see details (CHECK_EXCEPTION)
    •     Internal error while checking object Message Mapping MM_sdptestFileToFile | http://sdzpoc.com.test/sdptest (ZPOC_TEST, 1.0 of zpoctest); see details (CHECK_EXCEPTION)
    •     /usr/sap/XID/DVEBMGS00/j2ee/cluster/server0/./temp/classpath_resolver/Mapdddd0cb0100311dca6090012799eddc6/source/com/sap/xi/tf/_MM_sdptestFileToFile_.java (No such file or directory (errno:2))
    •     /usr/sap/XID/DVEBMGS00/j2ee/cluster/server0/./temp/classpath_resolver/Mapdddd0cb0100311dca6090012799eddc6/source/com/sap/xi/tf/_MM_sdptestFileToFile_.java (No such file or directory (errno:2))

    Sudeep,
    Let we try this way. I'm sure you might have some existing mapping objects in IR.
    Try to change that object(Description give some name) and activate again the object.
    Reply your results whether you are getting the same error.
    One sec before changing the object just test the mapping and change the object.
    Best regards,
    raj.

  • SAP System Message: Syntx error or generation error in a screen

    dear sap basis gurus,
    i am currently having problems signing on to our DEV server. i get this error message:
    <SID>: SAP System Message
    Syntx error or generation error in a screen.
    it won't let me log on.
    there were no changes made on the server (i.e., profile parameters) lately. it was working really fine after our support package level upgrade about 5 months ago.
    have you encountered this problem before? please help me as there we have two imminent go-lives.
    thank you very much in advance.
    best regards,
    albert

    hello nick, ashok,
    thank you very much for your responses.
    i have already resolved this issue by just freeing up some space from our disks. not one of them was full though.
    i hope i would no longer encounter the error message.
    again, thank you.
    best regards,
    albert

  • In R12.1.3 we get FRM-40735: ON-ERROR trigger raised unhandled exception.

    Hello,
    after we upgrade to R12.1.3 users are getting FRM-40735: ON-ERROR trigger raised unhandled exception ORA-01001, can you please help to resolve this issue immediately.

    Can you provide the list of patches you have applied?
    In addition to the log files mentioned above, please confirm that you have no invalid objects in the database.
    Loading the System Administrator Forms Responibility Produces Error FRM-40735,ORA-06508 (Doc ID 271652.1)
    Oracle Application Return The following Error FRM-40735: ON-ERROR trigger raised unhandled exception ORA-6508 (Doc ID 797293.1)
    After Migrating To Linux, Users Are Seeing FRM-40735 When Trying To Access Forms. (Doc ID 1282488.1)
    Thanks,
    Hussein

  • IM GETTING A MESSAGE ITUNES WAS NOT INSTALLED CORRECTLY. PLEASE REINSTALL. ERROR 7 (WINDOWS ERROR 1114) I TRYED TO REINSTALL IN APPLE SUPPORT BUT I GET TANOTHER MESSAGE. SERVICE APPLE MOBILE DEVICE FAILED TO START. VERIFY THATSUFFICIENT PRIVILEDGES TO STA

    I'm getting a n error message when I try to open Itunes. Itunes was not install correctly. Please reinstall itunes. Error 7 (Windows error 1114) This happened after I unsuccesfully tried to install an update. I have had itunes on this computer for three years. When I try to reinstall the latest version I get another message.Service Apple Mobile Device (Apple mobile Device) failed to start. verify that you have sufficient privileges to start system services. Abort, Retry, Ignore Does anyone know how to solve this problem?

    Try the following user tip:
    Troubleshooting issues with iTunes for Windows updates

  • When opening iTunes I continue to get the same messages, 'The program can't start because AVFoundationCF.dll is missing' and 'iTunes was not installed correctly. Error 7 (Windows error 126)' I've uninstalled, reinstalled many times - nothing! help please.

    When opening iTunes on my new Windows 7 PC I continue to get the same messages, 'The program can't start because AVFoundationCF.dll is missing' and 'iTunes was not installed correctly. Error 7 (Windows error 126)' I've uninstalled and reinstalled many times to no avail, even tried it on a different user account and still nothing. I recently installed Panda Internet Security 2012 (about 12 days ago), initially iTunes worked fine as usual but within the last few days I've been  unable to open it with the same messages appearing. I've read through some of these pages and tried everything that's been advised, uninstalling and reinstalling while internet and laptop security is swithched off, downloading tools to completely remove anything related to iTunes, tried it in Safe Mode, nothing has worked. I've also noticed that in the start menu when I click on iTunes, it says '(empty)' where it should have the logo and ability to start the program, does this mean it doesn't download + install properly each time I've tried? Any help would be enormously appreciated.

    Doublechecking. Have you also tried the following user tip?
    Troubleshooting issues with iTunes for Windows updates

  • How to remove the actions of ON-ERROR trigger.

    Hi to All,
    I have this problem. In my form this is the code in ON-ERROR trigger:
    DECLARE
    Cur$Item           VARCHAR2(100) ;
    Cur$NumMsg     NUMBER := MESSAGE_CODE ;
    Cur$TxtMsg       VARCHAR2(80) := MESSAGE_TEXT;
    BEGIN
       IF Cur$NumMsg = 40202 THEN
           Cur$Item := GET_ITEM_PROPERTY(:SYSTEM.CURSOR_ITEM, PROMPT_TEXT) ;
           Disp_Alert(5, Cur$Item) ;
       END IF ;
    END ;In my Toolbar I have a Button for delete_record and in the WHEN-BUTTON-PRESSED trigger this is the code
    DECLARE
    btn$Ret Number ;
    BEGIN
       Go_Block('MYBLOCK') ;
       IF Get_Record_Property(:system.cursor_record,'MYBLOCK',STATUS) IN('NEW','INSERT','CHANGED') THEN
           SET_RECORD_PROPERTY(:SYSTEM.CURSOR_RECORD,'MYBLOCK',STATUS,QUERY_STATUS) ;
          CLEAR_FORM(NO_VALIDATE) ;
          Go_Block('MYBLOCK')) ;
          EXECUTE_QUERY ;
      ELSE
         DISP_ALERT(btn$Ret,101,'MYITEM');
         IF btn$Ret = ALERT_BUTTON1 THEN
             DO_KEY('DELETE_RECORD') ;
             commit;
         END IF ;
      END IF ;
    END ;The Button DELETERECORD work correctly, but (before exit) the trigger ON-ERROR is executed if the item where the cursor is located is empty.
    Exit a method in order to disable the effect of this trigger when the button DELETERECORD is pressed ? If yes, how ?
    I hope that someone can help me .
    Thank You
    Gaetano

    Set a parameter or global variable in the beginning of your delete procedure. Check the value in the on-error trigger. If it is set then don't do anything in the on-error trigger. Unset the parameter or global variable just before you exit your delete procedure.
    NumbNutz

  • Unable to open PWA in browser and MSP on application server in project server 2007. ERROR: Sending the Soap message failed or no recognizable response was received.

    Hi All,
    I am using project server 2007 and WSS 3.0. 
    I have been facing a strange issue for couple of days. I am unable to open PWA in browser and MS Project Pro on application server.
    Everything is correct whether it is URL or MS Project profile account on MSP.  This is strange because i can open same PWA/MSP from other computers (Database server / Client PCs) but not locally on server.
    When i try to connect to MSP on App server, i get the following errors in event viewer.
    Event Type: Error
    Event Source: MSSOAP
    Event ID: 16
    User: N/A
    Computer: APP-Server-Name
    Description:
    Soap error: Connection time out..
    Event Type: Error
    Event Source: MSSOAP
    Event Category: Client 
    Event ID: 16
    User: N/A
    Computer: APP-Server-Name
    Description:
    Soap error: An unanticipated error occurred during the processing of this request..
    Event Type: Error
    Event Source: MSSOAP
    Event Category: Client 
    Event ID: 16
    User: N/A
    Computer: APP-Server-Name
    Description: Soap error: Sending the Soap message failed or no recognizable response was received.
    Event Type: Error
    Event Source: MSSOAP
    Event Category: Client 
    Event ID: 16
    User: N/A
    Computer: APP-Server-Name
    Description:
    Soap error: Unspecified client error..
    One more issue i am facing and i guess that is related to above issue. The Issue is, when i am creating a new project, It's workspace gets created but doesn't get linked to the project and i can't link it manually because it already exists for the project.
    sandeep

    Hi Paul ,
    Thanks for reply. The project server URL was already added to the Trusted
    Sites/Local Intranet areas in IE. 
    sandeep

Maybe you are looking for

  • ITunes crashing - Determing gapless playback information

    I am having a big problem with itunes, since my main drive crash with all my music, i had was to trash my library and restart from what every music I can find on my other drives. Problems problems.... 1. Adding music itunes will crash 2. Most time it

  • Nickname in "View my account" - can you restore the blank field?

    Hey, I am using iTunes with my AOL screenname. When I set up my account, I went to check my profile by selecting "Store --> View my account..." As you know, there is the option to set up a nickname for reviews and stuff. Originally, I did not have a

  • Satellite P200-17C: graphics in XP seems to be running a bit sluggish

    Hi all I've just bought a Satellite P200-17c. I've set up my dual boot with Vista and XP (that was REALLLLY hard) everything seems to be almost OK, but..... The graphics in XP seems to be running a bit sluggish, when you scroll a window in a browser

  • Best audio/video input device

    I am trying to find a good choice for my wife's Mac mini. I tried a couple that didn't work and went to the Apple store in Walnut Creek but they were not able to get either of the input devices I brought in to work. They also had none for sale in the

  • Translating ACCOUNT at Historical Rate

    Hi all, Can someone please help because there does not seem to be anything in the documentation regarding this or I must be missing it? I have several ACCOUNTs that need to be translated at historical rates.  In other words, users will enter the Loca