Change/Remove "No data found" Message

Hi all

How can I change or delete no data found message?

I can change it by using report attributes > messages > when no data found > (Personal Message), but how can I change/remove it globally (for all the application)?

Thank you

Chandra

Chandra,

There is a possible way to remove without data Message found at one time to go to

Modify Application > utilities > specific utilities (appear in the right sidebar) page > region utility > utility region report > grid edit all data found Message numbers

Here you can write your personal message for each report at a time.

Leave.

Tags: Database

Similar Questions

  • Apex reported no data found message

    Is it possible to update all THE data found message? I would like to change to no records returned on all reports? Is it a setting in globalization?

    Concerning

    Spam says:

    Is it possible to update all THE data found message? I would like to change to no records returned on all reports? Is it a setting in globalization?

    Assuming a recent version of APEX (always specify what version you use when you ask a question): Home > Application Builder > Application > utilities > utility area > grid edit all Messages to find data no..

    Change them all to refer to a static text substitution string (e.g. & NO_DATA_FOUND_MSG) defined in the application definition, if the message must only be maintained in one place.

  • No data found message

    Hi all
    I have a cursor and when there is no data found an error message must meet. Can someone help me to do this

    cursor c_user (p_username in VARCHAR2
    ) is
    SELECT *.
    OF qhr_employee emp
    Upper WHERE (emp. USER name) = upper (p_username)
    AND to_date(sysdate,'dd-mm-yyyy') > = to_date (emp. Start_date, 'dd-mm-yyyy');

    I can hardly believe that the procedure that you have published is in fact to launch a mistake any except 20001 or 20002. You have a when other hider of exception that don't re - not raise the error, so you shouldn't see any other errors. A procedure like yours will never throw this error 6503. There is clearly something that don't show us you.

    (If one) you correctly report the error and b) are actually something run with a vague resemblance with the code you posted, then saw the error ORA-06503, I think that one of the gen_functions. DATEDIFF or qhr_gen_functions.f_get_sys_param causes the error because you call it incorrectly, or because it is poorly written.

    Remove the when appropriate other hider error in your procedure in order to get a stack of error. It should tell you that the function returns the error.

    John

  • APEX 4.2 classic report when more data found message

    Hello

    Has anyone used report classic message "Times more data found" APEX 4.2?

    I did not get this message illustrated using any report model or any report parameter.

    Need to add a few report template substitution strings?

    It would be great if someone could share example how this message should be used.

    Kind regards
    Jari

    Hi kvlek,

    Thank you

    Could you please share steps how you did it in apex.oracle.com?

    Kind regards
    Jari

  • cover of "no data found" message in the interactive report

    I have looked around and cannot know what is happening. Any help would be greatly appreciated.

    I have an interactive report that, when no data is found, displays the message "no data found" wrapping tight. I have uploaded a screenshot of it to TinyPic for you to see what I see.

    The HTML code generated around the text "no data found" is the following.

    >
    < DIV id = "apexir_DATA_PANEL" >
    < TABLE summary = "" >
    < TBODY >
    < b >
    < TD >
    < TABLE id = "12352007490697832" class = "apexir_WORKSHEET_DATA" border = "0" cellSpacing = "0" summary = "" cellPadding = "0" > "
    < SPAN class = "fielddata" >
    No communications have been found in the system.
    </span >
    < /table >
    < Table >
    < /TR >
    < Table >
    < /TR >
    < / TBODY >
    < /table >
    < / DIV >
    >

    I looked in the HTML code that is generated for the page, but cannot understand why words are packaging. Any thoughts?

    Shane.

    Hello

    I see exactly what is happening. It could be your theme that does this - or maybe you are using the version of Apex.

    I just did a test (with Apex 4, issue 18), and as though all the tags TABLE, TR and TD, I get a SPAN tag around the text:

    <span class="fielddata">No submissions were found in the system.</span>
    

    Try adding COVER tags around your text and see if that helps.

    Andy

  • No data found message in the BI Publisher data model?

    Hello

    I built a BEEP report, based on the data model.
    Please advice if there is no data returned by the query, how to display an error message something like 'no data found with above settings.

    Thank you
    Murali.

    Murali

    If there is no data then the generated XML will be empty of data but won't be valid. If all you need to do in the layout template is something like

    No data found

    where INVOICES is a repeated group waited in the data

    Tim

  • Great plugin LOV - no data found message

    APEX 4.2.1


    Regarding the plugin of Super fantastic LOV Skillbuilders http://www.skillbuilders.com/oracle-apex/APEX-Consulting-Training.cfm?tab=free-plugin-downloads, not found data setting seems to be a global setting. So if there are 2 page elements that use the plugin, is there a way to have a different, personalized message to display for each item?

    Thank you

    Hi VANJ.

    You can do this with JavaScript. Create a dynamic Action that fires when the page is loaded. The action must be run JavaScript and should resemble the following (change the name of the element and the message at the end):

    $('#PXX_SUPER_LOV_ITEM_NAME').apex_super_lov('option', 'noDataFoundMsg', 'Whatever message you want here.');
    

    Kind regards
    Dan

    blog: http://DanielMcghan.us/
    work: http://SkillBuilders.com/APEX/

  • Sort the results of interactive report in no data found message

    Hello

    I have an interactive report that returns results based on the: bind variable QUERY - I have a list of navigation on the side where all the elements to link to the current page with different values of request. The IR works fine until I try to sort the columns by clicking on the heading and selecting increasing / decreasing, how it returns no data available.

    It starts to work again if I change the last line of GOLD: REQUEST IS NOT NULL but this breaks the functionality of the report, I would like to return only selected articles or all if no query variable is present. I'm guessing that sort sets: ASK something temporarily and divides. My query is below, any ideas?
    SELECT   id,
             job_number,
             appt_start,
             domain,
             pwa,
             status,
             tstamp_created 
      FROM   fail_jobs 
      WHERE  (status = 'NEW' AND userid_created != 'SYSTEM' AND :REQUEST = 'ARD') 
         OR  (status = 'ATR' AND :REQUEST = 'ATR')
         OR  (status IN ('ERR','REV') AND :REQUEST = 'REV')
         OR  (status = 'COM' AND :REQUEST = 'COM')
         OR  (status IN ('PCD','PCA') AND :REQUEST = 'PCD')
         OR  :REQUEST IS NULL
    Thank you

    There are problems with interactive reports referencing known: DEMAND value, probably due to an internal logic that manages also simultaneously - potentially cause a malfunction or blockages.

    A workaround that I learned is to create a calculation to assign: APPLICATION to a temporary element (a PXX_REQUEST, for example) and reference it in the query, instead of: ASK. This has worked well for me in my experience.

    I would like to know if this helps - pls sign the thread as 'Useful' or 'Correct' if so, so more people can benefit.

    TKS,
    Kléber

  • Query of the region gets no data found

    Hi all

    I have a region that is of type "SQL query". This area is also a button 'apply update '. There is a validation of the page that looks up a value in a shuttle that goes off when you press 'Apply update'. Sometimes, when the button is pressed and the validation fails the region return that the no data found message as defined in the attribute for the region, other times reports page when the failure of the validation of data which has been in the region until the button is pressed just stay there, as it should.

    Why I get such different results when validation fails? Why do I sometimes get "no data found" and other times I get the data in the array returned by the SQL query?

    A couple of things to point out,

    (1) the table gave in, the sql query will always return Row (s)

    (2) the sql query is NOT dependent on the values of page defined level.

    (3) the sql query is simple, similar to...

    Select *.
    of my_custom_table
    my_column asc order

    Is a global temporary table... but it is defined as "on commit preserve rows", my data must therefore be kept for my entire session, even if it wasn't, it still does not explain the sporadic "no data found", unless the APEX is somehow sometimes change the session and I'm not aware of it...

    Exactly what APEX - and any other web technology using connection pooling- done.

    Replace the TWG with a collection of the APEX. You can define a view of the collection to match the name of the existing table, the column names and data types.

  • When I try to change the interactive report columns, then triggers the error: "unable to change column attributes. "ORA-01403: no data found. Pls tell me why?

    When I try to change the interactive report columns, then triggers the error: "unable to change column attributes. "ORA-01403: no data found. Pls tell me why?

    You use listener EA3 ADR?

  • Process page not throwing no data found error when you remove the item in a table

    Hi guys,.

    I'm trying to run a process page just before the process of MRU in tabular form and it is throwing an error no data found . Here is my code:
    BEGIN
         
         for i in 1..apex_application.g_f02.count LOOP     
              
              IF apex_application.g_f01(i) is not null THEN
                   
                   UPDATE STOCK
                        SET PRODUCT_QUANTITY = PRODUCT_QUANTITY+apex_application.g_f08(i)
                   WHERE site_id = :P21_SITE_ID and product_id = apex_application.g_f02(i);
                   COMMIT;
                   
              END IF;
         END LOOP;
    END;
    F01 here is the checkbox column and the if statement is the cause of the problem because if I get rid of the update statement (leaving just the commit) then it still throws the error.

    When I click on a checkbox, and hit the Remove button what fires off times this process and then the MRU, I get the error not found data .

    Would appreciate it if someone could shed some light on this. Thank you very much.

    Published by: taepodong on July 1, 2012 07:54

    Hello

    >
    I'm trying to run a process page just before the process of MRU in tabular form and he throws no data were found error. Here is my code:

    BEGIN
    
         for i in 1..apex_application.g_f02.count LOOP     
    
              IF apex_application.g_f01(i) is not null THEN
    
                   UPDATE STOCK
                        SET PRODUCT_QUANTITY = PRODUCT_QUANTITY+apex_application.g_f08(i)
                   WHERE site_id = :P21_SITE_ID and product_id = apex_application.g_f02(i);
                   COMMIT;
    
              END IF;
         END LOOP;
    END;
    

    Here f01 is the column of the box and the if statement is causing the problem because if I get rid of the update statement (leaving just the commit) then it still throws the error.

    When I click on a checkbox and click on Remove button that triggers both this process and then MRU, I get the no found error of data.
    >

    You iterate over the f02 and seeking f01 not null. It's the misuse of the checkbox element. Please see these links. in particular the examples of process OnSubmit.
    http://docs.Oracle.com/CD/E23903_01/doc/doc.41/e21676/apex_item.htm#CHDDCHAF
    http://docs.Oracle.com/CD/E23903_01/doc/doc.41/e21676/apex_app.htm#AEAPI215

    Kind regards

    PS: That's what you need to understand
    >
    Note that the boxes displayed by using APEX_ITEM. CHECK box will only contain values in the APEX_APPLICATION tables for those lines that are checked. Unlike other elements (TEXT, TEXTAREA, and DATE_POPUP) that can contain an entry in the corresponding table of APEX_APPLICATION for all submitted ranks, a checkbox will be an entry in the APEX_APPLICATION table if this option is selected.
    >

    Published by: Dominique July 2, 2012 09:44

  • Change the order of the columns does not cause any data found error report

    Hello. I have a weird problem (and I'm new to APEX). I have a subregion of report that shows the details of a master record based on the ID of the parent area. When I have everything first to change SQL for the query and apply the changes page works fine. When I go back and change the region > attributes report and use the arrows to change the order of the columns the region then returns:

    error report:
    ORA-01403: no data found

    I tried to change the query so that the columns found in the desired order and who has also not returned no data error. If I go back to my original query (which had 2 fewer columns) the page works again. Then I change to the new query (2 addtl columns), and then it works again, until I have change the order of the columns again. Don't know if it would be serious or not, but one of the columns is a 2 columns of the table concat.

    Any ideas would be appreciated, because I'm out of them.

    Thank you!

    use: Apex 4.0
    DB: 10g Exp

    "807428," Hi

    using 4.0 or 4.0.1? Can you reproduce the same problem on apex.oracle.com as well?

    Concerning
    Patrick
    -----------
    My Blog: http://www.inside-oracle-apex.com
    APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • When the research report I get the message "no data found".

    When I run a search on one of the fields of research, I get the message "no data found". Anyone can help me to understand what it is that I don't hurt or not done? Thank you

    Deanna

    http://Apex.Oracle.com/pls/OTN/f?p=4550:1:4031563210204584

    Workspace: DEANNA2
    Username: DDOVE@KHP. KS.GOV
    Password: Dclipse03

    Page 21

    No, I added a calculation to the page to see what is the sql code that is returned by the function... Now, I could add in another column and see what happens...

    That's why I suggested moving it to a function outside the page... You can test this in the sql command window and the prefect what you are after... Have done reports a little like this... Or even more fun, with a function in the pipeline...

    Thank you

    Tony Miller
    Webster, TX

  • How to display the message no data found

    My problem is that when my report generates no how to display a message "No Data found for search criteria" to data users? Here is an example of XML, when there is no data found.
    <?xml version="1.0" encoding="UTF-8"?>
    <DOCUMENT>
        <DATE>01-MAY-09</DATE>
        <USER_NAME>MYUSERNAME</USER_NAME>
        <APP_ID>750</APP_ID>
        <APP_NAME>APEX - Application Builder</APP_NAME>
        <TITLE>Averaging_Change_Letter</TITLE>
        <P7_MINIMUM_VARIANCE>0</P7_MINIMUM_VARIANCE>
        <P7_PROVIDER_ID>2033</P7_PROVIDER_ID>
        <P7_SIGNER>Someones Name</P7_SIGNER>
        <P7_SIGNER_PHONE>(801) 999-9999</P7_SIGNER_PHONE>
        <P7_CHANGE_DATE>11-JAN-09</P7_CHANGE_DATE>
        <P7_PAY_DATE>30-JAN-09</P7_PAY_DATE>
        <P7_PERIOD_NUMBER>3</P7_PERIOD_NUMBER>
        <REGION ID="0">
            <ROWSET>
                <ROW>
                    <PROVIDER_ID></PROVIDER_ID>
                    <HR_EMPLOYEE_NUMBER></HR_EMPLOYEE_NUMBER>
                    <PROVIDER_NAME></PROVIDER_NAME>
                    <BIWEEKLY_PAY></BIWEEKLY_PAY>
                    <CHANGE_DATE></CHANGE_DATE>
                    <EFFECTIVE_TO_MONTH></EFFECTIVE_TO_MONTH>
                    <LETTER_DATE></LETTER_DATE>
                    <MONTH_FROM></MONTH_FROM>
                    <MONTH_TO></MONTH_TO>
                    <PERIOD_ABBREV></PERIOD_ABBREV>
                    <PERIOD_FULL></PERIOD_FULL>
                    <RVUS_IN_PERIOD></RVUS_IN_PERIOD>
                    <DAYS_IN_PERIOD></DAYS_IN_PERIOD>
                    <DAILY_RVU_PRODUCTION></DAILY_RVU_PRODUCTION>
                    <RVU_PAY_RATE></RVU_PAY_RATE>
                    <PROVIDER_EXPLANATION></PROVIDER_EXPLANATION>
                    <PREV_PROVIDER_ID></PREV_PROVIDER_ID>
                    <PREV_MONTH_FROM></PREV_MONTH_FROM>
                    <PREV_MONTH_TO></PREV_MONTH_TO>
                    <PREV_RVUS_IN_PERIOD></PREV_RVUS_IN_PERIOD>
                    <PREV_DAYS_IN_PERIOD></PREV_DAYS_IN_PERIOD>
                    <PREV_DAILY_RVU_PRODUCTION></PREV_DAILY_RVU_PRODUCTION>
                    <PREV_RVU_PAY_RATE></PREV_RVU_PAY_RATE>
                    <PREV_BIWEEKLY_PAY></PREV_BIWEEKLY_PAY>
                    <PREV_PERIOD_ABBREV></PREV_PERIOD_ABBREV>
                    <PREV_PERIOD_FULL></PREV_PERIOD_FULL>
                </ROW>
            </ROWSET>
        </REGION>
    </DOCUMENT>
    Published by: tfa on May 1, 2009 10:30

    I missed a POINT in front of! =, his. ! =

  • DAC 11.1.1.6.4 fails with the error cannot get columns: ORA-01403: no data found

    Hello

    We strive to run a full charge in DAC, but it is a failure.

    The S_ASSET table is empty and therefore, we get the error

    Could not get column: ORA-01403: no data found

    We were not facing this error in DAC 10 g but after upgrade to DCA 11 g, this task has no place if the array is empty. How remove this restriction and DAC will work perfectly even if the tables are empty to full charge?

    CAD DETAILS

    Console Administration Oracle BI DW

    CAD build a 11.1.1.6.4.20121119.2022 Build date: November 19, 2012

    Management Console to install, configure, and administer the Warehouse Analytics of Oracle Business

    Schema version - 47, Index version - 36, repository version - 6, data version Seed - 16

    INFORMATICA - VERSION9.0.1 HF2


    Here's the log of IMG_BUILD - S_ASSET when this task was running in DAC 10 g. The task facing any problem when S_ASSET table was empty.

    [code]

    2013-12-23 15:34:29.644 CHANGE CAPTURE: IMG_BUILD - internal S_ASSET began.

    the number of days of prunes: 4

    After change data capture: 2013-12-19 12:23:19.332 in full Mode.

    2013-12-23 15:34:29.69 - execution:

    TRUNCATE TABLE S_ETL_I_IMG_6

    2013-12-23 15:34:29.89 - executed successfully.

    2013-12-23 15:34:29.9 - execution:

    TRUNCATE TABLE S_ETL_R_IMG_6

    2013-12-23 15:34:30.145 - executed successfully.

    2013-12-23 15:34:30.16 - execution:

    TRUNCATE TABLE S_ETL_D_IMG_6

    2013-12-23 15:34:30.198 - executed successfully.

    2013-12-23 15:34:30.236 - execution:

    INSERT / * + APPEND * / INTO S_ETL_R_IMG_6

    (ROW_ID, MODIFICATION_NUM, LAST_UPD)

    SELECT

    ROW_ID

    MODIFICATION_NUM

    LAST_UPD

    Of

    S_ASSET

    WHERE

    LAST_UPD > TO_DATE ('2013-12-19 12:23:19 ',' ' YYYY-MM-DD HH24:MI:SS)

    2013-12-23 15:34:30.968 - executed successfully.

    2013 12-23 15:34:30.989 - execution of deleting duplicates rowid.

    2013-12-23 15:34:31.01 - successfully deleting duplicates rowid.

    2013-12-23 15:34:31.27 - execution:

    DROP VIEW V_ASSET

    2013-12-23 15:34:31.566 - executed successfully.

    2013-12-23 15:34:31.569 - execution:

    CREATE VIEW V_ASSET AS

    SELECT

    *

    Of

    S_ASSET

    2013-12-23 15:34:31.743 - executed successfully.

    2013-12-23 15:34:31.78 - execution:

    SELECT COUNT (*) IN S_ASSET

    The County is: 0

    Executed successfully: CHANGE CAPTURE: IMG_BUILD - internal S_ASSET

    (Number of attempts: 1).

    Executed orders:

    IMG_BUILD - internal

    2013-12-23 15:34:31.851 CHANGE CAPTURE: IMG_BUILD - internal S_ASSET has finished running with the completed state.

    The same task, IMG_BUILD - S_ASSET fails when it is running in DAC 11 g, because the table is empty. Here is the log for the failure of the task to 11g.

    [code]

    2013-12-27 21:21:47.497 acquisition of resources

    2013-12-27 21:22:20.33 acquired resources

    2013-12-27 21:22:20.787 CHANGE CAPTURE: IMG_BUILD - internal S_ASSET began.

    the number of days of plum: 5760

    After change data capture: 2013-12-23 21:19:19.233 in full Mode.

    21:22:21.211 2013-12-27 - execution:

    TRUNCATE TABLE S_ETL_I_IMG_6

    2013-12-27 21:22:22.384 - executed successfully.

    21:22:22.389 2013-12-27 - execution:

    TRUNCATE TABLE S_ETL_R_IMG_6

    2013-12-27 21:22:22.532 - executed successfully.

    21:22:22.534 2013-12-27 - execution:

    TRUNCATE TABLE S_ETL_D_IMG_6

    2013-12-27 21:22:22.546 - executed successfully.

    21:22:22.55 2013-12-27 - execution:

    INSERT / * + APPEND * / INTO S_ETL_R_IMG_6

    (ROW_ID, MODIFICATION_NUM, LAST_UPD)

    SELECT

    ROW_ID

    MODIFICATION_NUM

    LAST_UPD

    Of

    S_ASSET

    WHERE

    LAST_UPD > TO_DATE ('2013-12-23 21:19:19 ',' ' YYYY-MM-DD HH24:MI:SS)

    2013-12-27 21:22:22.614 - executed successfully.

    2013 12-27 21:22:22.616 - execution of deleting duplicates rowid.

    2013-12-27 21:22:24.72 - successfully deleting duplicates rowid.

    Could not get column: ORA-01403: no data found

    FAULT INFO: Error executing: CHANGE CAPTURE: IMG_BUILD - internal S_ASSET

    MESSAGE: com. Siebel.Analytics.etl.Execution.exceptions.ChangeCaptureTaskFailedException: Change Capture failed.

    EXCEPTION CLASS: java.lang.RuntimeException

    com.siebel.analytics.etl.etltask.GenericTaskImpl.doExecuteWithRetries(GenericTaskImpl.java:536)

    com.siebel.analytics.etl.etltask.GenericTaskImpl.execute(GenericTaskImpl.java:372)

    com.siebel.analytics.etl.etltask.GenericTaskImpl.execute(GenericTaskImpl.java:253)

    com.siebel.analytics.etl.etltask.GenericTaskImpl.run(GenericTaskImpl.java:655)

    com.siebel.analytics.etl.taskmanager.XCallable.call(XCallable.java:63)

    java.util.concurrent.FutureTask$ Sync.innerRun (FutureTask.java:303)

    java.util.concurrent.FutureTask.run(FutureTask.java:138)

    java.util.concurrent.Executors$ RunnableAdapter.call (Executors.java:441)

    java.util.concurrent.FutureTask$ Sync.innerRun (FutureTask.java:303)

    java.util.concurrent.FutureTask.run(FutureTask.java:138)

    java.util.concurrent.ThreadPoolExecutor$ Worker.runTask (ThreadPoolExecutor.java:886)

    java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:908)

    java.lang.Thread.run(Thread.java:619)

    : CAUSE:

    MESSAGE: change Capture failed.

    EXCEPTION CLASS: com.siebel.analytics.etl.execution.exceptions.ChangeCaptureTaskFailedException

    com.siebel.analytics.etl.etltask.ChangeCaptureTask.executeChangeCapture(ChangeCaptureTask.java:93)

    com.siebel.analytics.etl.etltask.ChangeCaptureTask.doExecute(ChangeCaptureTask.java:46)

    com.siebel.analytics.etl.etltask.GenericTaskImpl.doExecuteWithRetries(GenericTaskImpl.java:477)

    com.siebel.analytics.etl.etltask.GenericTaskImpl.execute(GenericTaskImpl.java:372)

    com.siebel.analytics.etl.etltask.GenericTaskImpl.execute(GenericTaskImpl.java:253)

    com.siebel.analytics.etl.etltask.GenericTaskImpl.run(GenericTaskImpl.java:655)

    com.siebel.analytics.etl.taskmanager.XCallable.call(XCallable.java:63)

    java.util.concurrent.FutureTask$ Sync.innerRun (FutureTask.java:303)

    java.util.concurrent.FutureTask.run(FutureTask.java:138)

    java.util.concurrent.Executors$ RunnableAdapter.call (Executors.java:441)

    java.util.concurrent.FutureTask$ Sync.innerRun (FutureTask.java:303)

    java.util.concurrent.FutureTask.run(FutureTask.java:138)

    java.util.concurrent.ThreadPoolExecutor$ Worker.runTask (ThreadPoolExecutor.java:886)

    java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:908)

    java.lang.Thread.run(Thread.java:619)

    (Number of attempts: 1).

    IMG_BUILD - internal

    2013-12-27 21:22:31.526 CHANGE CAPTURE: IMG_BUILD - internal S_ASSET has finished running with the Failed state.

    [[code


    The CREATE VIEW privilege was missing from the CAD database user, therefore, was not to create the step. I have granted CREATE VIEW and all is well.

Maybe you are looking for

  • First Calculator in radians?

    Hi, this is my first post on this forum site and hope that I'm doing all this correct. But my question is how do you spend between radians and degrees (regarding modes) on the first HP Calculator? I thought he was touching the upper right and then ta

  • Windows 8.1 install

    Microsoft wants to reinstall windows 8.1, and it seems that there is nothing I can do to stop it!  I can delay for a very short time, but I don't know how to stop it.  Why I want to stop it?  Because the 2 last time has itself installed after it ends

  • MPB early 2011 and Windows 10 perfect work!

    Dear all, I would like to inform you all that I own a MBP E2011 and Windows 10 running with no problems. I have my MBP for 2011 and start with a Boot Camp Partition with Windows 7... After a few years, it has been improved to 8.1 and even 10 windows

  • Spectrum x 360: out of STOCK?

    I am buying the HP x 360 (No 13, 15) spectrum. However, it is out of stock! 1: when will he be in stock? The stores in my area do not, so this isn't an option. 2: https://www.amazon.com/gp/product/B01F2HKZR8/ref=ox_sc_act_title_1?ie=UTF8&psc=1&smid=A

  • My e709a print white or very faded.

    I have a HP printer all in one single e709a.  Will white print pages or extremely faded.  Did all the things troubleshooting.  Clean printerheads (twice), changed the cartridges (although they were not outside), unplugged, etc... Help!