23" HD display with cursor refresh problem

I don't know if this is a screen issue, but I chose this spot in the forum to begin:
Since starting (and then restarting) my G5 quad core with 23" HD display today, I find the cursor slow to respond and sticky, leaving a trail of box shaped artifacts behind in graphics intensive applications. The problem is serious enough to make work impossible in these situations.
Please help me diagnose/fix.
Thanks!

You can check the s/n here.
The graphiccard should work but it might be important to have the card's full manufacturer description.

Similar Messages

  • Newly inserted row in the Essbase isnot displaying with page refresh in ADF

    Hi,
    I have a pivot table in my UI page and I have a option to create new Measure in Essbase.
    I am inserting new Measure in Essbase at runtime from Java Bean and refreshing the pivot table.
    The newly added Measure is not displaying after refreshing the pivot table but when I reopen the page the new measure is displaying.
    Could you please let me know how can I display the newly added Measure in ADF Pivot Table with refresh.
    Thanks,
    Swathi G

    Hi Timo,
    Yes, I mean root application as the direct data control.
    This has been working earlier and the difficult part is that it is still working fine for two of the screens. The screen in which it works are those which does not have master detail relationship in them.
    We are using PL/SQL to create the new row as it involves using many database functions / packages  to populate the base data for the freshly created row. which we use to get to the screen for further changes and commit.
    We have been using this way for log time and it worked fine.
    Sanjay Chatterji
    Message was edited by: SChatterji

  • Stange display with CS4 - Graphic problem

    Hi,
    I installed the trial version of Photoshop CS4. I have, however, a strange problem. All images are displayed like in my uploaded picture. I am sure that my graphic driver has the latest updates, and I have never encountert any problem with my system or with previous versions of Photoshop. What's going on here. My color profile is at default (North Am. General Purposes) and the Color managment is turned off.
    Patrick

    You need to update to Version 11.0.1
    And update you video card drivers.
    Also it looks as if you have the grid turned on.
    Further information that would be helpful would include:
    OS version
    system specs, video card
    scratch disk size

  • Problem with controls refresh

    Hi,
    I need help with multiple controls refresh.  There must be something I don't grasp with air development because I have multuple refresh problems in my app. 
    I try to assign values to a list of DropDownList controls.  I do this action in the TreeChanged event of the Tree control (use as menu).  When the event occure, at first it display the result but if I change my Tree selection and come back, all control will not display any values.  Then if I change my menu selection and come back, all will be displayed perfect.  So my problem does not seems to be code related, there is no bug and a trace showed me that the same pice of code is used with or without the display problem.  I really need help with this 'cause it make the application unsusable or verry unpleasent ... 
    Here is the sreucture of my form ...
    <s:Panel width="100%" height="100%" id="pnlDashConfiguration"  doubleClickEnabled="true" doubleClick="util.ScreenShot(event, pnlDashConfiguration)" contentBackgroundColor="#FFFFFF" chromeColor="#CCCCCC" title="Configuration">
      <mx:HDividedBox width="100%" height="100%">
       <mx:Canvas width="250" height="100%" backgroundColor="#FFFFFF" id="CanvasInfo">
        <s:Panel title="Liste" left="8" top="8" bottom="8" right="8">
         <mx:Tree id="TreeConfig" dataProvider="{TreeConfiguration}" showRoot="false" labelField="@label" change="DashConfigurationTreeChanged(event)" width="100%" height="100%" textAlign="left"></mx:Tree>
        </s:Panel>
       </mx:Canvas>
       <mx:Canvas  width="100%" height="100%" backgroundColor="#FFFFFF"  id="CanvasDetail">
        <s:Panel title="Détail" id="pnlConfigDetail" left="8" top="8" right="8" bottom="8">
         <s:layout>
          <s:BasicLayout/>
         </s:layout>
         <mx:ViewStack id="vsConfig"  width="100%" height="100%" creationPolicy="all">
          <s:NavigatorContent label="paneDefaultTamis" width="100%" height="100%" id="vsnTamis">
           <s:Scroller width="100%"  height="100%"  left="8" right="8" top="8">
           <s:HGroup width="100%"  height="100%">
            <s:Panel width="380" height="325" id="pnlConfigurationAsphalte" title="Enrobés" left="396" top="8">
             <s:TileGroup horizontalAlign="left" requestedRowCount="10" orientation="columns" requestedColumnCount="5" horizontalGap="-50" textAlign="center" id="GroupTamis" left="8" top="8">
              <s:Label id="txtTamis01" text="Tamis 1" verticalAlign="middle"/>
              <s:Label id="txtTamis02" text="Tamis 2" verticalAlign="middle"/>
              <s:Label id="txtTamis03" text="Tamis 3" verticalAlign="middle"/>
              <s:Label id="txtTamis04" text="Tamis 4" verticalAlign="middle"/>
              <s:Label id="txtTamis05" text="Tamis 5" verticalAlign="middle"/>
              <s:Label id="txtTamis06" text="Tamis 6" verticalAlign="middle"/>
              <s:Label id="txtTamis07" text="Tamis 7" verticalAlign="middle"/>
              <s:Label id="txtTamis08" text="Tamis 8" verticalAlign="middle"/>
              <s:Label id="txtTamis09" text="Tamis 9" verticalAlign="middle"/>
              <s:Label id="txtTamis10" text="Tamis 10" verticalAlign="middle"/>
              <s:DropDownList id="ddConfigTamis01" labelField="Standard" change="CheckTamisUniqueSelection(1, ddConfigTamis01);DisplayConfigurationSave();" ></s:DropDownList>
              <s:DropDownList id="ddConfigTamis02" labelField="Standard" change="CheckTamisUniqueSelection(2, ddConfigTamis02);DisplayConfigurationSave();"></s:DropDownList>
              <s:DropDownList id="ddConfigTamis03" labelField="Standard" change="CheckTamisUniqueSelection(3, ddConfigTamis03);DisplayConfigurationSave();"></s:DropDownList>
              <s:DropDownList id="ddConfigTamis04" labelField="Standard" change="CheckTamisUniqueSelection(4, ddConfigTamis04);DisplayConfigurationSave();"></s:DropDownList>
              <s:DropDownList id="ddConfigTamis05" labelField="Standard" change="CheckTamisUniqueSelection(5, ddConfigTamis05);DisplayConfigurationSave();"></s:DropDownList>
              <s:DropDownList id="ddConfigTamis06" labelField="Standard" change="CheckTamisUniqueSelection(6, ddConfigTamis06);DisplayConfigurationSave();"></s:DropDownList>
              <s:DropDownList id="ddConfigTamis07" labelField="Standard" change="CheckTamisUniqueSelection(7, ddConfigTamis07);DisplayConfigurationSave();"></s:DropDownList>
              <s:DropDownList id="ddConfigTamis08" labelField="Standard" change="CheckTamisUniqueSelection(8, ddConfigTamis08);DisplayConfigurationSave();"></s:DropDownList>
              <s:DropDownList id="ddConfigTamis09" labelField="Standard" change="CheckTamisUniqueSelection(9, ddConfigTamis09);DisplayConfigurationSave();"></s:DropDownList>
              <s:DropDownList id="ddConfigTamis10" labelField="Standard" change="CheckTamisUniqueSelection(10, ddConfigTamis10);DisplayConfigurationSave();"></s:DropDownList>
              <s:Label  id="txtSpace01" text=""/>
              <s:Label  id="txtSpace02" text=""/>
              <s:Label  id="txtSpace03" text=""/>
              <s:Label  id="txtSpace04" text=""/>
              <s:Label  id="txtSpace05" text=""/>
              <s:Label  id="txtSpace06" text=""/>
              <s:Label  id="txtSpace07" text=""/>
              <s:Label  id="txtSpace08" text=""/>
              <s:Label  id="txtSpace09" text=""/>
              <s:Label  id="txtSpace10" text=""/>
              <s:Label  id="txtTamis11" text="Tamis 11" verticalAlign="middle"/>
              <s:Label  id="txtTamis12" text="Tamis 12" verticalAlign="middle"/>
              <s:Label  id="txtTamis13" text="Tamis 13" verticalAlign="middle"/>
              <s:Label  id="txtTamis14" text="Tamis 14" verticalAlign="middle"/>
              <s:Label  id="txtTamis15" text="Tamis 15" verticalAlign="middle"/>
              <s:Label  id="txtTamis16" text="Tamis 16" verticalAlign="middle"/>
              <s:Label  id="txtTamis17" text="Tamis 17" verticalAlign="middle"/>
              <s:Label  id="txtTamis18" text="Tamis 18" verticalAlign="middle"/>
              <s:Label  id="txtTamis19" text="Tamis 19" verticalAlign="middle"/>
              <s:Label  id="txtTamis20" text="Tamis 20" verticalAlign="middle"/>
              <s:DropDownList id="ddConfigTamis11" labelField="Standard" change="CheckTamisUniqueSelection(11, ddConfigTamis11);DisplayConfigurationSave();"></s:DropDownList>
              <s:DropDownList id="ddConfigTamis12" labelField="Standard" change="CheckTamisUniqueSelection(12, ddConfigTamis12);DisplayConfigurationSave();"></s:DropDownList>
              <s:DropDownList id="ddConfigTamis13" labelField="Standard" change="CheckTamisUniqueSelection(13, ddConfigTamis13);DisplayConfigurationSave();"></s:DropDownList>
              <s:DropDownList id="ddConfigTamis14" labelField="Standard" change="CheckTamisUniqueSelection(14, ddConfigTamis14);DisplayConfigurationSave();"></s:DropDownList>
              <s:DropDownList id="ddConfigTamis15" labelField="Standard" change="CheckTamisUniqueSelection(15, ddConfigTamis15);DisplayConfigurationSave();"></s:DropDownList>
              <s:DropDownList id="ddConfigTamis16" labelField="Standard" change="CheckTamisUniqueSelection(16, ddConfigTamis16);DisplayConfigurationSave();"></s:DropDownList>
              <s:DropDownList id="ddConfigTamis17" labelField="Standard" change="CheckTamisUniqueSelection(17, ddConfigTamis17);DisplayConfigurationSave();"></s:DropDownList>
              <s:DropDownList id="ddConfigTamis18" labelField="Standard" change="CheckTamisUniqueSelection(18, ddConfigTamis18);DisplayConfigurationSave();"></s:DropDownList>
              <s:DropDownList id="ddConfigTamis19" labelField="Standard" change="CheckTamisUniqueSelection(19, ddConfigTamis19);DisplayConfigurationSave();"></s:DropDownList>
              <s:DropDownList id="ddConfigTamis20" labelField="Standard" change="CheckTamisUniqueSelection(20, ddConfigTamis20);DisplayConfigurationSave();"></s:DropDownList>
             </s:TileGroup>
            </s:Panel>
           <s:Panel width="380" height="325" id="pnlConfigurationGranulometrie" title="Granulométrie" left="8" top="8">
            <s:TileGroup horizontalAlign="left" requestedRowCount="10" orientation="columns" requestedColumnCount="5" horizontalGap="-50" textAlign="center" id="GroupTamis0" left="8" top="8">
             <s:Label id="txtTamis0" text="Tamis 1" verticalAlign="middle"/>
             <s:Label id="txtTamis1" text="Tamis 2" verticalAlign="middle"/>
             <s:Label id="txtTamis2" text="Tamis 3" verticalAlign="middle"/>
             <s:Label id="txtTamis3" text="Tamis 4" verticalAlign="middle"/>
             <s:Label id="txtTamis4" text="Tamis 5" verticalAlign="middle"/>
             <s:Label id="txtTamis5" text="Tamis 6" verticalAlign="middle"/>
             <s:Label id="txtTamis6" text="Tamis 7" verticalAlign="middle"/>
             <s:Label id="txtTamis7" text="Tamis 8" verticalAlign="middle"/>
             <s:Label id="txtTamis8" text="Tamis 9" verticalAlign="middle"/>
             <s:Label id="txtTamis9" text="Tamis 10" verticalAlign="middle"/>
             <s:DropDownList id="ddConfigTamisGran01" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran01)" change="CheckTamisUniqueSelectionGran(1, ddConfigTamisGran01);DisplayConfigurationSave();"></s:DropDownList>
             <s:DropDownList id="ddConfigTamisGran02" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran02)" change="CheckTamisUniqueSelectionGran(2, ddConfigTamisGran02);DisplayConfigurationSave();"></s:DropDownList>
             <s:DropDownList id="ddConfigTamisGran03" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran03)" change="CheckTamisUniqueSelectionGran(3, ddConfigTamisGran03);DisplayConfigurationSave();"></s:DropDownList>
             <s:DropDownList id="ddConfigTamisGran04" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran04)" change="CheckTamisUniqueSelectionGran(4, ddConfigTamisGran04);DisplayConfigurationSave();"></s:DropDownList>
             <s:DropDownList id="ddConfigTamisGran05" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran05)" change="CheckTamisUniqueSelectionGran(5, ddConfigTamisGran05);DisplayConfigurationSave();"></s:DropDownList>
             <s:DropDownList id="ddConfigTamisGran06" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran06)" change="CheckTamisUniqueSelectionGran(6, ddConfigTamisGran06);DisplayConfigurationSave();"></s:DropDownList>
             <s:DropDownList id="ddConfigTamisGran07" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran07)" change="CheckTamisUniqueSelectionGran(7, ddConfigTamisGran07);DisplayConfigurationSave();"></s:DropDownList>
             <s:DropDownList id="ddConfigTamisGran08" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran08)" change="CheckTamisUniqueSelectionGran(8, ddConfigTamisGran08);DisplayConfigurationSave();"></s:DropDownList>
             <s:DropDownList id="ddConfigTamisGran09" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran09)" change="CheckTamisUniqueSelectionGran(9, ddConfigTamisGran09);DisplayConfigurationSave();"></s:DropDownList>
             <s:DropDownList id="ddConfigTamisGran10" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran10)" change="CheckTamisUniqueSelectionGran(10, ddConfigTamisGran10);DisplayConfigurationSave();"></s:DropDownList>
             <s:Label  id="txtSpace0" text=""/>
             <s:Label  id="txtSpace1" text=""/>
             <s:Label  id="txtSpace2" text=""/>
             <s:Label  id="txtSpace3" text=""/>
             <s:Label  id="txtSpace4" text=""/>
             <s:Label  id="txtSpace5" text=""/>
             <s:Label  id="txtSpace6" text=""/>
             <s:Label  id="txtSpace7" text=""/>
             <s:Label  id="txtSpace8" text=""/>
             <s:Label  id="txtSpace9" text=""/>
             <s:Label  id="txtTamis21" text="Tamis 11" verticalAlign="middle"/>
             <s:Label  id="txtTamis22" text="Tamis 12" verticalAlign="middle"/>
             <s:Label  id="txtTamis23" text="Tamis 13" verticalAlign="middle"/>
             <s:Label  id="txtTamis24" text="Tamis 14" verticalAlign="middle"/>
             <s:Label  id="txtTamis25" text="Tamis 15" verticalAlign="middle"/>
             <s:Label  id="txtTamis26" text="Tamis 16" verticalAlign="middle"/>
             <s:Label  id="txtTamis27" text="Tamis 17" verticalAlign="middle"/>
             <s:Label  id="txtTamis28" text="Tamis 18" verticalAlign="middle"/>
             <s:Label  id="txtTamis29" text="Tamis 19" verticalAlign="middle"/>
             <s:Label  id="txtTamis30" text="Tamis 20" verticalAlign="middle"/>
             <s:DropDownList id="ddConfigTamisGran11" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran11)"  change="CheckTamisUniqueSelectionGran(11, ddConfigTamisGran11);DisplayConfigurationSave();"></s:DropDownList>
             <s:DropDownList id="ddConfigTamisGran12" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran12)"  change="CheckTamisUniqueSelectionGran(12, ddConfigTamisGran12);DisplayConfigurationSave();"></s:DropDownList>
             <s:DropDownList id="ddConfigTamisGran13" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran13)"  change="CheckTamisUniqueSelectionGran(13, ddConfigTamisGran13);DisplayConfigurationSave();"></s:DropDownList>
             <s:DropDownList id="ddConfigTamisGran14" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran14)"  change="CheckTamisUniqueSelectionGran(14, ddConfigTamisGran14);DisplayConfigurationSave();"></s:DropDownList>
             <s:DropDownList id="ddConfigTamisGran15" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran15)"  change="CheckTamisUniqueSelectionGran(15, ddConfigTamisGran15);DisplayConfigurationSave();"></s:DropDownList>
             <s:DropDownList id="ddConfigTamisGran16" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran16)"  change="CheckTamisUniqueSelectionGran(16, ddConfigTamisGran16);DisplayConfigurationSave();"></s:DropDownList>
             <s:DropDownList id="ddConfigTamisGran17" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran17)"  change="CheckTamisUniqueSelectionGran(17, ddConfigTamisGran17);DisplayConfigurationSave();"></s:DropDownList>
             <s:DropDownList id="ddConfigTamisGran18" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran18)"  change="CheckTamisUniqueSelectionGran(18, ddConfigTamisGran18);DisplayConfigurationSave();"></s:DropDownList>
             <s:DropDownList id="ddConfigTamisGran19" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran19)"  change="CheckTamisUniqueSelectionGran(19, ddConfigTamisGran19);DisplayConfigurationSave();"></s:DropDownList>
             <s:DropDownList id="ddConfigTamisGran20" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran20)"  change="CheckTamisUniqueSelectionGran(20, ddConfigTamisGran20);DisplayConfigurationSave();"></s:DropDownList>
            </s:TileGroup>
           </s:Panel>
           </s:HGroup>
           </s:Scroller>
          </s:NavigatorContent>
         </mx:ViewStack>
         <Comp_MenuBar:Menu_Save y="-28" right="4" id="btnConfigurationSave" visible="false" click="ConfigurationSave();">
         </Comp_MenuBar:Menu_Save>
        </s:Panel>
       </mx:Canvas>
      </mx:HDividedBox>
    </s:Panel>
    I also include 2 pictures of my form.  The populated on is when it is working and the other is when the selection did not showed up.
          I put these 3 lines before assigning the values to the controls and it work.
         invalidateProperties();
         invalidateDisplayList();
         validateNow();
         I don't really get why I need to put the lines before I change the values instead of after the change.  I would like to understand this if someone can tell me but in the mean time this fixed my issue.
    Thanks

    try myList.invalidateList();

  • MBP retina display refresh problems

    My MacBook Pro Retina Display laptop is having display refresh issues. hard to explain whats going on, but its basicly lagging. When I open a new window, not everything shows up, sometimes only a button will show up. If the whole window does show up and I try to move it, the frame will be ghosted where every I move it. The only way I found to fix this is to restart the computer.
    Its completely updated
    I tried turning off the automatic graphics switching

    Yes I have a gripe at the trend in Apple design towards a sealed box design. I don't care about batteries bieng selad in or screens being fused to the lid but I do want to choose upgrade RAM later and HD later. I also would like to have a desktop replacement mobile workstation with options of 2GB of KQuadro 1000 or 2000 and of adding up to 32GB of RAM. This is not advanced tech but readily available from two leading windows vendors.
    I prefer to stay with Apple as its customer care and quality control is superior. However, I cannot buy such an expensive computer with so little upgrade potential and merely 1GB of VRAM. I agree the Retina display is wonderful but very few of my clients will ever use one to see my content.
    HP has come out with a modular design for their Z820 towers and mobile workstations which are well up to Apple standards. Their customer support is not and that's why I'd like to stay with Apple.
    I am merely griping about the closed box approach and I am not alone amongst the content creators who kept Apple afloat before it dropped computer from its name. I merely want to choose when I upgrade my RAM and HD and choose the GPU on a top of the line PRO laptop. Is that really asking too much? Why would Apple not want my custom anymore? Why do you think it's just griping? I could reply: do you accept everything you are given?
    We should be on the same side. I have bought Apple computers for years and my studio has a fleet of Mac Pros and more.
    dosers wrote:
    There are no USB 2 or 3 connections problems I know of - or that I have noticed. Dull Screens? Yellow Tinged? First I hear of it. Do you just have a gripe that you can't order 32GB Ram with it (show me a windows system in even close to the same package / dimensions that does) or some other video card?
    If there is a refresh problem, it seems to be limited at this point.

  • Display and lock up problems with 3 week old MBP!!!

    Hi all,
    I hope that someone here can help with a scary problem that I have experienced with my (otherwise perfect!!) MBP!!
    Occasionally, so far always after a boot up or wake up (but never on the login screen!), the MBP will lock up completely and the display will become corrupted as in the images I have posted below (fingers crossed!)!
    As I said, it locks up the MBP so that the only action I can take is to force a reboot by pressing the On/Off button for the required amount of time.
    I took the MBP to an Apple shop after making an appointment with a Genius (wonderful, lovely Spanish girl, name of Eva!!!!). Sadly, as the symptoms could not be recreated in the shop there was not a lot Eva could do, she did recommend a re-install of OS X, and also suggested that I let them have the MBP for a day so that they could hook it up to something (for a full eight hours!!) or other and test it. Eva did say that she had not seen the problem before (I took my camera to the shop and showed her the pics of the screen), but that it did not look good!!
    So, I decided to take it back home and ask for help here!!!!
    Any advice would be welcome!!!
    Screenshot 1...
    Screenshot 2...
    Regards
    Blakey

    i would go back and show them these pics, also try doing stuff that is graphics intensive, my guess is that you have a bad video card, doing things that heat it up should get it to happen
    one thing that you can use stress the vid car is the opengl example programs included with XCode (its included with the programs on the CD that came with the computer), so i recommend opening a few of those, and then doing a few `yes>/dev/null` in the terminal, also make the window semi-transparent, and put it on top of quicktime playing some movies, that should help stress the video card and put extra heat on it
    if you can get that to consistently cause the problem then take it back to Apple

  • Problem with variable refresh in WAD

    Hi Experts,
    I have a query in which currency and cal quarter are the variables. The cal quarter is populated using a customer exit to have the current quarter. I have built a webtemplate on this query. Now the problem is:When I run the webtemplate and try to change the currency value (for example EUR to CAD) and select show all values for the cal quarter, i see that the cal quarter is being reset to the default value i.e (current quarter). When i pass a value (say 2.2008) to the cal quarter in the variable screen or in the characteristic restictions in the webtemplate and try to change the currency in the currency drop down, the cal quarter remains same (2.2008) and the keyfigures are displayed with the selected currency.
    Could you provide some inputs so that the cal quarter value is not reset upon selection of "show all values" in the variable screen/drop down and change in currency.
    P.S. No changes at query level are allowed and both query and webtemplate are in 7.0
    Regards,
    Naveen.

    HI Naveen,
    WHere is the customerr Exit of the calquarter used in teh Query. is it in the Filter section or in teh Default values section.
    If the customer Exit variable is used in teh filter section , you will not be able to see data other than the value returned by the customer exit.
    Regrads.
    Shafi.

  • Problem in SQL with CURSOR( ) ,Why the CURSOR did not work?

    hi All:
    I have a problem in SQL with CURSOR.
    The data is as the attachments.
    Here is the SQL statement as follow:
    SELECT A.WADCTO,A.WADOCO,B.IGCOST,CURSOR (SELECT X.IGLITM
    FROM F3102 X
    WHERE X.IGDOCO=A.WADOCO
    AND X.IGCOST IN ('B1','D1','C3')) AS DETAIL
    FROM F4801 A INNER JOIN F3102 B ON A.WADOCO=B.IGDOCO AND A.WADCTO=B.IGDCTO AND B.IGCOST>' '
    WHERE A.WADOCO='10004'
    The statement above returns records as follow:
    WADC WADOCO IGCOST DETAIL
    WO 10004 A1 CURSOR STATEMENT : 4
    CURSOR STATEMENT : 4
    IGLITM
    1KV90CPG2
    1KV90CPG2
    1KV90CPG2
    But, after I add one statement in the subquery, there is no record returned from CURSOR.
    Here is the SQL statement:
    SELECT A.WADCTO,A.WADOCO,B.IGCOST,CURSOR (SELECT X.IGLITM
    FROM F3102 X
    WHERE X.IGDOCO=A.WADOCO
    AND X.IGCOST=B.IGCOST
    AND X.IGCOST IN ('B1','D1','C3')) AS DETAIL
    FROM F4801 A INNER JOIN F3102 B ON A.WADOCO=B.IGDOCO AND A.WADCTO=B.IGDCTO AND B.IGCOST>' '
    WHERE A.WADOCO='10004'
    The statement above returns records as follow:
    WADC WADOCO IGCOST DETAIL
    WO 10004 A1 CURSOR STATEMENT : 4
    CURSOR STATEMENT : 4
    no rows selected
    Why the CURSOR did not work?
    The database version is Oracle Database 10g Release 10.2.0.4.0 - 64bit Production.
    F3102 DATA:
    IGDOCO     IGDCTO     IGLITM     IGCOST
    10004     WO     1KV90CPG2      A1
    10004     WO     1KV90CPG2      B1
    10004     WO     1KV90CPG2      C3
    10004     WO     1KV90CPG2      D1
    F4801 DATA:
    WADCTO     WADOCO
    WO     10004
    Edited by: user2319139 on 2010/3/2 上午 1:17
    Edited by: user2319139 on 2010/3/2 上午 1:20

    Why this structure and not a join?
    The cursor() function returns a cursor handle that needs to be processed - in other words, the client needs to fetch data from it. The Oracle® Database SQL Reference+ (http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/expressions005.htm#i1035107) describes it as being equivalent to a ref cursor handle.
    Thus why are you creating ref cursor handles as a column in a SQL projection - where each row will have a "+nested+" ref cursor handle to process. What problem are you attempting to hack solve this way?

  • Screen refresh problem with Windows 7

    Hello all,
    I've recently begun testing Oracle with Windows 7 on a new HP 2540p notebook computer. I've encountered a very strange issue so far. After logging into Oracle, and Windows switches to Windows Basic theme, I should be taken to the main Navigator screen. But instead, the screen is simply white. If I drag (or nudge) the title bar just a bit, the screen refreshes and I can see the menu items. Then if I click on something (or even use hotkeys - ALT+F to get the file menu, for example), I don't see anything happen. But if I move the window just a bit, the screen refreshes and I can see that it did actually take my input, it just didn't re-draw the screen. I'm wondering if this may be a graphics driver issue (I do have the latest driver for the Intel Graphics Media Accelerator HD adapter), or if someone could point me toward a resolution to this problem. Any help is much appreciated.

    Dear All,
    Same problem of REFRESH PROBLEM also faced by but only a single and specific Windows 7 client.
    if you have resolved the issue , so please share with us.
    Thanks
    Eidy

  • Problems With CURSORS in PRO*C

    Hi all,
    I have a problem with cursors in proc
    1. Can i declare a cursor and with in it another cursor in proc
    like
    EXEC SQL DECLARE emp_cursor CURSOR FOR
    SELECT ........;
    EXEC SQL OPEN emp_cursor;
    for(;;)
    EXEC SQL FETCH emp_cursor INTO :emp_structure;
    EXEC SQL DECLARE dept_cursor FOR
    SELECT ...............;
    EXEC SQL OPEN dept_cursor;
    for(;;)
    EXEC SQL FETCH dept_cursor INTO :dept_structure;
    EXEC SQL CLOSE dept_cursor;
    EXEC SQL CLOSE emp_cursor;
    2. im getting the following error after getting an result
    ORA-01405: fetched column value is NULL
    though i dont have any null columns.
    please help me in this regard,
    Thanks in Advance,
    Trinath Somanchi,
    Hyderabad.
    null

    Use Indicator variables and let me know if it solves your problem.
    http://docs.jcu.edu.au/oracle/doc/server.804/a58233/dev.htm#2239

  • NMac Pro 6core D500 problems with screen refresh: 10.9.3 warning!

    Avoid 10.9.3 on the Mac Pro 6 core, D500.
    Problem with screen refresh using Motion soon after updating OSX from Mac Pro late 2013 version of 10.9.2.
    I tried my Asus HDMI at all resolutions but to no avial. The screen juddered like it was Windows 95 without any GPU drivers.
    Apple's Tech Support had me use many key commands and finally we found out there was no issue with my hardware. Apple suggested a clean install before sending it back for repair. I was fortunate to have had made a backup in the Time Machine of my computer soon after installing all my apps. After restoring my computer is running 10.9.2 version made for the Mac Pros Late 2013. There are no more problems with screen redraw after using Motion.
    So, it is clear I cannot upgrade my Mac Pro to 10.9.3 while the issue with Motion's render engine messing with my screen refresh continues. Returning to 10.9.2 has made me realize 10.9.3 is slower and not as stable.
    I would suggest not upgrading unless you have a 4k monitor.

    Avoid 10.9.3 on the Mac Pro 6 core, D500.
    Problem with screen refresh using Motion soon after updating OSX from Mac Pro late 2013 version of 10.9.2.
    I tried my Asus HDMI at all resolutions but to no avial. The screen juddered like it was Windows 95 without any GPU drivers.
    Apple's Tech Support had me use many key commands and finally we found out there was no issue with my hardware. Apple suggested a clean install before sending it back for repair. I was fortunate to have had made a backup in the Time Machine of my computer soon after installing all my apps. After restoring my computer is running 10.9.2 version made for the Mac Pros Late 2013. There are no more problems with screen redraw after using Motion.
    So, it is clear I cannot upgrade my Mac Pro to 10.9.3 while the issue with Motion's render engine messing with my screen refresh continues. Returning to 10.9.2 has made me realize 10.9.3 is slower and not as stable.
    I would suggest not upgrading unless you have a 4k monitor.

  • Refresh problem with dreamweaver cs5.5

    Hello,  I hope someone can help out soon with my problem. We currently have a great running site that is hosted OFFSITE. Our programmer built a new site which is the one having the refresh problems with.  It's hosted on an ON-SIGHT server . thank you
    Problem:
    Sometimes randomly, but almost always when opening other pages, DW freezes for about 5-10 seconds, sometimes crashing (presumably when it takes longer).
    It occurs whether changes are made to files or not. I'm using split view it happens mostly whien trying to click something in code view at top.
    Test Results:
    I was able to consistently reproduce the problem when opening files in the directory.
    I was unable to reproduce the problem when opening multiple Include files (that do not use templates).
    Thoughts:
    Is there something in the template causing the refresh problem?
    Something in the new website page source, or in their shared template, may be loading from a (slow) external resource.
    Something in the DW settings?
    HELP THANK YOU

    Could you post a screen capture of your File > New dialogue window when you choose it from the menu?
    Page From Template should be an option on the far left if I recall correctly (it has been changed in newer versions, but I think 5.5 still used this method). You won't see it in the Welcome Screen or if you hit Ctrl +N. You have to use the menu option to select New...
    You should then be presented with a list of sites, when the site is chosen, the templates should show in the middle column.
    Or are you saying your template isn't showing when you choose the Page From Template option and select the site?

  • HT4623 My 3GS won't flip into landscape display anymore. No problems with portorit display.

    My 3gs won't flip into landscape display anymore.  No problems with the portroit    view.
    My IOS is update.
    Thanks

    Settings > General > Lock Rotation..
    Or...
    Double-press the home button...
    Swipe to the right until you get to the Portrait Orientation Button...
    If no joy...
    Close All Open Apps...  Perform a Reset... Try again...
    Reset  ( No Data will be Lost )
    Press and hold the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears. Release the Buttons.
    http://support.apple.com/kb/ht1430

  • How to display a cursor with sand glass ?

    I would like to know how to display a cursor with sand glass I am performing a long operation ?
    Thanks in advance.

    As long as you are using anything that extends Component...
    this.setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR));
    doLongOperation();
    this.setCursor(Cursor.getPredefinedCursor(Cursor.DEFAULT_CURSOR));Hope this helps,
    Radish21
    PS the API is ALWAYS your friend
    http://java.sun.com/j2se/1.4.1/docs/api/
    http://java.sun.com/j2se/1.4.1/docs/api/java/awt/Cursor.html

  • Nokia 500 display light and texting problems with ...

    After installing Belle I have some VERY annoying problems with my Nokia 500.
    While texting it turns the display light up and down.
    When I write fx a name and press # to use a big letter, it doesn't automatically go back to small letters after writing the first letter. I have to press # again.
    I have never had this problem before Belle, with any phone.
    Its really annoying and timeconsuming having to delete what I just wrote coz it has continued to write in big letters.
    Also after Belle, when browsing the text with > and < it doesn't highligt a whole word, so i can change it. If for some reason I accidently delete the last letter in a word, I have to delete the whole word and write it again. Never had that problem before either.
    Have I done something wrong to get these annoying problems, or do others also have these problems?
    Is there a fix for Belle coming up?
    And why on earth put out software with so many problems...? I wish I had never "upgraded" to Belle!!
    Hope this is not to confusing, and that someone has a fix for this.
    B.

    i believe there is an option in the Messaging options to actually turn off word prediction, so that it is off by default every time you start up the Messaging app. i also think that instead of navigating it with the > and <, you can actually tap the word on screen and it will highlight that word for you.
    as for the display issue, not so sure. have you checked via Nokia Suite that you have the latest firmware installed for your device? if so, then try re-installing your current firmware thru Nokia Suite.
    Symbian is in maintenance mode, therefore will no longer see any more major firmware updates, only perhaps the odd bug fix or two.

Maybe you are looking for

  • Can I Increase the DPI of the Macbook Air ?

    windows xp has a function that allows you to increase the dpi of the display without changing the resolution (from 96 dpi to say 120dpi) any resolution on the air (or any other mac) other than the defined one generally creates a screen that loses sha

  • Display arabic text in Tablemodel

    Hi all, i have to show some arabic text (in UTF-8) in my TableModel, but i only get boxes (not ????). When I check the popup box, setting my mouse over the row, i can see the text correctly. Also, using debug, i can see that the string contains arabi

  • Retaining text of components

    hello friends, how to retain a component's text, when it called from diffrent classes? if fact, there are many indirect ways to achieve this, but i think, it would be better to use any class or any other method specialy defined to solve this type of

  • Why my email notification give me name of second task same with first task?

    I create this workflow using SPD :  If current item:Status equal Submitted     assign task to user (user need to complete the form given by admin)    then start approval process on form with approver this workflow work correctly however, when I creat

  • Zen micro headphone jack. Can you purchase the smaller curcuitboa

    I would prefer to not deal with an RMA and do it myself. Acutally, I have already attempted to glue the jack with no success. Is it possible for me to buy the smaller motherboard from creative/internet? Since I have opened it will creative totally ig