SelectOneChoice show the correct value with switching problem

Hello

I use JDeveloper 11.1.1.5.0 and I have a non-trivial application of SelectOneChoice.

Here's my usecase:

I have to show LOV to set the State according to the connected person.

So, I implemented attribute LOVs view that each filtered for in the light of the type of person (owner or non-owner).

I created switcher LOV for attribute as java method in module impl invoked by EL expression adf.source.getApplicationModule () .getTaskStateLOVSwitcher (adf.object, CreatedByIdFk);

to get connected user binded query parameter id.

public static String getTaskStateLOVSwitcher (ViewRowImpl, String createdById, time stamp dateInsert vri) {}
ViewObject vo = vri.getApplicationModule () .findViewObject ("TaskViewParTaskTypeIdEx1");
String userId = getBindValue (vo, "BindProcessedByUserId") m:System.NET.SocketAddress.ToString ();
Output string;
If (createdById.trim () .equals (userId)) {}
output = "LOV_TaskStateIdFkOwner";
} else
output = "LOV_TaskStateIdFkNotOwner";
return output;
}

I've used this many fragments of jsff perspective.

There are fragments where it works fine (but I still don't understand why the switch method is called 3 times)

And there are fragments where it fails. When there are two lines with different LOV to show SelectOneChoice shows an incorrect value.

I can see the newspaper that LOV switcher method is called 6 or more times and first 3 times it works with values previously selected line and next time, it runs with the current line.

He result is SelectOneChoice sets the value of the line previously selected in the first round and goes the LOV index.

I found in the < getViewPort > ADFc log < ControllerState > message: no port view found ID...

Is the source of the problem and what is the solution?

Thank you.

After eliminating all the differences between 'good' and 'bad' fragments I found a problem in the fragments of masters who defined a real line of iterator.

Define RangeSize = 10 (not 25) table completely setting to change this behavior in common sense.

Tags: Java

Similar Questions

  • Flex Date time axis not showing the correct values

    <? XML version = "1.0" encoding = "utf-8"? >

    " < = xmlns:fx s:Application ' http://ns.Adobe.com/MXML/2009 "

    xmlns:s = "library://ns.adobe.com/flex/spark".

    xmlns:MX = "library://ns.adobe.com/flex/halo" width = "700" height = "500" >

    < fx:Declarations >

    <! - Place non-visual elements (e.g., services, items of value) here - >

    < / fx:Declarations >

    < fx:Script >

    <! [CDATA]

    import mx.collections.ArrayCollection;

    [Bindable]

    public var stockDataAC:ArrayCollection = new ArrayCollection ([] collection

    {date: "2005, 7, 27 ', nearby: 41,71},.

    {date: "2005, 7: 28", narrow: 42.21},.

    {date: "2005, 3: 29", narrow: 42.11},.

    {date: "2005, 1, 1 ', nearby: 42.71},.

    {date: "2005, 10, 2", nearby: 42.99},.

    ([ {date: "2005, 9, 3 ', nearby: 44}]);

    public void myParseFunction(s:String):Date {}

    / / Get an array of strings to the last comma-separated string.

    var a: Array = s.split(",");

    / / Create the new Date object. Subtract one from the month property.

    / / The month property is zero-based in Date constructor.

    var newDate:Date = new Date(a[0],a[1]-1,a[2]);

    return Nouvelle_date;

    }

    ]]>

    < / fx:Script >

    < mx:Panel title = "Example DateTimeAxis" height = "100%" width = "100%" >

    < mx:LineChart id = "mychart" height = "100%" width = "100%".

    paddingRight = paddingLeft = "5" '5 '.

    showDataTips = "true" dataProvider = "{stockDataAC}" >

    < mx:horizontalAxis >

    < mx:DateTimeAxis dataUnits = 'days' parseFunction = "myParseFunction" / >

    < / mx:horizontalAxis >

    < mx:verticalAxis >

    < mx:LinearAxis baseAtZero = "false" / >

    < / mx:verticalAxis >

    < mx:series >

    < yField = mx:LineSeries 'close' xField = "date" displayName = "AAPL" / >

    < / mx:series >

    < / mx:LineChart >

    < / mx:Panel >

    < / s:Application >

    the code above shows opposite values from date to date axis it is to say it should show 01/05 2 / 05 / 3 / 05 4/05 but its display 10/05 09/05 08/05 07/05 on the date axis.

    Help, please.

    I saw this bug on Adobe's JIRA so nothing much you can do for now DateTimeAxis is quite bugged.

    In passing, is it me or mx:datavisu is on the low priority these days? Maybe the team working on a version of spark?

    https://bugs.Adobe.com/jira/browse/FLEXDMV-2231

  • Availability of platforms on HQ Dashboard does not show the correct values

    Hello

    on my dashboard HQ, I have summarized the availability of all platforms, and in some moments, when the report is refreshing, he said that some platforms are not available (I got a red image). But a few minutes latter all platforms are still green, and in the platforms report that says that they are not available, there no red dot in the last 8 hours, which means that it is available all the time. Why this is happening and is there a solution for this problem? Hyperic version is 4.1.2. Sorry because of my English.

    Thank you.

    Hello

    Although I can't be sure without more information, it seems if you have a time issue between the agents and the server, the agent is overloaded or the server is overloaded and not metric treatment fast enough.

    Would you be able to share a copy of your report on the health of HQ? You can get it by going to Administration-> HQ health and then clicking on the "print" button in the center of a screen. To generate a report which will contain diagnostic information.

  • update to column values (false) in a copy of the same table with the correct values

    Database is 10gr 2 - had a situation last night where someone changed inadvertently values of column on a couple of hundred thousand records with an incorrect value first thing in the morning and never let me know later in the day. My undo retention was not large enough to create a copy of the table as it was 7 hours comes back with a "insert in table_2 select * from table_1 to timestamp...» "query, so I restored the backup previous nights to another machine and it picked up at 07:00 (just before the hour, he made the change), created a dblink since the production database and created a copy of the table of the restored database.

    My first thought was to simply update the table of production with the correct values of the correct copy, using something like this:


    Update mnt.workorders
    Set approvalstat = (select b.approvalstat
    mnt.workorders a, mnt.workorders_copy b
    where a.workordersoi = b.workordersoi)
    where exists (select *)
    mnt.workorders a, mnt.workorders_copy b
    where a.workordersoi = b.workordersoi)

    It wasn't the exact syntax, but you get the idea, I wanted to put the incorrect values in x columns in the tables of production with the correct values of the copy of the table of the restored backup. Anyway, it was (or seem to) works, but I look at the process through OEM it was estimated 100 + hours with full table scans, so I killed him. I found myself just inserting (copy) the lines added to the production since the table copy by doing a select statement of the production table where < col_with_datestamp > is > = 07:00, truncate the table of production, then re insert the rows from now to correct the copy.

    Do a post-mortem today, I replay the scenario on the copy that I restored, trying to figure out a cleaner, a quicker way to do it, if the need arise again. I went and randomly changed some values in a column number (called "comappstat") in a copy of the table of production, and then thought that I would try the following resets the values of the correct table:

    Update (select a.comappstat, b.comappstat
    mnt.workorders a, mnt.workorders_copy b
    where a.workordersoi = b.workordersoi - this is a PK column
    and a.comappstat! = b.comappstat)
    Set b.comappstat = a.comappstat

    Although I thought that the syntax is correct, I get an "ORA-00904: 'A'. '. ' COMAPPSTAT': invalid identifier ' to run this, I was trying to guess where the syntax was wrong here, then thought that perhaps having the subquery returns a single line would be cleaner and faster anyway, so I gave up on that and instead tried this:

    Update mnt.workorders_copy
    Set comappstat = (select distinct)
    a.comappstat
    mnt.workorders a, mnt.workorders_copy b
    where a.workordersoi = b.workordersoi
    and a.comappstat! = b.comappstat)
    where a.comappstat! = b.comappstat
    and a.workordersoi = b.workordersoi

    The subquery executed on its own returns a single value 9, which is the correct value of the column in the table of the prod, and I want to replace the incorrect a '12' (I've updated the copy to change the value of the column comappstat to 12 everywhere where it was 9) However when I run the query again I get this error :

    ERROR on line 8:
    ORA-00904: "B". "" WORKORDERSOI ": invalid identifier

    First of all, I don't see why the update statement does not work (it's probably obvious, but I'm not)

    Secondly, it is the best approach for updating a column (or columns) that are incorrect, with the columns in the same table which are correct, or is there a better way?

    I would sooner update the table rather than delete or truncate then re insert, as it was a trigger for insert/update I had to disable it on the notice re and truncate the table unusable a demand so I was re insert.

    Thank you

    Hello

    First of all, after post 79, you need to know how to format your code.

    Your last request reads as follows:

    UPDATE
      mnt.workorders_copy
    SET
      comappstat =
      (
        SELECT DISTINCT
          a.comappstat
        FROM
          mnt.workorders a
        , mnt.workorders_copy b
        WHERE
          a.workordersoi    = b.workordersoi
          AND a.comappstat != b.comappstat
      )
    WHERE
      a.comappstat      != b.comappstat
      AND a.workordersoi = b.workordersoi
    

    This will not work for several reasons:
    The sub query allows you to define a and b and outside the breakets you can't refer to a or b.
    There is no link between the mnt.workorders_copy and the the update and the request of void.

    If you do this you should have something like this:

    UPDATE
      mnt.workorders     A      -- THIS IS THE TABLE YOU WANT TO UPDATE
    SET
      A.comappstat =
      (
        SELECT
          B.comappstat
        FROM
          mnt.workorders_copy B   -- THIS IS THE TABLE WITH THE CORRECT (OLD) VALUES
        WHERE
          a.workordersoi    = b.workordersoi      -- THIS MUST BE THE KEY
          AND a.comappstat != b.comappstat
      )
    WHERE
      EXISTS
      (
        SELECT
          B.comappstat
        FROM
          mnt.workorders_copy B
        WHERE
          a.workordersoi    = b.workordersoi      -- THIS MUST BE THE KEY
          AND a.comappstat != b.comappstat
      )
    

    Speed is not so good that you run the query to sub for each row in mnt.workorders
    Note it is condition in where. You need other wise, you will update the unchanged to null values.

    I wouold do it like this:

    UPDATE
      (
        SELECT
          A.workordersoi
          ,A.comappstat
          ,B.comappstat           comappstat_OLD
    
        FROM
          mnt.workorders        A      -- THIS IS THE TABLE YOU WANT TO UPDATE
          ,mnt.workorders_copy  B      -- THIS IS THE TABLE WITH THE CORRECT (OLD) VALUES
    
        WHERE
          a.workordersoi    = b.workordersoi      -- THIS MUST BE THE KEY
          AND a.comappstat != b.comappstat
      ) C
    
    SET
      C.comappstat = comappstat_OLD
    ;
    

    This way you can test the subquery first and know exectly what will be updated.
    This was not a sub query that is executed for each line preformance should be better.

    Kind regards

    Peter

  • Control the output is not the correct value

    Hello

    I have a producer consumer with a queue architecture to pass values. I want to push a new value in the table by using "Insert table" when a button is pressed, but when I do the previous value is read the first time and the correct value on the second press.

    I am self-taught and this is my first time using the queue so maybe something I'm not seeing/thinking about here?

    Version 8 attached VI.

    To see the problem, follow these steps:

    1. run
    2. click on "master reading.
    3. change the 'value '.
    4. click on "master reading.
    5. click on "master reading.

    Any help is appreciated especially block critical diagram.

    Thank you!

    It all depends on how you change the value of 'value. ' If you use the increment and decrement buttons it works as expected.

    If however, you type a new value and click the button without clicking elsewhere first, it does not - and here's why:

    When you type a modified value value does not appear in the code until the control loses "touch focus". The problem is that clicking the button causes the digital input to lose key focus, but only after the code responded to the mouse event.

    To solve the problem put a property node in the supported mouse event to set the property KeyFocus the digital to false until the value is queued.

    Mike...

  • Animate FancyBox iframe in Edge - do not show the correct height and width

    Hi all

    Can someone please provide advice or a solution to this problem.

    I tried to use the edge Fancybox.js animate to call an iframe (as a pop up album).

    However when I try this it does not show the correct height and width properties - even though I am their definition.

    When I test this on my hard drive it works fine in Chrome and Firefox. But when tried on line on a test server I get a slim pop up that has not properly set the height.

    Would be - because the iframe is pre-configured before composition/html page first affecting the size?

    Help, please

    CODE USED:

    $. fancybox.open)

    {

    type: "iframe"

    autoScale: 'false. '

    height: '600'.

    Width: '600',

    HREF: 'llink.htm site publication. "

    }, {

    padding: 0

    });

    Other references: http://businessanywhere.biz/blog/2013/03/adding-a-lightbox-to-edge-animate/

    See you soon,.

    Jason

    HI koyissa,

    Thank you for your response to this.

    I worked on what was the problem - my external publication that was created to animate dashboard was centered horizontally and vertically.

    He created the problem. When I took this out of the box of fancy worked well.

    See you soon,.

    Jason

  • Present do not get the correct values

    Apex 4.2

    THAT IS TO SAY 8

    Theme 21

    I just upgraded a request from 3.2 to 4.2

    A page has had a lot of text to read only the value always.

    A running a process I got this error

    So I put my items to display only and read to null

    When the page opens all values are set correctly in session state

    My process works well, but when the process terminates and then check out the session state, my articles do not receive the correct values

    I looked into debugging accept

    All ideas

    Gus

    I changed all my articles to text, but after sending, they continue to receive the false values

    Gus

  • How to compare the new values with the old values in triggers.

    Dear all,

    Please tell me how to compare the new values with the old values in triggers.

    Hi, the employee example is in the document. You'd better read yourself.

    CREATE OR REPLACE TRIGGER Print_salary_changes
      BEFORE DELETE OR INSERT OR UPDATE ON Emp_tab
      FOR EACH ROW
    WHEN (new.Empno > 0)
    DECLARE
        sal_diff number;
    BEGIN
        sal_diff  := :new.sal  - :old.sal;
        dbms_output.put('Old salary: ' || :old.sal);
        dbms_output.put('  New salary: ' || :new.sal);
        dbms_output.put_line('  Difference ' || sal_diff);
    END;
    /
    
  • date fill in the dimension with the correct values

    Hi all

    I have a 'simple' problem, but can't get it resolved! The calculations of the CDA in the cube not 'reset' at the right moment in time (they should 'reset' on the exercise, but it actually seems to happen on the normal calendar year).

    Our dimensions and cubes are MOLAP. There is a relational table that contains columns with values for both a calendar hierarchy as well as a hierarchy of exercise. This table tells the date dimension (only the tax hierarchy as MOLAP, we have just a fiscal hierarchy). The result seems correct in the data viewer.

    The cube is filled with both relational sources. A perspective provides the measurement values and CODE (distinctive signs of business) values for each dimension involved. In the case of the date dimension, it provides the code for the involved level value in which we cube (months).

    I made a very simple testcase with only 1 dimension (date) and 1 small cube. The cube uses only the dimesion of date (to load the cube on the fiscal hierarchy at the month level) and has 1 base measure that is loaded with a simple number and 1 calculated measure that calculates the value of the CDA for this basic measure. The calculated measure is added to the cube designer OWB by using the button 'generate calculated measures' and choosing the function 'Year to Date'.

    When complete the cube and using the data viewer to verify the results, CDA values don't 'reset' at the end of the year. They seem to reset at the end of the normal calendar year!
    After some tests, I have concluded that this has to do with the values I provide to fill the date dimension, but I can't figure out what should be the change, and I can't find examples anywhere.

    Someone out there a calculation for a YEAR of work in MOLAP?

    Any help much appreciated.
    Kind regards
    Ed

    Hi Ed

    It can be an inherent behavior of the time dimension in the AWs where the CDA on financial is not supported out of the box, see the OLAP thread below. Have you tried just build your simple case in AWM recreate? If you can get around using a custom expression, you should be able to define this custom OWB and still keep the design you have.

    Calculated against calendar CDA CDA tax measure

    See you soon
    David

  • in LOV query to get the Responsibility_id using profile... but when I switch to another responsibility always the LOV shows the previous values of RESP.

    Hello

    I have the choice of Message box, in which I'll show the inventory list organizations are assigned to responsibility. I just the following query in the query of LOV...

    Select hou.NAME separate organization_name, mp.organization_id

    of mtl_parameters mp

    , hr_organization_units hou

    oa org_access

    where mp.organization_id = hou .organization_id

    and hou.organization_id = oa.organization_id

    and oa.responsibility_id = fnd_profile.value ('RESP_ID')

    organization_id asc order

    But first let's say after the OA Core bounce if I open a responsibility which is to have access to 5 associations of the inventory, and then in the message of choice is showing correctly... But when I go to another responsibility that is to have access to a single inventory, always the choice of Message body shows the previous inventory 5 Orgs who is to have access to the prior responsibility.

    Pointers on this?

    Thank you
    Clarriiza

    Use choiceBean.setPickListCacheEnabled (false) to PR.

    See you soon

    AJ

  • Replace repeating lines with white and don't show the distinct values

    Hi all

    I have a SQL query that looks like this:

    SELECT Item_id, item_details, category, group INC.
    OF my_items
    WHERE THE...

    The results are as follows:

    Item_id item_details category group

    001 keyboard PC - 1 Grp1
    001 keyboard PC - 2 Grp1
    003 monitor PC - 1 Grp 1
    003 monitor PC - 2 Grp 2


    What I really want, it's like to have repeated as a draft values and keep only the distinct values. I want the output to be like this:

    Item_id item_details category group

    001 keyboard PC - 1 Grp1
    PC-2
    003 monitor PC - 1 Grp 1
    PC - 2 Grp 2


    Is there a way we can do that? Help, please

    Here's a way using the Lag as mentioned by Tubby...

    SQL> ed
    Wrote file afiedt.buf
    
      1  with t as (select '001' as item_id, 'keyboard' as item_details, 'PC-1' as category, 'Grp1' as grp from dual union all
      2             select '001', 'keyboard', 'PC-2', 'Grp1' from dual union all
      3             select '003', 'monitor', 'PC-1', 'Grp1' from dual union all
      4             select '003', 'monitor', 'PC-2', 'Grp2' from dual)
      5  -- end of test data
      6  select decode(item_id, lag(item_id) over (partition by item_id order by category, grp), null, item_id) as item_id
      7        ,decode(item_details, lag(item_details) over (partition by item_id order by category, grp), null, item_details) as item_details
      8        ,decode(category, lag(category) over (partition by item_id order by category, grp), null, category) as category
      9        ,decode(grp, lag(grp) over (partition by item_id order by category, grp), null, grp) as grp
     10  from t
     11* order by t.item_id, t.category, t.grp
    SQL> /
    
    ITE ITEM_DET CATE GRP
    --- -------- ---- ----
    001 keyboard PC-1 Grp1
                 PC-2
    003 monitor  PC-1 Grp1
                 PC-2 Grp2
    
    SQL>
    
  • Text properties in the pages of title - not showing the real values

    Hello world

    When I opened a title page in first Pro CS5 and then select the text, the following properties of the text in question are the following:

    Position x = 100

    Position Y = 100

    Width = 100

    Height = 100

    When I use the selection tool to select an area outside the area of text and then select the text box once again, the properties of the text above show their "real value".  For example, the above text for a specific text box properties will change to:

    Position x = 437

    Position Y = 134,6

    Width = 401

    Height = 170

    Please can someone explain why this happens?  In first Pro CS2, when I selected a text box in a page title, true values were displayed immediately.

    Thank you very much

    Angela

    It's not not clear to me what would be the purpose of design for the properties of an element title does not display the actual properties, so I let go my curiosity and played around a bit.

    I tested in CS4 (then to CS3), and observed what I think are the same questions.  I think I would call it a "bug", although one whose effects are easily circumvented.

    Create a title.  Type a text box (or any other object, such as a form).  The x pos, pos, width and height are all 'accurate '.  Close and reopen (you don't have to put the title in a sequence).

    I think the text box (and the first text box if more than one parameter is created) are selected by default, but the properties are those of 'bad' Angela: 100, 100, 100, 100.  Click in another area of text or shape etc (and no matter with what tool), the properties are then "correct".

    Is the 100 x 4 a default value for something?  (I don't see any of these default values).  The titration module, select a design object (I don't think I like that, but I see as a design choice), but not bad set the properties of the selected object?  But then why put the 100 x 4?

    I also ran the test in CS3; same thing.

    I'm not bothered by it, but I think it's a bug, so I filed a bug report.  You can choose a previous version to the report, and since I have not yet installed cs5, I reported for CS4 (and said I have demonstrated for CS3 and CS4 and that a forum user has reported for CS5).  Angela, you can also report so there is at least one report for CS5.

  • Tabular form validation - save the correct values

    I use the example of the Dene of validation in the form of table. It detects errors and displays the error messages, but I lose all the values that have been entered correctly. Do I need to use a collection to save? I was looking through older posts and comment, it's that you need only one collection if you want to show the user the values that they entered incorrectly. With the logic of the Dene, she tells them what line the error and what is the initial value was.
    DECLARE
      l_error   VARCHAR2 (4000);
    BEGIN
       FOR i IN 1 .. apex_application.g_f02.COUNT
       LOOP
          IF NOT TO_DATE (apex_application.g_f05 (i), 'YYYY')
                BETWEEN   TRUNC (TO_DATE (apex_application.g_f04 (i),'YYYY'))
                     AND  TO_DATE ('2008','YYYY')     THEN
                      l_error :=   l_error
                        || '</br>'
                        || 'Row '
                        || i
                        || ': Photo Inspection Year has to be greater than Date On Map and less than 2008 for '
                        || ' Map: '
                        || apex_application.g_f02 (i)
                        || '<br> Requested date: '
                        || apex_application.g_f05 (i);
          END IF;
          IF NOT TO_DATE (apex_application.g_f04 (i), 'YYYY')
                BETWEEN   TO_DATE ('1890','YYYY')
                     AND  TO_DATE ('2008','YYYY')     THEN
                      l_error :=   l_error
                        || '</br>'
                        || 'Row '
                        || i
                        || ': Date on map has to be between 1890 and 2008 for '
                        || ' Map: '
                        || apex_application.g_f02 (i)
                        || ' <br>Requested date: '
                        || apex_application.g_f04 (i);
          END IF;
       END LOOP;
       RETURN LTRIM (l_error, '</br>');
    Thank you
    Susan

    This is a parameter in the validation - display message error location.

    Denes Kubicek
    -------------------------------------------------------------------
    http://deneskubicek.blogspot.com/
    http://www.Opal-consulting.de/training
    http://Apex.Oracle.com/pls/OTN/f?p=31517:1
    -------------------------------------------------------------------

  • Clock on Satellite M50D-A - 10 d never shows the correct time

    All the time I have set the clock in, it always goes bad after a short time.
    Even went into Bios and set the clock here very precisely, that it won't always.
    It isn't easy because all the documents that I work for the school are badly dated, changes, do not get sorted correctly and so on...

    What can I do to get the exact time? (and Yes, it is supposed to be set automatically by windows)

    Return the laptop and the set?

    concerning

    Hugo

    Could you please provide some essential info on the laptop model, the system and the version of the BIOS?
    Is the laptop connected to the internet or you are working offline.

    If the laptop is connected to internet, it synchronizes automatically time with server time of Windows and sometimes the clock doesn't see the good due to some problems.

    Probably you have already tried to change the time manually by clicking the change data and time settings. Right?

    Well, in the window of the Date and time you have 3 tabs. The last tab called time Internet provides sync settings. It displays information about the last synchronization and when happens the next synchronization. You will also see the server time is synchronized automatically. The current server should be time.windows.com.

    To change the current server, click the Change settings button. Here you can choose the server. Click on move down and the list of servers.

  • report that shows the same values twice in 11g

    Hi am in report form of oracle 11g I have a report that lists 5 rows, the problem is the same elpse of data on the second page, how do I fix that the request is ok when I run with sql developer, it shows the record 5, the problem is when I run the report he show the same data in multiple pages



    for example


    Page 1


    employeeno employeeename

    Sharon 20000

    Peter 20001


    page 2


    employeeno employeeename

    Sharon 20000

    Peter 20001

    You have an extensible framework around your main frame? For example, when the requirement is to have 2 copies could have a fake request for an extensible framework around your main frame:

    Select 1 as a double

    Union of all the

    Select 2 double

Maybe you are looking for

  • Disable Application hpwuSchd?

    I do audio recording and mixing on my HPE 510 t i7 2600 in Cubase recording software - it's streaming audio in real time is an intensive process of same CPU. To keep the CPU and Ram devoted solely to the tasks of Cubase, I always disable my network a

  • 8530p - No. 5.1 channel audio on HDMI

    Has anyone got anything else than 2 channels of audio over HDMI on the Elitebook 8530p? I tried different drivers directly from ATI and HP. I tested it on Windows XP x 86 and x 64 Win7. Windows always lists the configuration of stereo audio channels

  • New Ideapad 500 has no test Lenovo Solution Center

    Hello I just got a new Lenovo Ideapad 500 and test the Solution Center, it will return the following errors: Result code: WVC003002-RK8XFE Device: Intel(r) HD Graphics 520 Mathematical operations failed PCI/PCI-e test failure WMB008000-RK8XFE What sh

  • Nslookup for name of research field to the number of ip in Labview?

    I would like to make a quick hack to control my ISP DNS functionality, to get hard when data to complain. What I see is that DNS stops working a few minutes to a few hours, making bad for many people. But when I call support it yet of course works...

  • Defraging harddrive

    I tired to defragment my hard drive under Vista. It ran all night and never finished, I had to cancel the process. What should I do to accomplish this task of maintenance? Also, is there no function 'check disk' in Vista to tell me if I need to defra