separate blocks

Hi all

I have two blocks

1 - for patient data

2. for the names of doctors who care for patients - every patient has a doctor cares about him.

-two patients may have the same doctor, and I get duplicate names of doctors.

-I want to get the doctor names separate, how?

Thank you

I used "group by" clause and associated tables,.

Thank you

Tags: Oracle Development

Similar Questions

  • Block sms and imessage for number/contact without their u call blocking?

    Is it possible to block a contact or number of smsing only you and not from u call?

    AceNeerav wrote:

    Is it possible to block a contact or number of smsing only you and not from u call?

    No, blocking is an option all or nothing for any given contact.  Since the calls and SMS are based on the number of mobile phone there is no way to separate contact information in separate entries for separate blocking.

  • Three blocks in the same way, belong to the same table

    Hi people,

    I am trying to find a way to make this work. I have currently 3 blocks on the form even where the first block is on the main canvas in blocks 2 and 3 will be on separate bunk canvases. According to a column value (Radio button group), I'll show stacked canvas 1 (block 2) or stacked canvas 2 (block 3). Unfortunately, all these elements must remain in the same table. I also keep them in separate blocks because some of the columns must be in two blocks.

    Landing up, which happens is that before INSERT trigger pulls the two blocks (since BLOCK_STATUS of the second block's NEW as well) and I'm landing by creating two records which is obviously a no-no situation.

    I tried the trigger for INSERTION WE with null, but then what's going on, it's that nothing is saved.

    For any idea or suggestion would be greatly appreciated.

    I use Forms 9i.

    Have a great weekend.

    Thank you!

    Perhaps this - make sure that a single database block, which has the "mirror elements' (use to synchronize it with the Item property).

    Kind regards

    Zlatko

  • PDF possessing blocks to fill in dates, how do you get in the next box?

    I have a pdf form that has separate blocks to enter the date. How do the next block?  I can type in the first, but it won't let me tab or click on the next block.

    The field type you describe is called a "Comb" field Prior to version 6, there was no option for the field that could take the entire string of data at once and then display them with each character in a box.

    Have you tried to enter the entire field data as a single string?

    Would it be possible that the designer does not properly create the form field.

    Can you provide a link to a sample of the form you are trying to fill?

  • Querying a multi-record in my form block

    I have a form where I perform validations of items entered on my main block. I compare the value of the item entered an expected value and if they are different then an exception record must be created in a separate block, several recording in my application. A record on my main block can end up with several different recordings of exception in the block of multi-record. As a result, my validation must include determining if the user has already created an exception record for the article I'm validating in the block of multi-record.

    Is it possible for me to query and uncomitted, block multi-record in my form? Help would be greatly appreciated!

    That's what I meant with "loop on the block."

    Write a function, lets call it FK_CHECK_FOR_EXCEPTION, give in the code and the name of the element as parameters and let it returns TRUE if the exception exists, false otherwise:

    FUNCTION FK_CHECK_FOR_EXCEPTION(i_vcItem IN VARCHAR2, i_vcCode IN VARCHAR2)
    RETURN BOOLEAN IS
      bFound BOOLEAN:=FALSE;
    BEGIN
      GO_BLOCK('BLOCK_B');
      FIRST_RECORD;
      LOOP
        EXIT WHEN :SYSTEM.RECORD_STATUS='TRUE';
        IF     :BLOCK_B.ITEM=i_vcItem
           AND :BLOCK_B.CODE=i_vcCode THEN
          bFound:=TRUE;
          EXIT;
        END IF;
        EXIT WHEN :SYSTEM.LAST_RECORD='TRUE';
        NEXT_RECORD;
      END LOOP;
      RETURN bFound;
    END;
    

    Then, in your VALIDATION KEY, you can something like:

    IF =FALSE THEN
      IF NOT FK_CHECK_FOR_EXCEPTION('ITEM1', 'THECODE') THEN
        RAISE FORM_TRIGGER_FAILURE;
      END IF;
    END IF;
    
  • Can I duplicate a Multicam clip?

    I have a multicam clip enough complex that FCPX don't sync too well, so I did most of it manually. Now it's done, I know it would have been much better if it was two separate blocking clips.

    To save all the hassle of syncing it yet once, I would like to duplicate the Multicam Clip and remove then off a beginning and the end of the other, so the duplicate clips should be completely independent of each other.

    It doesn't seem to be a way to duplicate in the browser of Multicam items (probably because they have the same links and changing one will affect the other).

    Is there a way to create an independent clip of MC duplicate?

    Hey Andy,

    If you create a new library and move the multicam to the event in the new library must copy and allow you to independently change the original lib.

    Russ

  • Docking station indicating the program activity of the other user

    In recent days a colleague and I have found that two of our Mac Dock have a separate block on the left of the main dock to burst open and closed in accordance with the activity of each and other.

    In other words, when I use Chrome or by post or similar, they see the Chrome or Mail app icons popping up in their Dock.

    I googled this and found nothing on this subject.

    Any ideas what this feature and how to turn it off? It of really annoying, is without impact on the our office machines.

    We miss all day El Capitan 10.11.5 (15F34).

    Looks like the transfer procedure. The two machines are configured with the same iCloud account.

  • Satellite 1410-304 does not start after upgrading memory

    I tried to extend the memory of 512 MB to 1 GB by placing two memory modules in my laptop Satellite 1410-304.
    These blocks of memory are each 512 MB and type: DDR400 PC3200 SODIMM.

    Each memory separate block in one of the memory slots A or B works well, no problems.

    However, when the two blocks of memory are installed, the laptop does not start no more.
    I hear the soft beeps indicating that a problem has occurred. The system works under Windows XP.

    Someone who can tell me how to solve this problem. Thanks in advance for your help

    concerning

    Marten

    Memory sticks are made by the same company? If this isn't the case, it will not work.

  • Multithreading and partitioned shared memory

    Hi all

    I'm having no success with this problem multithreading (simple?) on my processor core-i7, using CVI 9.0 (32-bit compiler).

    In the snippets below, I have a structure of node 5 integers, and I use 32 calls to calloc() to allocate space of 32 blocks of 128 * 128 nodes (16K) and store pointers returned in a table as a global var.

    Size in bytes of the nodes = 20, size in bytes of the block = (roughly) 328KB, total allocated size in bytes = (roughly) 10.5 MB.

    I have then spawn 32 threads, each of them is passed a unique index in the pointer_array of 'node_space' (see code below), kind, each thread handles (read/write) a block separated from K 16 knots.

    It must be thread-safe and multiply by the number of threads because each thread is addressing a different memory block (with no overlap), but not multithreading go more quickly (maybe a little) to a single thread.

    I tried different sizes of thread pool, filling of the nodes to the limits of 16 to 64 bytes, all to nothing does not.

    Is this a problem of band bandwidth memory due to the size of the tables? Each thread is somehow loaded the whole 32 blocks?  Any help appreciated.

    struct node

    {
    unsigned int a;
    unsigned int b;
    unsigned int c;
    unsigned int d;
    unsigned int e;

    } ;
    typedef struct lymph nodes;
    typedef nodes * Node_Ptr;

    Node_Ptr node_space [32];          / * pointer to table in 32 separate blocks (loaded via individual calloc calls for each block) * /.

    .... Spawning wire...

    for (index = 0; index)< 32;="">

    CmtScheduleThreadPoolFunction (my_thread_pool_handle, My_Thread_Function, & index, NULL);

    Hello CVI_Rules,

    It is difficult to answer your question because it depends on what you do in your thread function. Given that you do not see any speed upward in your program when you change the number of threads in your thread pool, you are done as well (or all the work) in each thread, serialize your threads with locks, or somehow slow down execution of each thread.

    Your basic configuration seems fine. You can simplify it slightly by moving the nodes directly to your thread function:

        for (index = 0; index < 32; ++index)
        {
            CmtScheduleThreadPoolFunction(pool, My_Thread_Function, node_space[index], NULL);
        }
    
    ...
    
    static int My_Thread_Function(void *functionData){    Node_Ptr nodes = functionData;...
    

    But this will not affect performance.

    Things to look at:

    1. Check that you're really work only on a subset of node space in each thread, you are passing and receiving the correct node space in each thread and you work only on that one.
    2. Verify that you do not have locks or other synchronization in your program. It seems that you do not have because you have designed your program so that it would not need any. But check anyway.
    3. Check that you do not have something useless in your thread function. Sometimes people call ProcessSystemEvents or ProcessDrawEvents because they feel that it makes the user interface more responsive. These two functions are expensive (all about 20 ms per call, I think). So, if you call these functions in a loop, with a fixed number of iteraction on all threads, and if the actual calculations are relatively fast, then these functions can easily dominate the runtime of your program. (There aren't necessarily those functions, it may be others. "These are just examples).
    4. Show and explain your code to a colleague. Sometimes, you don't see clearly until you show someone. Or they may have noticed something.

    Apart from this, can you explain what you are doing in your thread function so that we can have a better understanding of your program and what might inhibit parallelism?

  • DB trigger

    I have a form for suppliers with master blocks and details (suppliers and supplier_details respectively)

    the captain gave as (supplier_no, name, website,...)

    and a check box which means that this man is a supplier and a customer at the same time if it is enabled,

    If it is not checked, then it is only a provider.

    If it is checked, then the data for master and detail of the blocks must be transferred in tables of customers (customers and customer_details).

    I want to handle this scenario, when the user inserts or updates data.

    -J' have created a db trigger which works fine if I use the Toad for data editing, but doesn't if I use my form and I don't know that my form has no triggers conflicted with the trigger db or anything else.

    -If you can write a trigger that more specific or more organized, please share it with me.

    Here is the code of relaxation: -.

    ------------------------------

    CREATE OR REPLACE TRIGGER POS.after_ins_upd_suppliers

    AFTER INSERT OR UPDATE

    THE POS. SUPPLIERS FOR EACH LINE

    DECLARE

    v_customer_id NUMBER;

    BEGIN

    IF THE INSERTION

    THEN

    IF: NEW.supplier_and_customer = 1

    THEN

    SELECT NVL (MAX (customer_id), 0) + 1

    IN v_customer_id

    Customers;

    INSERT INTO customers

    (customer_id, NAME, company, website,

    TYPE, gov_id, customer_and_supplier, country_id

    city_id, notes, supplier_id

    )

    VALUES (v_customer_id,: NEW.NAME,: NEW.firm,: NEW.website,)

    : NEW. TYPE, 1,: NEW.country_id,: NEW.gov_id,.

    : NEW.city_id,: NEW.notes,: NEW.supplier_id

    );

    END IF;

    ELSIF UPDATE ("SUPPLIER_AND_CUSTOMER")

    THEN

    IF: NEW.supplier_and_customer = 1

    THEN

    SELECT NVL (MAX (customer_id), 0) + 1

    IN v_customer_id

    Customers;

    INSERT INTO customers

    (customer_id, NAME, company, website,

    TYPE, gov_id, customer_and_supplier, country_id

    city_id, notes, supplier_id

    )

    VALUES (v_customer_id,: NEW.NAME, "HI_",: NEW.website,)

    : NEW. TYPE, 1,: NEW.country_id,: NEW.gov_id,.

    : NEW.city_id,: NEW.notes,: NEW.supplier_id

    );

    ELSIF: NEW.supplier_and_customer = 2

    THEN

    SELECT CUSTOMER_ID INTO CLIENTS V_CUSTOMER_ID

    WHERE SUPPLIER_ID =: OLD. SUPPLIER_ID;

    DELETE FROM customer

    WHERE supplier_id =: OLD.supplier_id;

    REMOVE FROM CUSTOMER_DETAILS

    WHERE CUSTOMER_ID = V_CUSTOMER_ID;

    END IF;

    ELSIF UPDATE

    THEN

    IF: NEW.supplier_and_customer = 1 AND: OLD.supplier_and_customer = 1

    THEN

    Customer update

    SET NAME =: NEW.NAME,

    close =: NEW.firm.

    site Web =: NEW.website.

    TYPE =: NEW. TYPE,

    customer_and_supplier =: NEW.supplier_and_customer.

    Country_ID =: NEW.country_id,

    gov_id =: NEW.gov_id.

    city_id =: NEW.city_id.

    Notes =: NEW.notes

    WHERE supplier_id =: OLD.supplier_id;

    END IF;

    END IF;

    END;

    /

    -----------------------------------

    insert operation is fine, but it is not updated.

    in my form so I try to update all data such as (name, website,...) for a provider that is also a customer.

    a record is inserted in the table customers (master table for customers) through the above insert statement

    INSERT INTO customers

    (customer_id, NAME, company, website,

    TYPE, gov_id, customer_and_supplier, country_id

    city_id, notes, supplier_id

    )

    VALUES (v_customer_id,: NEW.NAME, "HI_",: NEW.website,)

    : NEW. TYPE, 1,: NEW.country_id,: NEW.gov_id,.

    : NEW.city_id,: NEW.notes,: NEW.supplier_id

    );

    This "HI_" is only put to test.

    I don't know why he enter this statement so I update another point not "supplier_and_customer"?

    As Salem salamualikum,.

    Why maintain you two different tables for the SUPPLIER and the CUSTOMER?

    Two table are almost the same column? right?

    Can you put a column say, account_type_flag with the number data type. We put the value

    When customer then 1

    When the provider then 2

    When the two then 3

    You can set the element of the list or you can create three separate block as long as your design on the same table for customer, dinner and the two.

    No need to DB trigger or any other maintenance operation and a SINGLE column.

    Hope it would be an idea.

    Hamid

  • The weird layout charges on my phone device

    When I load up the phone (Samsung GalaxyS5) version the site load as if zooming out. It adds a HUGE amount of white space on the right. I want to load the page to show only the content I muse. I have attached a picture settings.

    muse.png

    Looking for the parameter that prevents this. What is the phone number?

    Home

    It does on the desktop looking phone site, only on the phone looking at the site of phone

    This isn't a parameter, which is one of your items to be pushed to the side when there is not enough space on the screen. We must change the rules of the respective elements formatting and well, dare I say, generally may wish to review your stuff. On your screenshot, it seems that you all on the page FLAC just as separate blocks without taking account of nesting of the hierarchy of underlying objects and how items align with each other...

    Mylenium

  • Please provide the script story Splitter by Adi Ravid?

    Hello

    I'm working on a book complex and need to separate stories threaded in many places. I know that I can do it manually via the editor of history but have really set my eyes on the script to split history created by Adi Ravid. I found its place @ the Adobe Exchange website (http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail & loc = en_us & extid = 1302 # 518), but get an error "sorry, we have encountered an error while processing your request." - also when pressing on ' author Email: Adi Ravid.

    So, someone who has the script, please report it here could?

    Thank you very much in advance

    /*

    ------------------------------------------------------------------------------------------ ------------------------

    StorySplitter

    ------------------------------------------------------------------------------------------ ------------------------

    A JavaScript InDesign CS/CS2/CS3 by FourAces

    On the final 2006 touch

    Version 3.0.0

    Divides history chosen to separate blocks of text, while maintaining their content.

    ------------------------------------------------------------------------------------------ ------------------------

    */

    var myScriptVer = "3.0"

    If (app.documents.length! = 0) {}

    mySelection var = app.activeDocument.selection;

    If (mySelection.length! = 0) {}

    myObjectType = mySelection [0].constructor.name;

    If (myObjectType == "TextFrame") {}

    The dialog box Interface

    myDialog = app.dialogs.add var ({name: 'History Splitter v' + myScriptVer});

    {with (MyDialog)}

    {with (dialogColumns.Add ())}

    with (dialogRows.add ()) {}

    {with (borderPanels.Add ())}

    var mySplitOptions = radiobuttonGroups.add ();

    {with (mySplitOptions)}

    radiobuttonControls.add ({staticLabel: "Split all frames", checkedState:true});})

    radiobuttonControls.add ({staticLabel: "Scinder front Selected Frame"});

    radiobuttonControls.add ({staticLabel: "Scinder after Selected Frame"});

    }

    }

    }

    with (dialogRows.add ()) {}

    staticTexts.add ({staticLabel: "© The Final Touch"});

    }

    }

    }

    Ditto var = myDialog.show({name:"SplitOptions"});)

    if(myResult == true) {}

    monarticle var = mySelection [0] .parentStory;

    If (App.version.Split(".") [0] >= 5){

    var myTextFrames = myStory.textContainers;

    }

    else {}

    var myTextFrames = myStory.textFrames;

    }

    var myStoryFramesCount = myTextFrames.length;

    If (myStoryFramesCount > 1) {}

    for (f = 0; f< mystoryframescount;="">

    {If (mySelection [0] == {[f] myStory.textFrames)}

    var myTextFrame = f;

    }

    }

    {Switch (mySplitOptions.selectedButton)}

    case 0:

    mySplitAll();

    break;

    case 1:

    mySplitBefore();

    break;

    case 2:

    mySplitAfter();

    break;

    }

    }

    else {}

    Alert ("are you kidding Me? \nThe history you selected has only a SINGLE block of text. ») ;

    }

    }

    }

    else {}

    Alert ("Selection\nYou evil chosen the wrong type of object. Please select a block of text. ») ;

    }

    }

    else {}

    Alert ("No selection Made. \nPlease specify a history split.");

    }

    }

    else {}

    Alert ("No. Active Document Found. ("\nPlease open an InDesign document and select a story to split.");

    }

    //----------------------------------------------------------------------------

    function mySplitAll() {}

    for (i = 0; i< mystoryframescount;="">

    myTextFrames [i] .duplicate ();

    }

    for (i = 0; i< mystoryframescount;="">

    If (App.version.Split(".") [0] >= 5){

    myTextFrames [i] .remove ();

    }

    else {}

    myTextFrames [0] .remove ();

    }

    }

    }

    function mySplitBefore() {}

    If (.previousTextFrame mySelection [0] == null) {}

    Alert ("unable to break Thread. \nThe selected text block is the FIRST block of text in the thread.");

    }

    else {}

    var myBfBreakFrame = .previousTextFrame mySelection [0];

    var myAfBreakFrame = mySelection [0];

    var myBreakStory = myBfBreakFrame.parentStory;

    mySelection [0] .previousTextFrame = null;

    if(myBfBreakFrame.Overflows == true) {}

    var myOversetText = myBreakStory.texts.itemByRange (myBfBreakFrame.insertionPoints [-1], anointed myBreakStory.insertionP [-1]);

    myOversetText.select ();

    App.Cut ();

    App.Select(myAfBreakFrame.insertionPoints[0]);

    App.Paste ();

    }

    }

    }

    function mySplitAfter() {}

    If (.nextTextFrame mySelection [0] == null) {}

    Alert ("unable to break Thread. \nThe selected text block is the LAST block of text in the thread.");

    }

    else {}

    var myBfBreakFrame = mySelection [0];

    var myAfBreakFrame = .nextTextFrame mySelection [0];

    var myBreakStory = myBfBreakFrame.parentStory;

    mySelection [0] .nextTextFrame = null;

    if(myBfBreakFrame.Overflows == true) {}

    var myOversetText = myBreakStory.texts.itemByRange (myBfBreakFrame.insertionPoints [-1], anointed myBreakStory.insertionP [-1]);

    myOversetText.select ();

    App.Cut ();

    App.Select(myAfBreakFrame.insertionPoints[0]);

    App.Paste ();

    }

    }

    }

  • div tag questions

    I'm learning available to tag CSS and div, go smoothly, so far. I can't understand it.

    Most of the time the divs set the 'blocks' (for lack of better term) exactly I would like it... usually. with a few exceptions.

    In my div 'footer' (gray), I want three separate blocks or div inside the footer div; a right, Center and left. (dark green boxes below). No matter what I try, my right div will not stay inside the footer. He falls below the footer div, but the "justified to the right", as I want. It is a screenshot in Safari the page layout.

    I scoured the html and css with no luck. I deleted the page and CSS file and started more than three times, to see if I was overlooking a mistake. No luck. This right div will not stay inside the footer DIV.

    This is my 4th attempt. See the three dark green blocks? The right we can't stay in the foot! (the css code is at the bottom of the page)

    body - light purple

    container div - light green

    header div - orange burned

    mainText - light blue

    footer - gray

    footer internal 3 div - dark green

    Screen shot 2013-10-14 at 6.41.45 PM.png

    Second issue. See the clear green space between the footer (gray) and the maintext (light blue). How can I get rid of this? He does not appear in design view, but presents itself in Safari and Firefox. (also the light purple at the top).

    The CSS for this page below. Thanks for your help. I've been beating my head against the wall over this for a few days.

    #container {}
    background-image: none;
    min-width: 880px;
    Max-width: 1600px.
    margin: auto;
    padding: 0px;
    background-color: #6F3.
    }
    {#maintext}
    Width: 880px;
    margin-right: auto;
    left margin: auto;
    background-color: #69F;
    padding: 0px;
    }
    #footer {}
    Width: 880px;
    margin-right: auto;
    left margin: auto;
    background-color: #999;
    }
    #header {}
    background-color: #C63;
    }
    {#footerleft}
    background-color: #090;
    float: left;
    height: 100px;
    Width: 250px;
    }
    {#footercenter}
    height: 100px;
    Width: 250px;
    margin-right: auto;
    left margin: auto;
    background-color: #090;
    }
    {#footerright}
    background-color: #090;
    float: right;
    height: 100px;
    Width: 250px;
    }

    The space is caused by the browser by default on margin the

    tag.

    Add the following code to your stylesheet

    {p}

    margin: 0;

    padding: 10px;

    }

  • Bug in Premiere Pro CC Multicam?

    So, I'm a bad question in one of my sections blocking. I use Cloud applications creative on Mac OS X Lion mountain.

    I have 5 or 6 separate blocking sequences and the problem occurs on one of them, which makes me think it must be a problem. What happens is I cut the sequence and choose my angles. However, whenever I visited or revive the project or send Media Encoder, I get something that is hard to describe. It seems that for some of the angles, he fires at the beginning of the clip (where I scored a point in). The CAP of screen below, it seems to get these arrows to indicate which clips are from the species of the multicam sequence and not the time where I went from the angels. I've fixed 3 times and always without success. Well, it seems indeed as it works, but then I try to encode and Media Encoder does the same thing. Very strange.

    This occurrence happened to someone else? Is there a solution?

    Screen Shot 2013-07-05 at 3.16.44 PM.png

    See the link posted by Jim for more details. We are working to release a fix as soon as POSSIBLE. We apologize for any inconvenience.

    Peter Garaway

    Adobe

    Premiere Pro

  • sdo_geom.relate vs sdo_relate

    Hello

    As a beginner to oracle space, I have a query which is a little confusing me.
    I understand that sdo_relate uses the spatial index and queries data slightly differently than sdo_geom.relate therefor.

    I have a database of street that is shared by postal code, for example if a street passes through 3 postal codes, I have it divided into 3 separate blocks.
    Now, I want to go back to all segments of the streets and their post_code id matching.

    -REQUEST 1
    Select street_id, post_code p.id s.id
    of AP_STREETS s, AP_POSTCODE p
    where sdo_relate (s.geoloc, p.geoloc, "MASK = INSIDE + DOMMAGESCAUSDSPAR") = "TRUE";

    -REQUEST 2
    Select street_id, post_code p.id s.id
    of AP_STREETS s, AP_POSTCODE p
    where sdo_geom.relate (s.geoloc, 'INTERIOR + DOMMAGESCAUSDSPAR', p.geoloc, 0.05) = "INTERIOR + DOMMAGESCAUSDSPAR;

    QUERY 1 returns nothing while 2 QUERY returns the values and the correct set of records.
    The only thing is the time it takes for the shuttle sdo_geom.relate is not very effective.
    I tested only with a recordset of 10 000 segments streets, but the live DB will be over 5 million.
    At 10,000, it takes the request almost 30 minutes, is not ideal to say the least.

    Any help/advice would be welcome.

    Kind regards
    David

    sdo_relate should return the same results as sdo_geom.relate returns,
    If the same tolerance is used. Which version of DB are you using? Please
    Try 11.2.0.2 if possible.

Maybe you are looking for

  • Get the current Index of the Ring System

    I need to know the index of the ring box that is currently displayed on the front panel during execution. The ring box values do not necessarily correspond to their clues so I can just wire the ring box itself to property [] DisabledItems. The way I'

  • dose of LabView play *.ssv files?

    Hello I have a file of great *.ssv of my recorder of test bench and want to read and do post processing such as filtering and curve fitting in LabView, can someone give me a starting point? Thank you!

  • Difference between the models Acer Chromebook 13: CB5-311-T1UU and CB5-311-T677?

    Their links are here: T1UU: http://us.acer.com/ac/en/US/content/model/NX.MPRAA.007 T677: http://us.acer.com/ac/en/US/content/model/NX.MPRAA.005 I did a thorough comparison of the side-by-side the 2 twice, and so far there is virtually no difference e

  • Windows Support professionals

    I bought this computer, there is little time, it's a hp 520n pavilliion, I could not install Windows updates, have had people, I got it come on twice, to no avail.  Even if the online support for Windows XP has expired or soon will be, I know when it

  • Pavilion p6: 10 windows drivers

    Why do we have to pay HP to tell them that they have not provided windows 10 drivers to their customers. Why is it left customers to help customers. I just updater for windows 10 and my Audio codec does not work (no sound) there is no update for this