Discount auto region of PL/SQL

Hello

I'm currently building a client application (similar to the DMV-type system) queue using APEX 4.2 (version on apex.oracle.com). One of the pages is supposed to display a list of people in a specific queue in need of auto-refresh every 5 seconds. I was originally using a classic report for this region and was able to use javascript for auto refresh it without any problem. However, the customer wants the list to stay a height fixed and grow horizontally:

Name name name 1 4 7
Name 2 name 5 etc.
Name 3 6

I was unable to find a way to do it using the classic report region, so I created a stored procedure to generate the necessary HTML code. I then created a region of PL/SQL that simply calls the stored procedure. So while it now shows how I want it, I can't do the region of auto-refresh using javascript or the timer plugin mentioned on some other posts.

I know that I can return just the entire page on a timer, but this isn't really an elegant solution. I was curious, if anyone has any suggestions on how I could get a PL/SQL area for auto refresh?

Here are the specific page, I am referring to: http://apex.oracle.com/pls/apex/f?p=58234:8
Workspace: SCCC_TEST
User: TEST
Password: test

Published by: tdsacilowski on November 5, 2012 09:56

If I get the general idea that I need to replace content in an HTML area with content returned by AJAX. But, as I am still fairly new to AJAX, Miss me some details that I need to apply it.

As mentioned, I created an Apex plugin for this purpose, and I just write a blog about it:

http://ORA-00001.blogspot.com/2012/11/Apex-plugin-execute-PLSQL-code-and-return-content-to-page.html

Using this plugin, you don't have to worry about the Ajax code, you can just concentrate on the PL/SQL.

-Morten

http://ORA-00001.blogspot.com

Tags: Database

Similar Questions

  • Master-detail functionality between the regions of PL/SQL and IR possible?

    4.2.1

    THM 2

    Hi all

    We have two regions in a page. The upper region is a region of PL/SQL that lists the 5 best wages by Dept. This was not done using traditional reports because management wanted a "dashboard" as the look and feel that is already existing and what is happening in that it is a pl/sql block that has the sliders and the necessary HTML, CSS in there.

    Below that is an IR when the user clicks on the dept of region of PL/SQL, it will refresh the IR below to display all employees in this Department

    Top of the page shows region of PL/SQL

    EMP name Dept wage

    Emp1 10 10000

    EMP2 10 950

    Emp3 20 800

    The Dept field is a hyperlink.

    When we click on Dept on this region of PL/SQL

    The lower IR should be updated (without submit page)

    Output

    Emp1 10 10000

    EMP2 10 950

    It is a kind of master-detail relationship between PL/SQL and Report (Detail) (Master) area Interactive

    We can hyperlink in the SQL in pl/sql area, but you wonder how trap line and pass the dept id to the IR and get this region to refresh account?

    All suggestions from the experts?

    Thank you

    Ryan

    It is a way to pass the info in connection

    Perform the dynamic Action of the link column report

    The dynamic action can submit the session state value, and then refresh the IR.

    On either by the way, you must create dynamic PL/SQL region to solve this problem, see this

    APEX reports: layout custom with a column named (model line)

  • How to clear a Cached region of pl/sql a cron job?

    How can I clear a region cached pl/sql running in a cron job? The APEX_UTIL.functions seem to work only in an apex application.

    Request Express 4.2.3.00.08.

    Thank you

    Thanks for the reply of Nicole.

    Yes, but I was trying to avoid getting the date of the cache for all regions cached and then questioning the last run_date from crowd on each page. (Many pages with many parts per page) Seems like a lot of overhead and coding.

    Instead, I now update batch job a flag 'CLEAR_CACHE' to 'YES' on a table of the package log when employment ends. Then added the process to each page to check the flag. If the flag is 'YES' then purge all regions and set the flag to "NO".

    Rob

  • Auto-relation (Simple query) SQL statement

    Hello

    I just want to know is the following: auto-relation SQL statement
    SELECT ROWID,ACCOUNT_ID,ACCOUNT_NAME,IS_CLOSED,TYPE_ID,ACCOUNT_ID_PARENT 
    FROM GL_ACCOUNTS
    WHERE GL_ACCOUNTS.TYPE_ID = GL_ACCOUNTS_PARENT.TYPE_ID AND
    GL_ACCOUNTS.ACCOUNT_ID_PARENT = GL_ACCOUNTS_PARENT.ACCOUNT_ID
    If not pls I want to create a

    Thanks in advance,

    Kind regards

    Abdetu...

    Abdetu wrote:
    Hello

    I just want to know is the following: auto-relation SQL statement

    SELECT ROWID,ACCOUNT_ID,ACCOUNT_NAME,IS_CLOSED,TYPE_ID,ACCOUNT_ID_PARENT
    FROM GL_ACCOUNTS
    WHERE GL_ACCOUNTS.TYPE_ID = GL_ACCOUNTS_PARENT.TYPE_ID AND
    GL_ACCOUNTS.ACCOUNT_ID_PARENT = GL_ACCOUNTS_PARENT.ACCOUNT_ID
    

    If not pls I want to create a

    Thanks in advance,

    Kind regards

    Abdetu...

    Do you want a self-join or query CONNECT BY (a particular type of self-join that runs recursively).

    Both are described in the documentation

  • Need to update the toolbar whenever I go back to the start page of Firefox. Discount auto block shows real.

    Clicked on link troubleshooting Firefox and noticed high-end said auto refresh blocked-true. Is there a way to change this false?

    If you use a bookmark to visit this page and then try to boot from the Yahoo home page or log in Yahoo page and go to the page required from there.

    Clear the cache and cookies only from Web sites that are causing problems.

    "Clear the Cache":

    • Firefox/tools > Options > advanced > network > content caching Web: 'clear now '.

    'Delete Cookies' sites causing problems:

    • Firefox/tools > Options > privacy > Cookies: "show the Cookies".

    Start Firefox in Safe Mode to check if one of the extensions (Firefox/tools > Modules > Extensions) or if hardware acceleration is the cause of the problem (switch to the DEFAULT theme: Firefox/tools > Modules > appearance).

    • Do NOT click on the reset button on the startup window Mode without failure.
  • Auto region/country/StateProvince

    I just noticed that Lightroom don't fill automatically information about the region, State/Province, Country and Country Code when I geotag photos with the mapping module. I can't find in preferences, where I can change this setting. Any thoughts?

    Thank you!

    I can't find in preferences, where I can change this setting.

    It is in the catalog settings > metadata > search address:

    In addition, click the identity plate and make sure that the address lookup is not paused:

  • Sequence got the discount auto reset.

    Hi all

    I had created a sequence as below.

    CREATE the SEQUENCE SEQ_FileMonitoringStatusKey MINVALUE 1 WITH one 1 INCREMENT BY 1 NOCACHE;
    (minimum value is 1 and the maximum value is 999999999999999999999999999).
    A work inserts data into a table and uses this sequence of insertion of the primary key column. MAX value inserted by this sequence in the table is 16325. Now, if I run the query "* select SEQ_FileMonitoringStatusKey.nextval in double *; ' then the value is 2. This means, sequence was reset some how. I checked the date created modified and the last for this sequence and it's July 22, 2011. I don't know why this sequence to reset. Can you please tell me what could be the reason?

    Thanks and greetings
    Nana AKkivalli.

    Published by: Nana Akkivalli August 9, 2011 12:22

    Sequences don't auto reset. I agree with Toon... are you sure that sequence is actually used in the code?

  • Display PDF in a PL/SQL region - APEX 4.2

    I'm trying to display a pdf file in a PL/SQL area in the same page APEX. First of all, I went through the following threads, but none of them worked for me:

    How to display the pdf file in the apex region

    Re: Display pdf

    View the PDF...

    I have a dynamic region of PL/SQL with the source:

    declare
    
    n_file_id number;
    v_file    varchar2(255);
    v_source  varchar2(255);
    
    begin
    
    v_source := 'MAXIS_RENEWAL.DRIVER_FILE_API.download_file_upload?p_file='||:P250_X_FILE_ID;
    
    HTP.P(V_SOURCE);
    
    htp.p('<div style="">');
    htp.p('<embed height="900" width="800" name="embed_content" src="'||v_source||'" type="application/pdf" />');
    htp.p('</div>');
    
    end
    
    

    The download_file_upload procedure is as follows:

    PROCEDURE DOWNLOAD_FILE_UPLOAD(p_file in number ) AS
    
    
            v_mime  VARCHAR2(4000);
            v_length  NUMBER;
            v_file_name VARCHAR2(2000);
            Lob_loc  BLOB;
            LOC VARCHAR2(10);
           
    BEGIN
    
    
            SELECT MIME_TYPE, BLOB_CONTENT, filename,DBMS_LOB.GETLENGTH(blob_content)
                    Into V_Mime,Lob_Loc,V_File_Name,V_Length
                    FROM MAXIS_RENEWAL.library_docs_imp
                    WHERE id = p_file;
                  --
                  -- set up HTTP header
                  --
                        -- use an NVL around the mime type and
                        -- if it is a null set it to application/octect
                        -- application/octect may launch a download window from windows
                        owa_util.mime_header( nvl(v_mime,'application/octet'), FALSE );
    
                    -- set the size so the browser knows how much to download
                    htp.p('Content-length: ' || v_length);
                    -- the filename will be used by the browser if the users does a save as
                    --htp.p('Content-Disposition:  attachment; filename="'||substr(v_file_name,instr(v_file_name,'/')+1)|| '"');
                    htp.p('Content-Disposition:  inline; filename="'||substr(v_file_name,instr(v_file_name,'/')+1)|| '"');
                    -- close the headers
                 
                    owa_util.http_header_close;
                    -- download the BLOB
                
                    wpg_docload.download_file( Lob_loc );
    exception when others then
       --log error
    
    
       htp.p('ERROR DOWNLOAD FILE: '||sqlerrm);
    end download_file_upload;
    
    

    With the current version, it only downloads the pdf on FireFox and IE. On Chrome, it will not. It will display only the string 'MAXIS_RENEWAL. "DRIVER_FILE_API.download_file_upload? p_file = xxxsomeID" in the region.

    When I copy the string and passed in the url of the browser, it downloads the files.

    I can't really understand the problem. Any help is deeply appreciated.

    Hi Hawk333,

    Hawk333 wrote:

    v_source: = ' MAXIS_RENEWAL. DRIVER_FILE_API.download_file_upload? = p_file'|: P250_X_FILE_ID;

    Is it possible to hide this?

    Yes, I think that you have kept the following line in your PL/SQL dynamic content area, that is why it displays:

    declare 
    
        n_file_id number;
        v_file    varchar2(255);
        v_source  varchar2(255); 
    
    begin 
    
        v_source := 'MAXIS_RENEWAL.DRIVER_FILE_API.download_file_upload?p_file='||:P250_X_FILE_ID; 
    
        -- remove this line from your code
        -- is this for debugging purpose?
        -- HTP.P(V_SOURCE);
    
        htp.p('
    '); htp.p(''); htp.p('
    '); end;

    I hope this helps!

    Kind regards

    Kiran

  • Top of page justify/format vertical on a region of SQL query report

    I have a simple region report, type = SQL query.  One of the selected columns is an address in the format which the syntax is shown below:

    RTRIM (address_line1| ) "< BR >" || address_line2 || "< BR >" ||

    address_line3 || "< BR >" || address_line4 || "< BR >" , "< BR >" )||

    "< BR >" || City || ', ' || State || ' ' || Zip_code

    It works very well, but he's justifying the vertical center, as is the title of the column.  I need both the selected value and the title of the column to be justified high vertical.  All the other selected columns are the only line, but it is the only multiline select.

    Suggestions on how to achieve this?

    Apex v4.2.1.00.08.

    Uncle Buck says:

    The theme used is "dark blue - 16.

    Not a good thing. Very outdated and buggy. Is it a legacy application or one that is (somehow) must take in charge users who use IE6 (or compatibility modes it)? If this isn't the case, strongly recommend that you spend a theme of APEX 4.x standards mode as soon as POSSIBLE.

    It would be hard to create a new model, because this model is used by a lot of pages in this application, and they need to all be like.

    To get cells aligned at the top using inheritance default: vertical report, watch 1 (exclude null columns) model report in the page CSS Inline property, use the following:

    .vertical1 td {
      vertical-align: top;
    }
    

    However, I would recommend moving away from using inherited as 'Dark blue - 16' themes and models of integrated by default report. Standards mode APEX 4.x themes and thematic reports patterns will give best results with current browsers.

  • Region of HTLM apex 4.0 Refresh (sql/pl sql anonymous block)

    Is it possible to update this area of dynamic action through refreshment?

    No luck for me.

    Thank you

    Hello

    M don't know if pl/sql refreshment APEX 4.x area or not...

    But there is a work around to do the same thing to the point 3.2 and will work for 4.0...

    Instead of the region of PL/SQL create HTML Region and enter the source

    Then, through a combination of javascript and ondemand process... fill your div with content you want...

    Kind regards
    Shijesh

  • modify the SQL in "source of the region", according to hidden parameter?

    Hello
    Is there a way to execute sql queries 'source region' 2, depending on the setting hidden past? In other words, if I want to show everyone "select * from emp" when clicking on a link 'total' as opposed to ' select * from emp where dept =: xxx "when clicking on a link dept, how the"source of the region' counts another sql statement?

    Thank you.

    My understanding is that according to the link you click on in a page (PX), it will go to a page (PY) that has an inside report and an element hidden with som value passed.

    If this is correct then do this in PY:

    select * from emp
    where dept=:xxx
    or
    :PY_PASSED_VALUE = 'total'
    

    This will show all THE records into emp if the passed value is total, that is, you clicked on the link total and 'total' to the element hidden in PY: PY_PASSED_VALUE
    but it will be visible only records specific Dept. otherwise.

    Hope this helps,
    Sam

  • Assigning a page element in the region of the "body of function return PLSQL SQL query.

    I've not been here in a long time. I like the new forum text editor!

    I have a search page in my application that contains a return region of query SQL PLSQL function body. I use PLSQL to build a query based on the user entries in various page numbers (search text, serial number, year, etc.). Using PLSQL is very useful to enforce the page quickly because there are 1/2 million lines with a lot of text fields some of which are CLOB.

    Users want to know how many rows were returned, but if I allow using a paging system that includes the total performance dies because ApEx has to sort through all the pages of output. Instead, I use ' line varies X to Y "without the part of" Z", and it's pretty fast. I can't use the #TOTAL_ROWS # because it does not work with this system of pagination.

    So, I built a code within the region of function body PLSQL to build a second query that counts only the lines based on the input parameters. I can do this query within the region using EXECUTE IMMEDIATE and the number to an output variable. The disconnect is that I can not then assign it to a page element. If I add a statement assigned to a page element, either by

    : P45_COUNT: = p_count;
    or
    APEX_UTIL. SET_SESSION_STATE ('P45_COUNT', p_count);

    then when I submit the changes I get

    ERR-1002 unable to find point item ID 'P45_COUNT' in the application '4000 '.

    as if the ApEx is not looking for the item in my application, but in the application development environment. I am able to write the results to a table and then recover data in the next region. That's how I got around the problem, but it seems too complicated and unnecessary.

    I wrote the following code just to illustrate the problem.

    Make sense? Any ideas?

    Thank you!

    Bill


    declare
    p_sql varchar2 (32767).
    p_sql_count varchar2 (32767).
    p_table_count number (2);
    p_count number (10);
    p_instr number (10);
    Start
    p_sql: = q'! Select g.id, g.widget, g.year_made, g.serial!';
    p_sql: = p_sql | q'! g table_g where g.status = 1!';

    If: P45_YEAR_MADE is not null then
    p_sql: = p_sql | q'! and $P45_YEAR_MADE = g.year_made!';
    end if;
    If: P45_SERIAL is not null then
    p_sql: = p_sql | q'! and upper (g.serial) like '% "| Upper ($P45_SERIAL) | » %' !';
    end if;
    If: P45_WIDGET_SEARCH is not null then
    p_sql: = p_sql | q'! and upper (g.widget) like '% "| Upper ($P45_WIDGET_SEARCH) | » %' !';
    end if;

    p_instr: = instr (p_sql, 'of g table_g where g.status = 1');
    p_sql_count: = ' select count (g.id) of "| substr (p_sql, p_instr);

    p_sql_count: = replace (replace (replace (p_sql_count, ' $P45_YEAR_MADE ',: P45_YEAR_MADE), "$P45_SERIAL", "' |: P45_SERIAL |)) ('), "$P45_WIDGET_SEARCH", "' | : P45_WIDGET_SEARCH | '''');

    run immediately p_sql_count in p_count;

    / * the following

    : P45_COUNT: = p_count;

    gives this error when I submit the region in the development environment

    ERR-1002 unable to find point item ID 'P45_COUNT' in the application '4000 '.

    */

    Select count (1) in the table_sql p_table_count where app_session =: APP_SESSION.
    If p_table_count = 0 then
    insert into table_sql (app_session, sql_text, session_date, count) values (: APP_SESSION, p_sql_count, sysdate, p_count);
    on the other
    Update table_sql set sql_text = p_sql_count, session_date = sysdate, count = p_count where app_session =: APP_SESSION.
    end if;

    / * the above written SQL and count of a table * /.

    Return replace(p_sql,'$',':');
    end;

    Hello

    Try the suggestion of Scott in Re: how to get the query region "PL/SQL function body returns the query string"?

    Andy

  • pl/sql in the apex region

    Hi all
    Of sqlworkshop.
    I created a view as

    CREATE OR REPLACE STRENGTH SEEN IN THE VW_SUB_CL_ADD1
    (select a.siteid, siteid, a.bpaadd_0 bpaadd_0, a.bpanum_0 bpanum_0,
    -case when a.bpaaddlig_0 = "then '-' another a.bpaaddlig_0 end address1.
    -case when a.bpaaddlig_1 = "then '-' another a.bpaaddlig_1 end address2.
    -case when a.bpaaddlig_2 = "then '-' another a.bpaaddlig_2 end address3.
    cases where a.bpades_0 = "then '-' other place of end of a.bpades_0,.
    -case when a.cty_0 = "then '-' end of a.cty_0 to another city.
    -case when a.poscod_0 = "then '-' on the other pin end a.poscod_0.
    -case when b.cntnam_0 = "then '-' another b.cntnam_0 end contactname,.
    -case when b.fax_0 = "then '-' another fax machine to end b.fax_0.
    -case when b.MOBTEL_0 = "then '-' b.MOBTEL_0 other mobile end.
    -case when b.TEL_0 = "then '-' phone on the other end b.TEL_0.
    -case when b.web_0 = "then '-' other end b.web_0 site.
    c.zinvcty_0 zcity, c.bpainv_0 bpainv_0, c.bpcnum_0 bpcnum_0
    of lbcreport.bpaddress@info a,lbcreport.contact@info b, lbcreport.bpcustomer@info c
    where (a.bpanum_0 = b.bpanum_0) and (a.cty_0 = c.zinvcty_0) and (a.siteid = c.siteid))

    but when I run select * from vw_sub_cl_add1
    the case does not work. '-' is not getting displayed null values even tried the nvl function it does not work

    When I use this view at the Summit for the region of pl/sql to display as a table.
    The problem is when there is no value in the columns of the table only shows no line and column in the proper manner.

    could all help to overcome.
    Thanks in advance
    Good bye
    Sonny_starck

    Hi Sonny_starck,

    Of your statement, it seems you want to retrieve data from an external data source? I had a similar problem: it's because of the driver ODBC do not recognize Null values correctly. In the end, I had to do something like:

    ...
    case when xxx is null then '-' when xxx = ' ' then '-' when xxx = '' then '-' else xxx end xxxxx,
    ...
    

    This happens especially with MS SQL databases and especially when their tables use char instead of varchar fields. The table MSSQL treats fields "empty" tank like NULL values, but the ODBC driver not - if the value IS NULL will not work on the side of Oracle and the "comparison will not always work on the side of MS SQL. This is why having to check for all the possibilities. The foregoing may be exaggerated, but it does the job!

    Andy

  • Refreshing a report APEX region automatically after the specified interval

    Hi all

    I have a region report on my page that I would be refreshed after every 5 seconds auto. The data in the underlying table reports is generated using a procedure. I need to call the procedure after all 5 seconds which will refresh the table, and then the region report must refresh too which will display the updated data.

    Currently, I call the procedure in a front header process that generates the data of the table used in the report:

    I added the following code to the footer area. (I found the code in the report Oracle APEX refreshing simplicity ' Warp11.:. ") The Oracle Apex knowledge group)

    < script type = "text/javascript" >

    <!--

    setInterval ("jQuery('##REGION_ID#').trigger ('apexrefresh');", 5000);

    ->

    < /script >

    How would have managed to perform the procedure after every 5 seconds or more. ? I can only really see if the above code works once the procedure call is repeated after an interval, so I don't know yet if I'm on the right track or not.

    I would appreciate any help

    Concerning

    Dominic

    What apex version do you use?

    Have you tried to put a static region on your area ID and modified the script to refer to this region id?

    for example:

    setInterval ("jQuery('#p1_my_region').trigger ('apexrefresh');", 5000);

    I'm not sure what alternative strings still works, it's best to simply make reference to your own code.

    Edit: using a dynamic region in pl/sql or a classic report based on your data?

    I think you need to provide more information about your problem, so as to avoid the problem of xy suggested previously

  • Traction region AJAX in firefox/IE problems

    Hello

    I use Apex 4.2. I followed the example of Carls as described here:

    http://Apex.Oracle.com/pls/OTN/f?p=11933:48

    and

    Partial refreshing of pages in 2.0?


    In my case, I call the # 31 on page # 1 page region using the technique described in the example of Carl. The region on the page # 31 is a dynamic region of pl/sql.
    The only difference is that I view the content (from page # 31 - bringing the SQL report) in a modal dialog box.

    I have a button on my # 1 page that calls the function javascript like:
    javascript:dhtml_GetReport();
    Here is the code inside the javascript function:
    function dhtml_GetReport(){  
        var get = new htmldb_Get(null,&APP_ID.,null,31);  
        get.add('P31_SPRINT',$v('P1_SPRINT'));
        gReturn = get.get(null,'<htmldb:BOX_BODY>','</htmldb:BOX_BODY>');  
        get = null;  
        $x('DRAG').innerHTML = gReturn;  
        $("#DRAG").dialog('open');
    }
    P31_SPRINT is a part of hidden on page # 31 page.

    "DRAG" is the static id of the HTML area on the #1 page. The region uses the model of the 'Modal Region".

    As see you in the above code, I call another function to open the dialog box modal as:
    $( function() 
    {
        $('#DRAG').dialog(
        {
            modal : true,
            autoOpen : false,
            width : 'auto',
            height: 'auto'     
       });
      
        
    });
    The code works fine, and when I click on the button on page # 1, it opens the modal dialog box and displays the content (from page # 31) as expected. However, I see a strange behavior in firefox and IE.
    After that I closed the form of the modal dialog box, clicking on any other buttons or tabs (basically navigate off the page) lance page # 31 in the browser.

    However, in Chrome it works perfectly well - navigate off the page appears not all problems.

    If I submit my page # 1 by using the following code, it solves the problem that I see with firefox/IE.
    $('#DRAG').bind('dialogclose', function(event) {
    
       javascript:parent.window.location.reload();
      
     });
    However, I don't want to do my entire page when the form of the modal dialog box is closed. Please suggest if it is possible to fix this problem without sending the page.

    Published by: jaouad khalifi on October 22, 2012 05:10

    I would say, do not reinvent the wheel. Use the Skillbuilders Page modal popup plugin. He'll show the whole page in a modal dialog box, with all the features of this page intact. You can control the appearance of your modal page by adjusting the models page and the region. For example, you can easily define a page template which includes without tab and header image and model of region with no specified title. Much easier.

    I changed your code for this:

    function dhtml_GetReport(pThis){
       var l_Val = $v(pThis);
       var get = new htmldb_Get(null,$v('pFlowId'),null,2);
       get.add('P2_NAME',l_Val)
       gReturn = get.get(null,'','');
       var htmlpiece = $(gReturn).find('#R3847815507010434466');
       $('#DRAG').html(htmlpiece);
       $("#DRAG").dialog('open');
    };
    

    I'm not sure that the get.get (...) made with the tags and I need to examine the issue, but I guess that it would look to start and end tags. However, when you do a release of gReturn you can see that it is a complete HTML page fragment, IE everything that in the HTML of this page. The bad!
    And of course, who works with the put in the innerHTML, but it is not valid.
    That's why I changed it to

       var htmlpiece = $(gReturn).find('#R3847815507010434466');
       $('#DRAG').html(htmlpiece);
    

    Convert gReturn into a jQuery object, locate the tag with this ID (which is the tag section for this region but has no static ID, I just took it from the HTML source). Then, put this track in the html code of #DRAG.
    Your page now works as expected.

    More tips: use dynamic actions! Use an iframe to save headaches, but if you pick up an iframe, look at the page modal plugin.

Maybe you are looking for

  • Lost all my files stored on the left side and now 75 files of letters and numbers there that I cannot understand or get rid of

    I have been unable to send my mails but could receive. My wife has worked well. I copied his adjustment to my account. Still has not sent. In all of this, I lost all my saved files and my sent tab. Records used to be where I have all of these (about

  • TV Tuner cannot be used in Vista SP1 - Qosmio G

    Hello I installed the SP1 of Vista, and when I try to watch TV in media center, it is said that 'a required windows Media Center component is missing' or something like that. When I try to configure it in the settings, it says that hardware was not d

  • G7-1070us: which video driver?

    I reinstalled Windows 7 Home Premium, but I can't say which video driver to install. I tried the driver AMD 8.882.2.0 and Intel 8.15.10.2476 driver does not seem to do anything. I was always left with Standard VGA Graphics adapt. Is there something t

  • application 0xc0000002 error

    -Hi, -J' have a HP laptop, works on windows vista Home premium for the time that I bought his new 2 years Sunday as I turn and see these windows as "I get this error code: SynTPEnh.exe - request" Application failed to initialize properly (0xc0000022)

  • How to fix my Windows Vista default theme?

    My office is currently looks like this: http://img694.imageshack.us/img694/4445/vistal.jpg It turns out that after that I installed the new update and it restarted. I tried on my desktop wallpaper right click to go into the Customize menu. But there