Add sub form of table with several lines

I would like to have a button to add a line for each line of a tabular presentation. How can I do?

Let me give you an example. I have a tabular form on a view that joins two tables. The display consists of
MANAGER_FIRM_ID (no show),
MANAGER_ID (no-show),
TYPE_ID (no-show),
TYPE_DESCRIPTION,
FIRST NAME,
LAST_NAME,
PONSBILITY_TYPE,
TITLE,
GENDER,
OWNER,
ETHNICITY_ID

Looks like the shape of tables:

Type Description first name last name title genre ethnic group owner through

There may be one or several (sometimes 3 or 4) for the description of each type (i.e., management).

I would that the user has a button Add on each line, so they may have several people who made the same type of management operation.

I downloaded the app at the APEX. ORACLE.COM SaS.

Workspace: RGWORK
Username: Tester
Password: test123

Application: Application for Certification online - 47405

Page 33 > run > enter user/password > select disadvantaged business (1st box) and select Start Application > button > click Control (management) on the list on the left under steps.

Someone can help me.

Robert

Hi Robert,.

I think I have now something works: [http://apex.oracle.com/pls/otn/f?p=35917:35]

I had major problems with IE and FireFox does not handle things the same way (as always :(), but it works in both:

<script type="text/javascript">
function pad(n)
{
 var s = '0000' + n;
 return s.substr(s.length-4);
}
function updateFields(f)
{
  var fields = document.getElementsByName(f);
  var j;
  if (fields.length > 0)
  {
    for (j = 0; j < fields.length; j++)
    {
      fields[j].id = f + "_" + pad(j+1);
    }
  }
}
function updateInputs()
{
 updateFields("f01");
 updateFields("f02");
 updateFields("f03");
 updateFields("f04");
}
function cloneRow(r)
{
  var w = r.parentNode;
  while (w.tagName != "TR")
  {
    w = w.parentNode;
  }
  var t = w.parentNode;
  while (t.tagName != "TABLE")
  {
    t = t.parentNode;
  }
  var ri = w.rowIndex;
  var wNew = t.insertRow(ri + 1);
  var c;
  var newCell;
  var oldCells = w.getElementsByTagName("TD");
  for (c = 0; c < oldCells.length; c++)
  {
    newCell = wNew.insertCell(c);
    newCell.className = oldCells[c].className;
    newCell.innerHTML = oldCells[c].innerHTML;
  }
  var inputs = wNew.getElementsByTagName("INPUT");
  var j;
  for (j = 0; j < inputs.length; j++)
  {
    inputs[j].value = "";
  }
  updateInputs()
}
updateInputs()
</script>

Is the only thing that I have not been able to manage the events 'onmouseover' and 'onmouseout' on TR tags - they are not actually used on my example, even if they are part of the HTML code. As long as you don't need them, then the above should be ok for you.

Andy

Tags: Database

Similar Questions

  • performance-sql for table with several lines

    I have a database table that contains information that allows me to determine certain information processing to the breast of a proxy service. I want to be able to get (multiple lines) data from this table.

    When I use execute sql it returns only a single row where more than one are expected.

    Anyone aware of several rows of a table within the OSB?

    Thank you

    Hello
    give something like this in the expression editor...
    {} - run sql('DataSource','Record','select * from...')

    The reason for which you receive only one record is that the return type of this function would be a bunch of files, it would be like... .... ...
    But this return value is not consistent with an XML document because... you will notice that there is no element root for the records...

    For more to come this., wrap the function with any xml tag that acts as a root... in this case...

    Kind regards
    Manoj Nair...

  • Update column in a table with several lines at a time

    I created a tabular presentation, page 19, with a single editable column, STATUS. Let's say that there are 300 rows in this form.

    I would like to have a button that selects all lines and change the status to "AUTHORIZED", if the status is set to "PLANNED".

    Without passing through and using checkboxes on the tabular form, is there a way I can do this with a button and a process? Then my code would look like this in a process of PL/SQL:

    BEGIN
    UPDATE of the elements
    SET
    State = "AUTHORIZED."
    auth_date = sysdate,
    status_date = sysdate
    WHERE
    ID =: P3_ID
    AND status = 'PLANNED ';
    END;


    Thank you very much
    Maggie

    Maggie,

    There are some things that you need to consider:

    <script language="JavaScript" type="text/javascript">
    function f_mass_update()
    {
    var counter = 0;
    for (var i = 0; i < document.wwv_flow.f03.length; i++)
    
    {var curr_id = document.wwv_flow.f03.id;
    
    if ($x(curr_id).value == 'COMPLETE')
    
    {$x(curr_id).value = 'CANCELED';
    $x(curr_id).style.color = "darkred";
    $x(curr_id).style.fontWeight = "bold";
    $x(curr_id).style.background = "yellow";
    $x(curr_id).style.width = "103px";
    counter = counter + 1;}}
    
    if (counter == 0)
    {alert ('There are no more statuses to change!');}
    else {alert(counter + ' Records updated!');}
    }
    </script>
    

    corresponds to the correct script if escape you COMPLETE as 'DONE' and CANCELLED as "CANCELLED". The same rules apply for the javascript that for most other languagas programming - numbers do not need to be escaped, but make the strings.

    The second thing is the question of your id to tabular presentation. In my case it was f03 but in your case, it's probably different. If you have created a tabular presentation Wizard does not touch, you could count the columns.
    If your column is the first column editable only be f03. The second will be f04 and so on. My recommendation is to use Firefox and download the Firebug extension. You can do this with firebug HTML > inspect and move the mouse on any item in your page. Click the actual cell in a table, and it will tell you a code like this:

    <input type="text" id="f03_0001" value="10" maxlength="2000" size="16" name="f03"/>
    

    Thus, the name of the element is f03.

    See the same page, now with an attached image of what I just explained:

    http://Apex.Oracle.com/pls/OTN/f?p=31517:213

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

  • Unique table with several columns or several tables split?

    What is the best.

    A table with multiple columns inside or divided into several tables. Why?
    How will the performance in the two scenarios?

    Hello

    user13024762 wrote:
    I have a table EMP that has column EMP_ID, EMP_NAME MGR_ID, MGR_NAME, SALARY, EXP_IN_MNTHS, EXP_IN_YRS... etc with multiple columns

    I have the following tables
    EMP-> EMP_ID, EMP_NAME

    Each row in the table emp thie represents a separate employee. I guess other columns in the emp table might be birth_date, social_security_number and status (by example, 'Active', 'Leave', 'complete'). Here's what an employee has (at least) one of. If there is a one-to-many relationship between an employee and an attribute, then you probably want another table for this attribute.

    BISHOP-> EMP_ID, MGR_ID, MGR_NAME

    There is a one-to-many relationship between employees and managers? In other words, an employee may have 2 or more managers? If Yes, then you need another table.
    If there is only a one-to-one relationship between employees and managers (in other words, if an employee is never more than 1 Manager) so why don't you just have a mgr_id column in the emp table?
    Managers are also used for? (This is often the case, as in scott.emp and hr.employees.) If so, do not store their names in the EME and tables of mgr. Store name (and date of birth and other information) in the table emp only and, if you need a table of Bishop, just the emp_id and mgr_id column.

    SAL-> EMP_ID, SALARY

    There is a one-to-many relationship between the employees and wages? In other words, an employee may have 2 or more treatments? If so, how will you use the values? Is a special treatments in some way, as it will be used more often than others? (In other words, you may have a current and past wages salary, but the last wages are rarely used.)
    If you never have more than 1 salary for a given employee, why not just have a sal column in the emp table?

    EXP-> EMP_ID, EXP_IN_MNTHS, EXP_IN_YRS

    There is a one-to-many relationship between the employees and what whether you store in this table?

    etc. with more tables

    What is the best based on

    (1) performance and data recovery
    (2) ease of use
    (3) maintainability

    A one-to-many relationship requires an additional table. If an employee can have up to 3 managers, don't have mgr1, mgr2 and mgr3 columns in the emp table. Use a separate table, with up to 3 lines for the same employee, instead.
    For 1-1 relationships, it is usually best to not have separate tables.

  • Tables with 2000 lines

    Hi guys, wonder if I could call on your help again.

    I have a few extremely long tabular data to copy/edit a Web site in another: there are nine columns and I would remove three of them. Normally in Design view I will go "alter - table - delete a column" and who would do the job, but it's historical data, and some pages have more 2 000 lines in them; (and I have over 20 of them to do )

    When I try to do a column delete Dreamweave freezes for about four minutes. my CPU runs at 100%

    The original data has been entered in the form of table < table > < / table >

    Any ideas as to how I could avoid this gel - I appreciate it is a very long table but unfortunately I can't split, each table must have all of its data on a single page. At least when he returns, it will be no editing

    So far I have worked with the design view; is there anyway that I can automatically remove the columns of three, eight and nine in code view?

    Thanks a lot for your suggestions.

    > So far I have? ve been working with mode creation; is there anyway I can automatically
    > remove columns of three, eight and nine in the code view?

    try to spit out code/design view.

    Select this column in design mode by clicking it and then clicking on the
    more to the rightin the quick tag select [left margin at the bottom of the design view]

    This code will be highlighted in code view. Click on up there, select new, and
    Delete it.
    --
    Alan
    Adobe Community Expert, dreamweaver

    http://www.Adobe.com/communities/experts/

  • Create table with several Collections of data control

    Hello

    I have a requirement about to display data in a table. It shows simple, but certain columns in the table are within a collection, and the others are in another collection. I read this chapter Creation of ADF Databound Tables - 11 g Release 1 (11.1.1.7.0), and she explains to create the table with a collection.

    I have no knowledge on the model, I know just as control data, so what should I do? :

    -Ask for the template designer to redraw the control of data to include a collection with all the data?

    -Try to work with the actual data control? If so, how can I create the table several Collections of data control?

    Plese let me know if there is another solution. I work with JDeveloper 11.1.1.7.

    Thank you!

    AAPDL

    Hello

    You can have a managed bean that e... g exposes an ArrayList of objects. This can then binds to the value property of the table. If the object sets the information of table row combination that you get multiple iterators (collections), then the table will display the joined data.

    Frank

  • How to create a table with no lines to the left or to the right?

    If I create a table with say 5 columns and 15 lines, how not to do a vertical line (border) to the left and to the right of the table while keeping the boundary up and down? Is that possible or I just put a white box on the left and the right?

    IDCS3

    There are a few methods that work. Here is one.

    (1) select your table cells

    (2) open the race Panel

    3) click the blue lines of the proxy image in the Panel of stoke to deselect the lines inside and high and low lines

    (4) 0 the value of the weight of the race (or change the color of the None swatch)

    Oh and for the love of your fellow designers or the person that allows you to edit your work in the future... do NOT use a white box to hide the traits of lines and columns in the table.

    HTH

    -mt

  • Table with several columns

    I have a table advanced with more or less 60 columns and the table is larger than the header image. How can I align the table with the advanced table?
    Thank you.

    Published by: Vieira on 1.01 giu-3-2010

    I don't think that this is possible.

    what you can do, is that you can fix the scroll bar horizontal to your table, this way that your condition is possible. Please visit the Blog of Mukul to fix scrollbars at the table.

    Kind regards
    Out Sharma

  • The two problems with sub form of table, associated with check boxes

    Hi all -
    Jari already helped me thereby once last week, but I'm running into some new questions.

    http://Apex.Oracle.com/i/index.html
    workspace: Leppard
    username: Guest
    PW: app_1000
    Application: MyTestApp

    Maybe I need to split these into two questions, if so just let me know.

    Question 1: On the first tab (tab 1 report) I have a simple tabular presentation based on the EMP table. The column of the box on the far right, when checked restores the Ename column readonly. The problem is that it only works one way. Unchecking the checkbox is not cancel the read-only.

    It is javascript code that I have on the page:
    function test(pThis) {
     //get the current row index on change
     var currIndex = $('input[name="'+pThis.name+'"]').index(pThis);
    
     // check current items value (return value of lov)
     if (pThis.value=='Y') {
      $('input[name="f02"]')[currIndex].style.backgroundColor = "LightGrey";
      $('input[name="f02"]')[currIndex].readOnly=true;
    }
    else if (pThis.value=='N') {
      $('input[name="f02"]')[currIndex].style.backgroundColor = "Red";
      $('input[name="f02"]')[currIndex].readOnly=false;
    }
    }
    The attribute of the element on the checkbox column is
    onClick="javascript:test(this);" 
    (It seems to work although I use onClick or onChange so I don't know if that makes a difference).

    But the main problem is that the code does not recognize the value of "n" in the column. I checked with firebug and columns I have untick are definitely on 'n', but I can't get javascript code to recognize this value. Even if I take the "ElseIf" code and just change the first part to (pThis.value ==' no) still does not work. There seems to be something with the value "n" recognize themselves do not, but I can not understand.

    Question 2: on the second tab - tab report 2. The same report but this time, I use a javascript character counter similar to that described in the sample application of the Dene (page 276 > http://apex.oracle.com/pls/otn/f?p=31517:276:19207673535900:NO). The counter of characters on the Ename field include javascript and an expression of HTML on the Ename column. The counter works fine, but now, the javascript code to make the column readonly work over all.

    Any ideas on these are much appreciated!

    Thanks in advance,
    John


    • Please please understand what HTML is generated and how to inspect. Once you do this, you can easily eliminate many problems with selectors not seeming to work. A text box is not an input for example element.
    • Boxes rely on the checked, not the value property. Apex circumvents this by creating a hidden extra element which will get the value based on the checked property of the visible checkbox
    • Do not use these horrible onchange and onclick attributes :( Use a dynamic action or jQuery to bind events.
    • Do not apply a style via javascript. Use CSS for this drive as with jQuery, you can easily add, remove, or toggle the classes too. And if you know jQuery selectors, you can understand css selectors because they are substantially the same.
    • I don't know why people insist on using rowIndex or substringing ID. I find it unnecessary and more complex that the alternative (crosses with jQuery)
    • The difficulty also in things into action through pagination. Running on just the visible page it of a trifle, but through paging requires more work than just check "fire on loading the page" is not enough. I'm sure you'd want your ENAME either red or gray column and readonly as soon as the page is loaded, and not when you start typing in the box...

    Form 1 tab: copied to Page 12 and made my changes here:_


    • OnChange on ENAME. This removed. No idea why you would need it there seems a crutch for not having the field in the desired state when the page is loaded.
    • OnClick on CHECKBOX. Removed what I hate these attributes. Replaced by a dynamic action.
    • Dynamic action "checkbox: ENAME readonly value."

      • Event: After refresh
      • Selection type: region
      • Region: Form of tab 1
      • No condition
      • Scope of the event: static
      • Real Action

        • Run the JavaScript Code
        • Fire on loading the Page: YES
        • Code:

          //at page load and after each region refresh:
          //each: check all checkboxes and set readonly on ename accordingly
          //click: when the checkbox changes, change ename accordingly
          $("td[headers='CHECKBOX'] input[type='checkbox']:visible")
          .each(function(){checkReadonly(this);})
          .click(function(){checkReadonly(this);});
          



  • Page > function and global variables declaration

    function checkReadonly(pCheck){
       var lCheck = $(pCheck);
       lCheck.closest("tr")
       .find("td[headers='ENAME'] input:visible").each(function(){
          $(this).prop("readonly", lCheck.prop("checked"));
       });
    };
    

  • Page > CSS Inline

    td[headers='ENAME'] input{
    background-color: red;
    }
    td[headers='ENAME'] input[readonly]{
    background-color: lightgrey;
    }
    

    CSS works so much better for this than the application of style through js...

  • Form 2 tab: copied to Page 13 and made my changes here:_


    • OnChange on ENAME. This removed. No idea why you would need this.
    • OnClick on CHECKBOX. Removed what I hate these attributes. Replaced by a dynamic action.
    • Dynamic action: identical to page 12, just modified trigger area
    • Changed input to TEXTAREA when it is required:
    • Page > function and global variables declaration

      function checkReadonly(pCheck){
         var lCheck = $(pCheck);
         lCheck.closest("tr")
         .find("td[headers='ENAME'] textarea:visible").each(function(){
            $(this).prop("readonly", lCheck.prop("checked"));
         });
      };
      

    • Page > CSS Inline

      td[headers='ENAME'] textarea{
      background-color: red;
      }
      td[headers='ENAME'] textarea[readonly]{
      background-color: lightgrey;
      }
      

    • The f_set_counter function, I changed a bit: there are 2 straps too, put a semicolon at the end of each line.
      -Change $x (node) .value $s (node, value) and $v (node)
      -changed $x (node) .innerHTML to $(node) .text)
      I know: it worked. I like this better. OCD? :/

    function f_set_counter(pThis,pLength,pMaxLength,pReset)
    {
       if (pLength>pMaxLength){
          alert('The maximum length of '+pMaxLength+' exceeded.');
          $s(pReset, $v(pReset).substring(0,pMaxLength));
          $("#"+pThis).text(pMaxLength);
       }else{
          $("#"+pThis).text(pLength);
       };
    };
    

    Published by: Tom on February 15, 2013 12:48
    Made a mistake in the case of dynamic action :->, click after refresh!

  • Pass reference in table 2D with several lines-&gt; Subvi - sees only 1 rank of the number of lines

    What I am doing wrong?

    Of course it is. The Value property. That feed into the size of the array. The output of the size of the table is a table - one element for each dimension of your table.

  • Separating the sections of the table with black lines

    I am trying to add black lines to separate groups of cells in a table. I am using CSS, but know little things about it.

    The table is here: form

    And that's what I do: form.jpg

    Does anyone know how to go about it? I tried to add border-bottom-color in the CSS panel, but it applies the line to the top of the "total" fields

    Thanks, Dren.

    On Tuesday, July 8, 2008 12:00:08 + 0000 (UTC), "drennan_uk".
    wrote:

    > in fact, there is a problem. As soon as I insert the line, the table stops calculation. no idea how I can get around this problem? Thank you

    You don't quite have it right--you have this:

    at the top of the file, you have this:


    He's not going there: remove the

    line 192

    replace it with

    --

    ~ Malcolm ~ *...
    ~*

  • Connect by level - with several lines of inpur

    Very simplified, I have this table - it has a 'table' as a variable-length structure.

    I need x line of output for each input line (do not use pipelining og PL/SQL function)
    Wih a single line as input of the "log in"-it works of course.
    drop table test3;
    create table test3 (id number, tekst varchar2(20));
    
    insert into test3 values (1, 'acbdef');
    insert into test3 values (2, '123');
    insert into test3 values (3, 'HUUGHFTT');
    insert into test3 values (4, 'A');
    insert into test3 values (5, 'AKAJKSHKJASHKAJSHJKJ');
    commit;
    
    with tal as
    (
    select * from
    (select a.*, rownum rn
    from test3 a)
    where rn < 2)
    ------
    select tekst, level , 
    substr(tekst,(level-1)*1+1, 1) content
    from tal
    connect by level < length(tekst) 
    ;
    How to achieve the same thing for several input lines?
    I know I can do it in PL/SQL using plan either pl or just a function in the pipeline, but I prefer a clean if possible SQL.
    I tried to do in a cross join test3 and (select different values of double the test3 table) and other versions, but all with syntax errors
    with tal as
    (
    select * from
    (select a.*, rownum rn
    from test3 a)
    where rn < 3)
    ------
    select * from test3 cross join table 
    (
    select tekst, level , 
    substr(tekst,(level-1)*1+1, 1) content
    from dual
    connect by level < length(tekst)
    )
    ;
    Oracle version will be 10.2 and 11 +.

    I think it's kind of what you're looking for:

    with tal as
    ( select 1 id, 'acbdef' tekst         from dual union
      select 2   , '123'                  from dual union
      select 3   , 'HUUGHFTT'             from dual union
      select 4   , 'A'                    from dual )
    ------
    select  id, tekst, level, substr(tekst,(level-1)*1+1, 1) content
      from  tal
    connect by (    level <= length(tekst)
               and  prior id = id
               and  prior dbms_random.value is not null
               )
    ;
    
            ID TEKST         LEVEL CONTENT
    ---------- -------- ---------- -------
             1 acbdef            1 a
             1 acbdef            2 c
             1 acbdef            3 b
             1 acbdef            4 d
             1 acbdef            5 e
             1 acbdef            6 f
             2 123               1 1
             2 123               2 2
             2 123               3 3
             3 HUUGHFTT          1 H
             3 HUUGHFTT          2 U
             3 HUUGHFTT          3 U
             3 HUUGHFTT          4 G
             3 HUUGHFTT          5 H
             3 HUUGHFTT          6 F
             3 HUUGHFTT          7 T
             3 HUUGHFTT          8 T
             4 A                 1 A       
    
  • Rendering a table with several records by "rank".

    OK, that's how. I have a collection that I want to make it as Table of ADF with a single column. Unless I want to make several entries in the collection by the row in the table

    that is a normal table of the FAD would be like:

    [Column header]
    [Row1.TextField]
    [Row2.TextField]
    [Row3.TextField]
    [Row4.TextField]
    [Row5.TextField]

    I want to make something like:

    [Column header]
    [Row1.TextField] [Row2.TextField] [Row3.TextField]
    [Row4.TextField] [Row5.TextField]

    That is, I want to add the fields in each record horizontally first before adding a new row vertically.

    Any way to do it with the Table of the ADF? Or is there something else I should use?

    Hello
    You can try the component 'af:iterator '.

    example of

    
                    
                      
                        
                      
                      
                        
                      
                      
                        
                      
                      
                    
    
    

    Concerning

    Nicolas

  • Select all / all - check the boxes in a table with multiple lines

    Adobe Livecycle Designer ES2

    Hello

    I have several boxes that I need to do a check of all the option for. I work but this is inneficient and much time given the number of times it needs to be done. I need like 5 of these per page, 20 lines per page, 10 pages per document and about 7 total documents: S

    During the click event of the box has the following code:

    If (this.rawValue is '1')

    {

    Form1.facility.Table6.row2.Subform7.pharmacy1.RawValue = '1';

    Form1.facility.Table6.Row3.Subform7.pharmacy2.RawValue = '1';

    <>...

    }

    on the other

    {

    Form1.facility.Table6.Row2.Subform7.pharmacy1.rawValue = '0';

    Form1.facility.Table6.Row3.Subform7.pharmacy2.RawValue = '0';

    <>...

    }
    The name 'subform7' does not change, table 6 made but I can always rename the rest of them, does not change form1, installing Exchange (and not only facility1, installation2... etc, has no guaranteed).
    With the help of this hierarchy is there a better way to check these? Here's what I was playing around with, but it did not work:
    for (var in form1.facility.Table6 myRows)
    {
    Renamed all to be 'pharmacy '.
    myRows.Subform7.pharmacy.rawValue = '1';
    }
    If anyone can shed some light it would be great.

    You use formCalc and lines should be renamed so that LCD shows them as Row [0], row [1], row [3]... etc. in the hierarchy tab

    I'm a little confused by the subform residing on a table row - although it is possible to do. So, I guess it's okay. A good way to ensure that you have the good SOM for the checkbox control is to CTRL-click one of these check boxes while your cursor is in the Scrpt Editor.

    Good luck!

  • Creating forms on tables with policies of CAE

    Hello

    I have the security infrastructure that involves policies MEV on the tables. When the users are logged on the triggers would set the security context for their session and then EVP allows access to tables.

    Apex allows the same thing using the VPD section in the properties of application security.

    My question is how do I do the same for Apex in build mode. When I try to create the new form based on the table, I get the error in my code VPD indicating that the security session is not initialized, which of course is not like piece VPD in Apex code runs only at run time. So I tried with trigger logon to APEX_PUBLIC_USER but it seems that logon trigger does not fire during application development.

    Is there a solution to my problem?

    The other question is: is it possible to use a DB account for development and one for execution. I guess I could create two entries of Daddy in dads.conf and then use different URLS. Are there problems with it?

    Thank you
    Nenad.

    Nenad salvation,

    Adding another file dads.conf work as long as your policy of the CAE function is a check to make sure will check the current user. For example, in your policy of the CAE function, you can add the following at the beginning:

    IF use = "APEX_DEVELOPMENT_USER" then - assuming that you create this user and reference in the dads.conf
    Returns a null value.
    END IF;
    ....

    You will also need to ensure that the URL that uses the user of development is not accessible to the outside.

    Of course, you could disable VPD on your pattern of development.

    Martin

    -----
    [http://apex-smb.blogspot.com/]

Maybe you are looking for

  • Bootcamp is stuck to the partitioning

    I was stuck with this for a few days, it keeps stuck on partitioning and it not freeze because I can still see the blue bar moving (animation) If someone is able to help me on teamviewer which would be too large. I really need help with this because

  • Keeps crashing. Here's my last error reports.

    I did a reset and I also did a clean install. It always crashes repeatedly. BP-87b23d69-dda5-470f-aa7c-296602140623 23/06/2014 16:00BP-cab54dff-93de-4C57-AF11-0b0852140623 23/06/2014 14:58BP-40d3f319-61ad-4CA1-8048-785ae2140623 23/06/2014 14:56BP-94e

  • On the Satellite T130-16V wireless issue

    Hello.. I have a nine T130... the problem is every time IM using the internet the auto adapter (realtek 8187se) wireless disable it yourself! After that, I have to restart So I allow her again. (I ve tried the Fn + F8 and tried to update the driver a

  • LAN not working after sleep

    When I turn on my computer,after sleep mode it can not connectto the internet via LAN, up to what IRestart the computer

  • Failed to create the Genius playlist on iOS 9.2 on iPhone

    I found a lot of screen showing me that I should have this choice, but I have no shots.  Find the instruction to go to settings/music and toggle Genius on.  There is no choice.  Settings/music gives the Music Show Apple, use of cellular data, high-qu