record group records

How to count the records in the record group?

Hello
Get_Group_Row_Count is used to count the records in the record group.

DECLARE
RG_ID RecordGroup;
status NUMBER;
the_rowcount NUMBER;
BEGIN
RG_ID: = find_group ('emp');
status: = Populate_Group ("emp");
     
     
the_rowcount: = Get_Group_Row_Count (rg_id);
MESSAGE (the_rowcount);
end;

better compliance
skyniazi

Tags: Oracle Development

Similar Questions

  • How to remove messages in Exchange 2010 by dates. in a group and exclude the Contacts, record retention and calendar

    How to remove messages in Exchange 2010 by dates.  in a group and exclude the Contacts, record retention and calendar.

    I'm deleting emails from users in a group called MX_Purge file. I need to delete the emails date xx/xx/xxxx to xx/xx/xxxx.

    I also need to exclude the excluded the following records 'calendars' folders 'Contacts' and 'Retention '.

    The server people hang around more in the TechNet forums, if you ask, you will get a much better response:

    http://social.technet.Microsoft.com/forums/en-us/Exchange2010/threads

  • How can I request the parameters of custom folder to a specific group of records under XP?

    Hello everyone.

    I'm THAT n00b-ish person asking the stupid question. But I can't understand for save the children. So I want to open with 1 million wishlist.

    I'm organizing my files of music inside the folder 'my music '. I am aware that since he is a 'special' folder, I can not customize it at the root.
    SO, I'm trying to customize the folders inside and make sure the radio button for "apply it to all subfolders" is checked. However, the options that I can apply are quite limited (essentially, I have the choice to make all files to display as thumbnails or icons, which isn't exactly the most intuitive way to search for music).
    I went to come a taken ONE of my files and converted to retail and added columns flow, track number, etc. so theoretically, I can fix my list in order: artist, title of song, duration, flow, track number, album, genre, folder

    (It's because I'm always organize a lot of my music as its most often jumbled together from various sources incorrectly appointed or mixed compilations or what have you).

    I tried everything under the Sun to figure out how to make this setting this record, applied to all of the folders inside my music. BUT there seems to be no way to save it as a template or apply it to a group of files (all I see is that I can do EVERY file on my computer that I don't want).

    Any help is very appreciated. Thanks in advance. See you soon.
    * original title - forgive my innanity, how I apply some settings to custom folder as a specific group of folders.*

    Hello

    I suggest to refer to the link below and follow the troubleshooting steps to customize folders.

    How to modify your folder view settings or customize a folder

    http://support.Microsoft.com/kb/812003

  • BlackBerry smartphone how to change view Contact to see category / group records only

    Hi everyone, just got my first BlackBerry.

    The Bold (9000) is the best screen.

    To be honest, I was anti-BlackBerry when they first came out.

    Did not like the feel of plastic.

    Now that the "BOLD" is here, and for some time, finally I turned.

    After using it for only a week, I must say, I am very impressed and now intend to continue to use it.

    I will also continue to have a second very basic phone.

    I thought that most of the things, even added many additional services, most of them style of Google.

    SE BIS, soon change BES to access our new SBS Exchange work.

    Even some of the most difficult functions, services and settings can be solved for me.

    I do not work in a dealership take Optus, mainly focused on business.

    On the issue...

    Is it possible to get your hands (first / default) connect with view to display the 'files' only category.

    I really wish I could open my contacts, select my category, then search.

    For me, it would be so much easier.

    For example. CONTACTS-Office-Steve

    or CONTACTS-family-MOM

    or CONTACTS-friends-David

    or CONTACTS-Optus-Wireless Technical Support

    This would save search me, especially since some contacts may have a different name, then I expect first (for example, 'hundreds' of Optus numbers, can be 'Pre-activation ULL' or 'Fixed installation support line')

    I guess he will have to show contacts that have not been assigned to a group (category).

    If these contacts have been enumerated below the category records, it would be ideal (for me).

    Perhaps, even if there was a possibility to classify them with the records of the category FIRST then all contacts in alpha?

    I know that a contact can be assigned to several categories (very useful).

    If this isn't an option, are there any recommended additional applications that can do this?

    I hope as clean and efficient as BlackBerry original aps.

    A few years ago, I used a Windows based mobile/PDA.

    To get more out of it, I also installed several aps SPB.

    Ultimately if an additional access point is required and is not free (IE must buy), it would really need a trial period.

    Thanks to anyone for ANY Advisor.

    I'm happy to be part of a more professional group.

    Ian

    This option as a view is not available on the BlackBerry, and I'm not aware of any third-party application to do, there could be.

    One option would be to name all your groups in such a way that they would appear first in your Contact list.

    As instead of naming a group of 'Friends', you would be the name "." See list Friends"with a period at the beginning, which will force this group name to the top of the Contact.

  • FRM-30187: size of the column of type CHAR in the record group must be between 1 and 2000.

    Hi, forms 6i, db 10g

    I created a lov based on this query

    select * from items_qty_vu -- database view
    

    and the view code is

    CREATE OR REPLACE FORCE VIEW items_qty_vu (serial, item_id, expiry_date, qty)
    AS
       WITH item_units_plus AS
            (SELECT item_id, unit_id, factor,
                    LEAD (factor, 1, 1e99) OVER (PARTITION BY item_id ORDER BY factor)
                                                                   AS next_factor,
                    ROW_NUMBER () OVER (PARTITION BY item_id ORDER BY factor DESC)
                                                                           AS rnk
               FROM item_units)
       SELECT     ID.serial, ID.item_id, ID.expiry_date,
                  SUBSTR
                     (SYS_CONNECT_BY_PATH (   TRUNC (  MOD ((  ID.qty
                                                             - ID.qty_allocated
                                                            ),
                                                            iup.next_factor
                                                           )
                                                     / iup.factor
                                                    )
                                           || ' '
                                           || u.unit_name,
                                           ', '
                                          ),
                      3
                     ) AS qty
             FROM item_detail ID JOIN items i ON i.item_id = ID.item_id
                  JOIN item_units_plus iup ON iup.item_id = ID.item_id
                  JOIN units u ON u.unit_code = iup.unit_id
            WHERE CONNECT_BY_ISLEAF = 1
       START WITH iup.rnk = 1
       CONNECT BY iup.rnk = PRIOR iup.rnk + 1 AND ID.serial = PRIOR ID.serial
         ORDER BY ID.serial;
    
    

    When I compile the form, I face the error FRM-30187,

    If I replace my query "select * from items_qty_view" with "select item_id, serial, expiry_date of items_qty_vu", it compiles successfully.

    As salamualikum, Salem,.

    You must follow my instructions carefully.

    1. Select the record group.

    2. go in the record group property

    3. Select and open the column specifications

    4. highlight the column and check the decrease of the length, the bellows of the size that you cross more than 2000 then 2000.

    Compilation of now and you're done.

    Wow. you did.

    Hamid

  • Is there a limitation of length of sql in a record group?

    Record group contains 4 by union funcion sql statement. When this sql statement longer than 4000 characters then the record group do not allow me to add an additional column to another.

    My question is, is there a limitation of length of sql that record the group support?

    Developer 10g suit.

    Thanks in advance.

    As you have discovered that there is a limit in the form designer, on what size the SQL statement may be in the property Query Group Record in your record group.  Unfortunately, the forms for the Query Group property help topic Record does not that there is a limit or the limit.

    If your request does not fit into the Group Record Query property, you can try to use the integrated Create_Group_From_Query() to fill in your group.  Another option would be to create views in your database, and then select the view in the Query property group Record.

    If you opt to try the method of Create_Group_From_Query(), just set your Group Record in the navigation of the object by using a SELECT statement (your column names) twice and then programmatically remove the Group and re-create it with the high - Create_Group_From_Query ().  See the help topic for the function integrated for a code example.

    Craig...

  • FILL MONTHS DYNAMICALLY IN THE ITEM VIA ORACLE FORMS GROUP RECORDING LIST

    Experts

    I have a query in oracle forms. I need to fill Last_Month, Current_Month & Next_month based on Sys_Date in the list box. I am able to get the values in SQL if I run the query below, but when I use the version of Oracle Forms 10.1.2.0.2, I could not get the values of Mr. can you please guide me where I'm wrong.

    declare

    v_rg_id recordgroup: = NULL;

    Number of V_errorcode;

    v_rg_salmth varchar2 (30): = "MONTHS";

    Begin

    v_rg_id: = find_group (v_rg_salmth);

    If id_null (v_rg_id) then

    v_rg_id: = create_group_from_query (v_rg_salmth,

    "WITH (AS MONTH_COUNTER)

    SELECT LEVEL 2 AS ID

    OF THE DOUBLE

    CONNECT BY LEVEL = 2

    UNION

    SELECT LEVEL AS ID

    OF THE DOUBLE

    CONNECT BY LEVEL = 0

    )

    SELECT TO_CHAR (ADD_MONTHS (TO_CHAR (SYSDATE), ID), MONTH) AS MONTH_COUNTER MONTHS ');

    v_errorcode: = populate_group (v_rg_id);

    If v_errorcode = 0 then

    message ("record group filled with data");

    on the other

    message ("V_errorcode is:" | ") v_errorcode);

    end if;

    End if;

    populate_list('MASTER.) MONTH, v_rg_id);

    end;

    The rather complicated query, try

    SELECT ADD_MONTHS (SYSDATE-1) TO DOUBLE

    UNION ALL

    SELECT SYSDATE DOUBLE

    UNION ALL

    SELECT THE DOUBLE ADD_MONTHS(SYSDATE,1)

    BTW. to use a query to populate a list, you must select two values, a label and a value, check it fill listitems dynamically - Andreas Weiden - on Oracle

  • Group records as well as frequent mailers

    Hi people,

    I'm looking at a scenario where I would like to group the dates together (for the most part, we assume they are similar and close enough dates and so probably on the same date) when they are close together. The idea is to eliminate the possible duplicates.

    Create table scripts and INSERT into the table:

    create table orders_tb (order_id varchar2(4), order_date date);
    
    insert into orders_tb (order_id,order_date) values ('1001',to_date('31-DEC-13','DD-MON-RR'));
    insert into orders_tb (order_id,order_date) values ('1001',to_date('02-JAN-14','DD-MON-RR'));
    insert into orders_tb (order_id,order_date) values ('1001',to_date('06-JAN-14','DD-MON-RR'));
    insert into orders_tb (order_id,order_date) values ('1001',to_date('12-JAN-14','DD-MON-RR'));
    insert into orders_tb (order_id,order_date) values ('1002',to_date('02-FEB-14','DD-MON-RR'));
    insert into orders_tb (order_id,order_date) values ('1002',to_date('02-MAR-14','DD-MON-RR'));
    insert into orders_tb (order_id,order_date) values ('1002',to_date('02-MAR-14','DD-MON-RR'));
    

    If I ran the following SELECT statement, I would get 6 entries:

    select distinct order_id, order_date from orders_tb order by order_id, order_date;
    

    However, for the most part, I would like to Order ID 1001 subject only two records. The rule for including dates, that is all the dates to be within 10 days of the date of MIN.

    1001 31-DEC-2013
    1001 12-JAN-2014
    

    Regarding the command ID 1002, he will tell you that the dates are very far.

    1002 02-FEB-2014
    1002 02-MAR-2014
    

    Any help would be greatly appreciated.

    Thank you!

    Hello

    You want to always 2 rows for each order_id exit or you want sometimes 1 or 3 or more?

    You can test it with a little more data sample that test situations like these.  For example, in addition to the sample data that you posted:

    insert into orders_tb (order_id, order_date) values ('1001 ', to_date('13-JAN-2014','DD-MON-YYYY'));

    insert into orders_tb (order_id, order_date) values ('1001 ', to_date('19-JAN-2014','DD-MON-YYYY'));

    insert into orders_tb (order_id, order_date) values ('1001 ', to_date('25-JAN-2014','DD-MON-YYYY'));

    insert into orders_tb (order_id, order_date) values ('1003 ', to_date('01-JAN-2014','DD-MON-YYYY'));

    insert into orders_tb (order_id, order_date) values ('1003 ', to_date('10-JAN-2014','DD-MON-YYYY'));

    Here's one way:

    WITH got_next_date AS

    (

    SELECT DISTINCT

    order_id, order_date

    MIN (order_date) over (PARTITION BY order_id) AS start_date

    MIN (order_date) over (PARTITION BY order_id

    ORDER BY order_date

    RANGE BETWEEN 10.000001 MORE

    AND UNBOUNDED FOLLOWING

    ), Next_date

    Of orders_tb

    )

    SELECT order_id, order_date

    OF got_next_date

    START WITH order_date = start_date

    CONNECT BY order_date = next_date PRIOR

    AND order_id = order_id PRIOR

    ;

    Output (including the sample data, I added):

    ORDER_ID, ORDER_DATE

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

    1001 December 31, 2013

    1001 12 January 2014

    1001 January 25, 2014

    1002 February 2, 2014

    1002 2 March 2014

    1003 1 January 2014

  • Group not filling record does not correctly

    Hi all

    I use Oracle Forms 6i

    I wrote a record group to display the values in a combo box based on the values in another combo box.

    First drop-down list box is p_builder

    Second drop-down list box is p_site

    The values displayed in the two combo boxes are thru record group.

    Request the first drop-down list box is:

    < code >

    Select 'ALL' Builder_Name, '000' double Job_Id

    Union

    Select Distinct job.get_customer_group_name (job_id), to_char (job_id)

    of finishing_schedule

    Where schedule_type = 'H '.

    and job_id is not null

    Order in 1

    < code >

    The 2nd drop-down list box request is

    < code >

    Select 'ALL', '000' from dual

    Union

    SELECT DISTINCT job.get_name (job_id), to_char (job_reference)

    of finishing_schedule

    Where schedule_type = 'H '.

    and job_id as decode(:rep_param.p_builder,'000','%',:rep_param.p_builder)

    and job_reference is not null

    Order in 1

    < code >

    First drop-down list box displays all the values retrieved by the query with 'ALL', as written with UNION

    The aim is:

    1. 2nd drop-down list box should display all records where the value of the combo box is selected as ALL - what does not work no records displayed.

    2 2nd combo box must also display "ALL" with other values - this does not work also

    Kindly advice

    Thank you

    Hassan

    Problem solved.

    Kind regards

    Hassan

  • ERPI accounting entity group does not record

    Hello

    I tried to select some features and create a group of accounting entity. I can record it without any problem. But when I closed and reopened I see not all entities that I've associated with the group. Few of them are deselected. Also, the accounting entity group is not available for use in the Import Format. ERPI v11.1.2.2.

    Kind regards

    Brig.

    Some glitch in the system. Laughing out loud

    It is not so stable. I get a lot of questions of Java and ADF. I get errors during the recording of changes in the ERPI. But still survive with the product.

    Kind regards

    Brig.

  • Isolate a selected group in Action recorded

    I think that the title does a good job explaining what I'm trying to do: I record a set of actions, and I need to isolate a group selected in the middle of this action game. However, making that the action creates the event in recorded stock list...

    How do I get there?

    Thank you

    I modified your action (Neutral Axis-red Plot) a little. It requires a Mode of insulation.

    It is recommended to choose "Step by step" in the playback Options (see the Actions palette menu).

    How to use the action: first select the small area on the left side, and then launch the action.

    Have a go.

    https://drive.Google.com/file/d/0b-IWkNSl4y_3Ny1hQzh6SUZNMlU/view?USP=sharing

  • Not able to read the values in group by, when no records in the table

    Hi all, I have this query

    Select p.header_id,

    Type "some_constant."

    sum (nvl (p.total_amount, 0)) sum_of

    from table_name p

    P.header_id group

    When there is record in the table, it works fine, but I want to if there is no any folder that it returns as below,

    header_id type sum_of

    some_constant 0 0

    How to...?

    Help, please.

    Kind regards

    SELECT * FROM (select p.header_id,

    Type "some_constant."

    sum (nvl (p.total_amount, 0)) sum_of

    from table_name p

    P.header_id group

    UNION ALL

    SELECT 0,

    BOX WHEN (SELECT COUNT (*) FROM table_name) = 0 THEN type of 'some_constant',

    ANOTHER NULL

    END type as,

    0

    THE DOUBLE)

    WHERE type IS NOT NULL;

    Post edited by: 000000

  • Select records of first and the last in the Group results - Oracle 11 g

    I have the following information in the Oracle 11 g table:

    Qty.Production orderDate and time
    200000000000000000112 JANUARY 14 00:02
    200000000000000000112 JANUARY 14 00:05
    200000000000000000112 JANUARY 14 00:07
    2000000000000000001JANUARY 13, 14 00:09
    300000000000000000212 JANUARY 14 00:11
    3000000000000000002JANUARY 12/14 00:15
    300000000000000000212 JANUARY 14 00:20
    300000000000000000214 JANUARY 14 00:29

    I here to write a query that returns the following:

    Qty.Production orderFirstLast
    800000000000000000112 JANUARY 14 00:02JANUARY 13, 14 00:09
    1200000000000000000212 JANUARY 14 00:1114 JANUARY 14 00:29

    Is the sum of the Qty. grouping column by Production order and the time of the first and last records for each Production order .

    I came up with a query that gave this result:

    Qty.Production orderFirstLast
    800000000000000000112 JANUARY 14 00:0214 JANUARY 14 00:29
    1200000000000000000212 JANUARY 14 00:0214 JANUARY 14 00:29

    Wwhich means that the and last columns show the first and last date / time the whole table. Please note that there is a shadow table. Sorry, I am now allowed to write the actual query

    , I came with given work policies don't allow me to share. Also, I tried with windowing functions such as rank()and row_number() but my user has not enough privileges to do so.

    Help or advice will be greatly appreciated.

    Due to the fact that Oracle does not have the lines in a particular order, it would be wrong that the first 'date' would be the first line to be processed by the query.

    So, you will need to provide another column if you do not want to look at the table as ordered by date.

    Any analytic function must also allows you to provide the 'to' and if that's the date, then just a simple query:

    SQL > WITH Tab1 (quantity, Production_Order, patch)

    2 ALSO (SELECT 20, '00000000000000001', TO_DATE (12 JANUARY 14 00:02 ', 'DD-MON-YY HH24') FROM DUAL UNION ALL)

    20. SELECT 3, '00000000000000001', TO_DATE (12 JANUARY 14 00:05 ', 'DD-MON-YY HH24') FROM DUAL UNION ALL

    4. SELECT 20, '00000000000000001', TO_DATE (12 JANUARY 14 00:07 ', 'DD-MON-YY HH24') FROM DUAL UNION ALL

    20. SELECT 5, '00000000000000001', TO_DATE (13 JANUARY 14 00:09 ', 'DD-MON-YY HH24') FROM DUAL UNION ALL

    6. SELECT 30, '00000000000000002', TO_DATE (12 JANUARY 14 00:11 ', 'DD-MON-YY HH24') FROM DUAL UNION ALL

    30 SELECT 7, '00000000000000002', TO_DATE (12 JANUARY 14 00:15 ', 'HH24 LUN-JJ-AA') OF ANY UNION DOUBLE

    8. SELECT 30, '00000000000000002', TO_DATE (12 JANUARY 14 00:20 ', 'DD-MON-YY HH24') FROM DUAL UNION ALL

    9 SELECT 30, '00000000000000002', TO_DATE (14 JANUARY 14 00:29 ', 'DD-MON-YY HH24') FROM DUAL)

    10. SELECT SUM (Qty), Production_Order, MIN (update), MAX (updated)

    11 OF Tab1

    GROUP of 12 BY Production_Order

    13 * ORDER BY Production_Order

    SQL > /.

    SUM (QTY) PRODUCTION_ORDER (PDATE) MIN MAX (PDATE)

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

    80 00000000000000001 12 January 2014 00:02:00 January 13, 2014 00:09:00

    120 00000000000000002 12 January 2014 00:11:00 January 14, 2014 00:29:00

  • A function can be called record group - Oracle Form 6i.

    Hi all

    I want to create query based LOV in Oracle Form 6i.

    The query I have use of the record group is as follows:

    SELECT DISTINCT

    Nr.rec_locator AS rec_locator,

    car.car_dte AS car_date,

    Get_car_info(:CON.) REF_NO) AS car_number

    Car_list_entries CAR

    contact_details cdt,

    name_records nr

    WHERE car.car_id = cdt.car_id

    AND cdt.nr_id = nr.id

    AND cdt.con_ref_no =: CON. REF_NO

    / * Get_car_info (x NUMBER) is a function of form * /.

    This generates an error:

    It is said

    FRM-12001 (impossible to create the Group Record (check your query)


    Kindly guide how can I use the function of form to achieve the desired result.

    Thank you very much

    Anoop.

    Hi Anoop,

    I can assure you that the issue is not because of the called function of the record group.

    I used the query showing the value of the function; but one thing you should keep in mind is:

    If you create a new item not related in a based lov to sql expression that

    return a character data type, and if the element related to the used in the function

    is generated with a size of 0, then the item not related is generated

    with a size of 4000 and a compilation of the form failed with error FRM-30187

    the solution to this problem is: lov property > column specification > columns one will be having a greater length and 2000 it set its 2000 which is the maximum value. Then it won't work.

  • Group records between trade unions

    Gurus,

    It's been a while since I formatted in SQL, but I have developed the following query, which gives me the result below:
         select distinct created_by, count(created_by) receipt_count,  null deliver_count
         from  wms_transaction
         where creation_date > sysdate-10
         and   transaction_type = 'RECEIPT'
         group by  created_by
       union
         select distinct created_by,  null rec_count,  count(created_by) deliver_count
         from  wms_transaction
         where creation_date > sysdate-10
         and   transaction_type = 'DELIVER'
         group by created_by   
         order by receipt_count
    
    CREATED_BY    RECEIPT_COUNT     DELIVER_COUNT
    --------------------   -----------------------     ------------------------
    SPRECKO                    4
    HKUMAR                     4
    SPRECKO                                            10
    HKUMAR                                           856
    The desired output is a user consolidated without additional records...
    CREATED_BY    RECEIPT_COUNT     DELIVER_COUNT
    --------------------   -----------------------     ------------------------
    SPRECKO                    4                       10
    HKUMAR                     4                     856
    Someone there all of the recommendations? I give the points to obtain useful and accurate responses (someone always comments on the points system when I write that ;-))

    Thank you
    Scott

    Published by: sreese on April 25, 2013 14:23

    Published by: sreese on April 25, 2013 14:23

    Hello

    You can do it with a pivot:

    select    created_by
    ,        count ( CASE
                      WHEN  transaction_type = 'RECEIPT'
                    THEN  created_by
                END
              )     as receipt_count
    ,        count ( CASE
                      WHEN  transaction_type = 'DELIVER'
                    THEN  created_by
                END
              )     as deliver_count
    from      wms_transaction
    where        creation_date    > sysdate - 10
    and          transaction_type IN ('DELIVER', 'RECEIPT')
    group by  created_by
    ;
    

    It will be much more effective than a UNION.

    The query above works in Oracle 8.1 or more. From Oracle 11, you can also use SELECT... PIVOT.

    I hope that answers your question.
    If not, post a small example data (CREATE TABLE and only relevant columns, INSERT statements) and also publish outcomes from these data.
    Explain, using specific examples, how you get these results from these data.
    Always say what version of Oracle you are using (for example, 11.2.0.2.0).
    See the FAQ forum {message identifier: = 9360002}

    Published by: Frank Kulash on 25 April 2013 14:37

  • How to get all the records for each group - double

    Hi all

    I have developed customized reports, I have a three for each group, the first group is for PO number and the second is for line number Po and the third is for activity ID.


    Today the third group is based on the activity ID.

    Some time the activity id is unique and other data are different. If at this time its settlement only one record.

    For example

    Date of activity Id

    1 25 - Jan

    1 26 - Jan



    Its single record display.

    Can someone tell me how to avoid this separate for each group.

    Thanks and greetings
    Srikkanth.M

    As another user said, delete syntax regroup.
    Why do you bring here?

Maybe you are looking for

  • iPhone 5 battery runs very quickly when using mobile data

    When I use mobile data on my iPhone 5, the battery seems to run out quickly. When I say fast, I mean very quickly, it will drop 100% completely dead in 20 minutes. What I do when I use mobile data is send some Snapchats and that's all. I left mobile

  • Mouse move event not visible

    Hello I am doing this in LabVIEW: dynamically register moving the mouse on a panel of VI. It's that if I take the VI reference and plug it into the node registry events, there is none of this case. I forced it by copy@paste this example: example of l

  • Error-200609 occurred in the DAQmx write: selected buffer too small

    Hello, I write a few VI simple test that I will build finally to call external analogue output VI. I started with a very simple program to produce samples finished using the clock on board with DAQmx Timing.VI. When I run the program, I almost immedi

  • I am running Windows XP. System Restore does not restore points. How can I fix?

    I checked the services window and he said: restore and system started in auto mode. I checked the settings of system restore and it's turned on and monitoring of my hard drives. However no restore points are created. I am also running Spyware Doctor

  • E-mail corrupted Windows Contacts toolbar

    The Contacts toolbar dropped 'Groups' and other tools of Contacts and what follows 'Play All' and 'Burn' from toolbar Windows Media. How restore toolbar original Windows Mail Contacts. This happened once before with XP that I couldn't create groups i