can not delete records

db11gxe, apex 4.0, firefox 24,

Hi all

I am trying to remove master records, but I can't because they childs, how do the delete cascade?

and if I post a first confirmation message informs the user that there are child records found?

Thank you

Modify the foreign key constraint with cascading delete to remove option of the child with the parent records

You can display the custom error message using

#SQLERRM_TEXT #-text of the error without the error number

#SQLERRM #-full error message

in the text area of a page process Error Message. In the process of the page, you can capture the exception to the EXCEPTION of the anonymous block section and then use raise_application_error your own message of the exception

Read this: http://docs.oracle.com/cd/B28359_01/appdev.111/b28370/errors.htm#i1871

Kind regards

Vishal

Oracle APEX 4.2 reports | Packt Publishing

Vishal blog

Please mark the reply as useful/correct if it solves your problem

Tags: Database

Similar Questions

  • I can not delete unsent Email stuck in Outbox in my iPhone SE 9.3.4

    I can not delete unsent Email stuck in Outbox in my iPhone SE 9.3.4. I tried the usual procedure, but it did not work

    Try resetting your e-mail account. First close your Mail application completely from the window of the selector app by double clicking the Home button and drag the email preview pane up until it disappears from the display. Then go to settings > Mail, Contacts, calendar > find your e-mail provider, click the account, and the blow to remove. Then restart the unit. Then go to settings > mail... and to add the account.

  • My account is migrated to a new server, so I had to recreate the same account in Thunderbird, but I can not delete the old one - they appear together now.

    My account is migrated to a new server, so I had to recreate the same account in Thunderbird, but I can not delete the old one - they appear together now.

    If there is no email from the old account that you want to keep, move them in local directories first.
    Tools > accounts settings
    OR
    Right click on the email account in the fodler pane, and then select "settings".

    Select the account you want to delete.
    Click on "Actions account."
    Select 'delete account '.
    Click OK

    See the image as an aid:

  • during the implementation it keeps saying failed... can not delete output file

    I am trying to install a wireless printer... went to the hp site and downloaded the new software, halfway inside his failure (not CAN NOT DELETE OF TURN FILE.. said IAM on windows 32 bit, ie9... It's a laptop, so I can't use software cd so the download... Thank you tony

    Hello! Could you please provide more information about the issue, for example what product do you use? Additional information will be useful in resolving your problem. Thank you!

  • Whenever I try to delete files from my USB, the message saying that you can not delete the file, the disk is write protected

    original title: write protection

    Whenever I try to delete files from my USB, the message saying that you can not delete the file, the disc is write protected is displayed. What I can do to undo the write protection?

    Try this
    Go to disk management in administrative tools of the control by just one panel right click on the icon my computer on the desktop and select manage and then try to format your USB

    OR

    Try this
    http://www.ehow.com/how_5187399_format-write-protected-disk.html

  • I can not delete messages in Outlook Express 6.0

    Everything worked fine until I started my 'sent box' deletion. There where a lot of messages in there and I was remove from groups of 10 people or more. Some of them had more away in each group. I came to one who has had multiple (I had sent photos). It's where he hung up.

    I moved what I wanted to keep and have used Items.dbx, inbox.dbx, Outbox.dbx, sent, and Deleted Items.dbx, etc..

    All the these are empty now and are in the trash, but still I can't delete messages. I can move their correct. I can receive and send okay

    One who had the photos, I recovered and put in its own box again. I used the .dbx to delete again as well but still does not work

    OE closed when you removed the dbx files? It must be.
     
    Spend most of your messages out of the Inbox and move the messages you want to record off deleted items, and sent items. Locate the OE message store and then close OE.
     
    Tools | Options | Maintenance | Store folder will reveal the location of your Outlook Express files. Note the location and navigate on it in Explorer Windows or, copy and paste in start | Run.
     
    In Windows XP, Win2K & Win2K3 the OE user files (DBX and WAB) are by default marked as hidden. To view these files in Windows Explorer, you must enable Show hidden files and folders under start | Control Panel | Folder Options icon | Opinion, or in Windows Explorer. Tools | Folder options | View.
     
    With OE closed, find the Deleted Items.dbx and Sent Items.dbx files and delete them. New files will be created automatically when you open OE.
     
    Compact all folders as described below.
     
    To avoid this in the future:
     
    Do not archive mail in the receipt or sent items box. Create your own user-defined folders and move messages you want to put in them. Empty the deleted items folder daily. Although the dbx files have a theoretical capacity of 2 GB, I recommend all a 300 MB max for less risk of corruption.
     
    Information on the maximum size of the .dbx files that are used by Outlook Express:
    http://support.Microsoft.com/?kbid=903095
     
    After you're done, followed by compacting your folders manually while working * off * and do it often.
     
    Click Outlook Express at the top of the the folder tree so no folders are open. Then: File | Work offline (or double-click on work online in the status bar). File | Folder | Compact all folders. Don't touch anything until the compacting is completed.
     
    Disable analysis in your e-mail anti-virus program. It is a redundant layer of protection that devours the processors and causes a multitude of problems such as time-outs and account setting changes. Your up-to-date A / V program will continue to protect you sufficiently. For more information, see:
    http://www.oehelp.com/OETips.aspx#3
  • Can not delete the Collection - tabular members

    Hi all

    I'm not able to get the deletion process working to remove the lines (Collection) those who are ticked. Ideally, it is supposed to remove ONLY the lines that have been verified, but for some reason any the delete process deletes records at random. If the number of lines to Delete is correct, it does not remove the right set of lines. I don't know because of SEO wrong seq / collection_name in my call to the API, but I couldn't understand it.

    Can someone help me with this please?

    Basically, I have 3 ( local , remote , Snapvault) collections, and my (manual) tabular presentation is built using a UNION ALL operation between these 3 collections. Tables also has LOV which is cascading.

    In the source page I see the checkbox (line selector) element refers to "F01". The SEQ_ID of the Member of the collection is stored in "F20". (SEQ hidden element).

    Here is my SELECTION:
    SELECT ROW_NUMBER() OVER (ORDER BY C001) rw_nm,
        APEX_ITEM.SELECT_LIST_FROM_QUERY_XL(42, C001, 'SELECT DISPLAY_VAL d, RETURN_VAL r FROM SORD.APX_NAS_LOC_REM_SNAP_DEF OUTER'
        , 'style="width:100px" ', 'NO', '', '-Select Type-', 'f42_'
        || LPAD(9000 + ROWNUM, 4, '0'), '', 'NO' ) SITE_TYPE_1 ,
        C001  SITE_TYPE ,
    APEX_ITEM.SELECT_LIST_FROM_QUERY_XL(23, C003, 'SELECT NULL d, NULL r FROM DUAL', 'onchange="javascript:setFILER(this,''f25'');"', 'YES', '-1', '-Select Filer-', 'f23_'
        || LPAD(9000 + ROWNUM, 4, '0'), '', 'NO' ) FILER ,
        APEX_ITEM.SELECT_LIST_FROM_QUERY_XL(24, C004, 'SELECT NULL d, NULL r FROM DUAL', 'onchange="javascript:setTIER(this,''f28'',''f23'',''f25'');"', 'YES', '-1', '-Select Tier-', 'f24_'
        || LPAD(9000 + ROWNUM, 4, '0'), '', 'NO' ) TIER ,
        APEX_ITEM.SELECT_LIST_FROM_QUERY_XL(25, C005, 'SELECT NULL d, NULL r FROM DUAL', 'style="width:300px" ', 'NO', '', '-Select Aggregate-', 'f25_'
        || LPAD(9000 + ROWNUM, 4, '0'), '', 'NO' ) AGGREGATE ,
        APEX_ITEM.MD5_HIDDEN (30,C006,C007)
        || APEX_ITEM.HIDDEN(20,SEQ_ID,'','f20_'
        || LPAD (SEQ_ID, 4, '0'))
        || APEX_ITEM.HIDDEN(21,C001,'','f21_'
        || LPAD (9000 + ROWNUM, 4, '0'))
        || APEX_ITEM.HIDDEN(22,C002,'','f22_'
        || LPAD (9000 + ROWNUM, 4, '0'))
        || APEX_ITEM.HIDDEN(23,C003,'','f23_'
        || LPAD (9000 + ROWNUM, 4, '0'))
        || APEX_ITEM.HIDDEN(24,C004,'','f24_'
        || LPAD (9000 + ROWNUM, 4, '0'))
        || APEX_ITEM.HIDDEN(25,C005,'','f25_'
        || LPAD (9000 + ROWNUM, 4, '0'))
        || APEX_ITEM.HIDDEN(28,C008,'','f28_'
        || LPAD (9000 + ROWNUM, 4, '0'))
        || APEX_ITEM.TEXT (26,C006,30,100,'style="background: #FFFF00;font-size:8pt;" onKeyPress="return isAlphaNumeric(this, event)"  onblur="return validate(this)"','f26_'
        || LPAD (9000 + ROWNUM, 4, '0')) VOLUME ,
        APEX_ITEM.TEXT (27,C007,10,20,'style="background: #FFFF00;font-size:8pt;" onkeypress="return blockNonNumbers(this, event, true, false);"','f27_'
        || LPAD (9000 + ROWNUM, 4, '0')) CAPACITY ,
        APEX_ITEM.SELECT_LIST_FROM_QUERY_XL(28, C008, 'SELECT NULL d, NULL r FROM DUAL', 'onchange="javascript:setPURPOSE(this,''f23'',''f25'');"', 'YES', '-1', '-Select Purpose-', 'f28_'
        || LPAD(9000 + ROWNUM, 4, '0'), '', 'NO' ) PURPOSE
      FROM APEX_COLLECTIONS
      WHERE (COLLECTION_NAME = :P_NAS_LCOLLECTION_NAME)
      AND C001               = 'LOCAL'
    
    UNION ALL
    
    SELECT ROW_NUMBER() OVER (ORDER BY C001) rw_nm,
        APEX_ITEM.SELECT_LIST_FROM_QUERY_XL(42, C001, 'SELECT DISPLAY_VAL d, RETURN_VAL r FROM SORD.APX_NAS_LOC_REM_SNAP_DEF OUTER'
        , 'style="width:100px" ', 'NO', '', '-Select Type-', 'f42_'
        || LPAD(9000 + ROWNUM, 4, '0'), '', 'NO' ) SITE_TYPE_1 ,
        C001  SITE_TYPE ,
    APEX_ITEM.SELECT_LIST_FROM_QUERY_XL(23, C003, 'SELECT NULL d, NULL r FROM DUAL', 'onchange="javascript:setFILER(this,''f25'');"', 'YES', '-1', '-Select Filer-', 'f23_'
        || LPAD(9000 + ROWNUM, 4, '0'), '', 'NO' ) FILER ,
        APEX_ITEM.SELECT_LIST_FROM_QUERY_XL(24, C004, 'SELECT NULL d, NULL r FROM DUAL', 'onchange="javascript:setTIER(this,''f28'',''f23'',''f25'');"', 'YES', '-1', '-Select Tier-', 'f24_'
        || LPAD(9000 + ROWNUM, 4, '0'), '', 'NO' ) TIER ,
        APEX_ITEM.SELECT_LIST_FROM_QUERY_XL(25, C005, 'SELECT NULL d, NULL r FROM DUAL', 'style="width:300px" ', 'NO', '', '-Select Aggregate-', 'f25_'
        || LPAD(9000 + ROWNUM, 4, '0'), '', 'NO' ) AGGREGATE ,
        APEX_ITEM.MD5_HIDDEN (30,C006,C007)
        || APEX_ITEM.HIDDEN(20,SEQ_ID,'','f20_'
        || LPAD (SEQ_ID, 4, '0'))
        || APEX_ITEM.HIDDEN(21,C001,'','f21_'
        || LPAD (9000 + ROWNUM, 4, '0'))
        || APEX_ITEM.HIDDEN(22,C002,'','f22_'
        || LPAD (9000 + ROWNUM, 4, '0'))
        || APEX_ITEM.HIDDEN(23,C003,'','f23_'
        || LPAD (9000 + ROWNUM, 4, '0'))
        || APEX_ITEM.HIDDEN(24,C004,'','f24_'
        || LPAD (9000 + ROWNUM, 4, '0'))
        || APEX_ITEM.HIDDEN(25,C005,'','f25_'
        || LPAD (9000 + ROWNUM, 4, '0'))
        || APEX_ITEM.HIDDEN(28,C008,'','f28_'
        || LPAD (9000 + ROWNUM, 4, '0'))
        || APEX_ITEM.TEXT (26,C006,30,100,'style="background: #FFFF00;font-size:8pt;" onKeyPress="return isAlphaNumeric(this, event)"  onblur="return validate(this)"','f26_'
        || LPAD (9000 + ROWNUM, 4, '0')) VOLUME ,
        APEX_ITEM.TEXT (27,C007,10,20,'style="background: #FFFF00;font-size:8pt;" onkeypress="return blockNonNumbers(this, event, true, false);"','f27_'
        || LPAD (9000 + ROWNUM, 4, '0')) CAPACITY ,
        APEX_ITEM.SELECT_LIST_FROM_QUERY_XL(28, C008, 'SELECT NULL d, NULL r FROM DUAL', 'onchange="javascript:setPURPOSE(this,''f23'',''f25'');"', 'YES', '-1', '-Select Purpose-', 'f28_'
        || LPAD(9000 + ROWNUM, 4, '0'), '', 'NO' ) PURPOSE
      FROM APEX_COLLECTIONS
      WHERE (COLLECTION_NAME     = :P_NAS_RCOLLECTION_NAME)
      AND C001               = 'REMOTE'
    
    UNION ALL
    
    SELECT ROW_NUMBER() OVER (ORDER BY C001) rw_nm,
        APEX_ITEM.SELECT_LIST_FROM_QUERY_XL(42, C001, 'SELECT DISPLAY_VAL d, RETURN_VAL r FROM SORD.APX_NAS_LOC_REM_SNAP_DEF OUTER'
        , 'style="width:100px" ', 'NO', '', '-Select Type-', 'f42_'
        || LPAD(9000 + ROWNUM, 4, '0'), '', 'NO' ) SITE_TYPE_1 ,
        C001  SITE_TYPE ,
    APEX_ITEM.SELECT_LIST_FROM_QUERY_XL(23, C003, 'SELECT NULL d, NULL r FROM DUAL', 'onchange="javascript:setFILER(this,''f25'');"', 'YES', '-1', '-Select Filer-', 'f23_'
        || LPAD(9000 + ROWNUM, 4, '0'), '', 'NO' ) FILER ,
        APEX_ITEM.SELECT_LIST_FROM_QUERY_XL(24, C004, 'SELECT NULL d, NULL r FROM DUAL', 'onchange="javascript:setTIER(this,''f28'',''f23'',''f25'');"', 'YES', '-1', '-Select Tier-', 'f24_'
        || LPAD(9000 + ROWNUM, 4, '0'), '', 'NO' ) TIER ,
        APEX_ITEM.SELECT_LIST_FROM_QUERY_XL(25, C005, 'SELECT NULL d, NULL r FROM DUAL', 'style="width:300px" ', 'NO', '', '-Select Aggregate-', 'f25_'
        || LPAD(9000 + ROWNUM, 4, '0'), '', 'NO' ) AGGREGATE ,
        APEX_ITEM.MD5_HIDDEN (30,C006,C007)
        || APEX_ITEM.HIDDEN(20,SEQ_ID,'','f20_'
        || LPAD (SEQ_ID, 4, '0'))
        || APEX_ITEM.HIDDEN(21,C001,'','f21_'
        || LPAD (9000 + ROWNUM, 4, '0'))
        || APEX_ITEM.HIDDEN(22,C002,'','f22_'
        || LPAD (9000 + ROWNUM, 4, '0'))
        || APEX_ITEM.HIDDEN(23,C003,'','f23_'
        || LPAD (9000 + ROWNUM, 4, '0'))
        || APEX_ITEM.HIDDEN(24,C004,'','f24_'
        || LPAD (9000 + ROWNUM, 4, '0'))
        || APEX_ITEM.HIDDEN(25,C005,'','f25_'
        || LPAD (9000 + ROWNUM, 4, '0'))
        || APEX_ITEM.HIDDEN(28,C008,'','f28_'
        || LPAD (9000 + ROWNUM, 4, '0'))
        || APEX_ITEM.TEXT (26,C006,30,100,'style="background: #FFFF00;font-size:8pt;" onKeyPress="return isAlphaNumeric(this, event)"  onblur="return validate(this)"','f26_'
        || LPAD (9000 + ROWNUM, 4, '0')) VOLUME ,
        APEX_ITEM.TEXT (27,C007,10,20,'style="background: #FFFF00;font-size:8pt;" onkeypress="return blockNonNumbers(this, event, true, false);"','f27_'
        || LPAD (9000 + ROWNUM, 4, '0')) CAPACITY ,
        APEX_ITEM.SELECT_LIST_FROM_QUERY_XL(28, C008, 'SELECT NULL d, NULL r FROM DUAL', 'onchange="javascript:setPURPOSE(this,''f23'',''f25'');"', 'YES', '-1', '-Select Purpose-', 'f28_'
        || LPAD(9000 + ROWNUM, 4, '0'), '', 'NO' ) PURPOSE
      FROM APEX_COLLECTIONS
      WHERE ( COLLECTION_NAME     = :P_NAS_SVCOLLECTION_NAME)
      AND C001               = 'SNAPVAULT'
    Here's my Multi line delete process (after the PRESENT):
    DECLARE
        vRow  BINARY_INTEGER;
        l_cnt BINARY_INTEGER := 0;
        l_stepid number := 10;
        l_dup BINARY_INTEGER := 0;
        l_collection_name varchar2(200);
        dup_vol_name  EXCEPTION;
    BEGIN
     FOR i IN 1 .. apex_application.g_f01.COUNT
     LOOP
    -- if it's an existing record
    --IF APEX_APPLICATION.g_f20(i) IS NOT NULL
    --THEN
         -- Decode Collection Name
              l_stepid := 20;
         IF APEX_APPLICATION.G_f02(i) = 'LOCAL' THEN
                        l_collection_name := :P_NAS_LCOLLECTION_NAME ;
              ELSIF APEX_APPLICATION.G_f02 (i) = 'REMOTE' THEN
                        l_collection_name := :P_NAS_RCOLLECTION_NAME ;
        ELSIF APEX_APPLICATION.G_f02 (i) = 'SNAPVAULT' THEN
            l_collection_name := :P_NAS_SVCOLLECTION_NAME ;
         END IF;
      
      -- Delete Collection Member
              l_stepid := 30;
        
              APEX_COLLECTION.DELETE_MEMBER
                   (P_COLLECTION_NAME     => l_collection_name,
                        P_SEQ          => APEX_APPLICATION.G_f20 (i)
                   );
              l_cnt := l_cnt + 1;
              l_stepid := 40;
    --END IF;
    
    END LOOP;
    IF l_cnt = 0 THEN
         apex_application.g_print_success_message := apex_application.g_print_success_message || 'No Change has been made.' ;
    ELSE
         apex_application.g_print_success_message := apex_application.g_print_success_message ||  'Successfully Deleted ' || l_cnt || ' row(s).' ;
    
    END IF;
    EXCEPTION 
         WHEN OTHERS THEN
              ROLLBACK;
              RAISE_APPLICATION_ERROR(-20010, 'Failed to Delete Collections' || l_stepid || ' with error message ' || REGEXP_REPLACE(SQLERRM,'[('')(<)(>)(,)(;)(:)(")('')]{1,}', '') ) ;
    END;
    {code}
    
    Item 'F02' is a Select List which has values ( Local / Remote / Snapvault). 
    
    Thanks!
    Chandu                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            

  • Cannot configure synchronization, can not delete 'old' sync acct, cannot create new account (email "already in use") storage = 0,0 FUBAR! Help!

    About 1 month ago received the message "Server error" sync a new device (Virtual Machine), I'm sorry, but I did not copy the exact message, but remember you that the notice was to try later. Long story short, after 3 days worth of 'try later' with the same error and many users have the same error on innernetz that I decided to delete my acct sync & start reading. BAD MOVE.

    When you try to delete the account I get this really fv # "cutesy" stupid $ing Mozilla message (screenshot):
    I AM NOT AMUSED.

    Trying to create a new account receives «already in use»
    NO AMUSED2

    Synchronization of compensation data "claims" successfully cleared. (How can that be, if the "dinosaur is the treadmill power off" at first?) Again, I'M NO FUN 3

    A quota increase request reveals 0.0 k stored: NO AMUSED4

    At this stage (MORE than a month later) in case you didn't notice, I am clearly NOT FUN, not to mention the being without the ability to sync my devices. Next step is to empty Firefox, but reluctantly, for Chrome or any other browser. I can NOT simply continue to use ANY browser without this vital function, and the State of my previously stored data sync 'missing' being so flippantly described BY YOU as "out of the treadmill" causes me MAJOR grief... had HUNDREDS resetting passwords, etc... let... you guessed me it... NOT AMUSED.

    Please advise as soon as POSSIBLE. TYVM.

    EDIT TO add: rank military security? If true, the sky help us...

    I am happy to read that.

    The team has pushed some changes that fixed some errors few users like you were getting while trying to delete the data from our servers.

    We want to give freedom to our users to decide if they want or do not want to delete their data. In this case, technical difficulties prevented some users to do and we are sorry for this topic.

    Go ahead, take into account that our servers store the data permanently and databases are cleaned if the stored data does not within a reasonable period of time.

  • Firefox can not delete history automatically any more?

    Some time ago, it became impossible to make Firefox automatically delete the history through Tools/Options/Privacy. But it was still possible to manipulate it by going to about: config and change browser_history.expire.days. I used this to 3, then Firefox would remove my story after 3 days as I wanted.

    But now money on config I find browser_history.expire.days.min and browser_history.expire.days.mirror. I guess the thing 'min' means that FF should keep my story at least X days, one I don't know.

    All those browser_history.expire.days thingies are however made 3 for me. And FF won't always clear my history.

    But then how can I get FF to delete automatically? Firefox has really become unable to make such a fundamental thing that deleting history automatically after a certain number of days user-defined?

    See: How to clear history

    If you do not want to have Firefox keep historical never, tick the option called private browsing Permanent mode on the second picture in the link above.

    You can also clear the history manually by pressing CTRL + SHIFT + DELETE and choosing options in the "time range to clear" at the top.

    N.B. Since the release of Firefox 4.0.x days Firefox will remember history is directly related to the system hardware. Firefox calculates how much history to keep without impact on the performance of the system. You can not change this.

  • can not delete.the name of the file, you specified is not valid or is too long.specify a different file name

    I tried to combine a bunch of files in my pictures, doesn't seem to work. I then tried to remove. the contents of the folders seems to have disappeared, but I can not detected empty folders

    problem seems to be resolved. I moved the files to a new user account and then deleted the new account. I found this solution online.

  • My Outlook Express set up in my computer by Time Warner Cable is bad functioning. I can not delete/forward/send, messages etc. The messages seem to be stuck.

    No significant change has recently attempted to my computer.

    My wife and I have separated accounts of mail Outlook Express on the same computer and years they worked very well, so far. Even my own account works OK, it's only the account of the wife that we're having trouble with. In the Inbox, sent box & box removed, we can't delete, forward, send, etc. How to rid us boxes of old messages?

    Go to file | Identities and setup a new identity.  Then, within this identity, click file | Import | Messages and select OE6 format and then your wife's identity.  Then it will import its messages and records should be free of corruption.  Then add the account information of your wife to that identity.  Then make a backup of all 3 identities and once things are working properly you can possibly remove the old and corrupt identity.
     
    See also the points 2, 3 and 6 here: www.oehelp.com/OETips.aspx and here for background: www.oehelp.com/backup.aspx
     
    It is important to keep the messages saved, as OE folders are very sensitive to corruption.
     
    Steve
     

    No significant change has recently attempted to my computer.

    My wife and I have separated accounts of mail Outlook Express on the same computer and years they worked very well, so far. Even my own account works OK, it's only the account of the wife that we're having trouble with. In the Inbox, sent box & box removed, we can't delete, forward, send, etc. How to rid us boxes of old messages?

  • I can not delet my wanted United Nations send and return to my other email

    When I go into my email. I can't delet them or my own Junk. I have also two msn more and I can not get it please help. Thank you

    Hello

    On what email provider you are faced with the question?

    I suggest that you post your request on the following forum to get help:

    If you use Hotmail, then validate the query to the following forum:

    http://windowslivehelp.com/product.aspx?ProductID=1

    For MSN related issue: https://support.MSN.com/default.aspx?&St=1&wfxredirect=1

    Reference: http://windowslivehelp.com/

  • CAN NOT MAKE RECORDS OR CHANGE THE NAMES OF FILE 0N ALL RECORDS

    CAN NOT DO ALL RECORDS IN THE ACCOUNTS - CAN NOT DO ANY CORRECTION ON FOLDERS-PRESS FOIDER ICON BUT NO ACTION OR HOW TO CHANGE THE NAME OR INFORMATION ABOUT THE FILES

    What happened a bit in the past, but we see a lot more often recently. Here are two options.
     

    How to remove and restore the default context Menu items 'New' in Windows 7 and Windows 8
    http://www.SevenForums.com/tutorials/28677-new-context-menu-remove-restore-default-menu-items.html
     
     

    Tip: When you save the text in Notepad, the default file format is .txt. Replace all files.
     

     
  • Can not delete a part of the document Adobe Acrobat 9 Standard.

    I used to be able to delete a part any of a PDF document with the eraser on Adobe Acrobat 9 Standard. Can now delete only what I mark with a pencil. Is it possible to get that back?  Thank you

    The Eraser tool can only remove pencil marks. Acrobat Pro includes the writing tool, which can be used to delete any content. Maybe you used with Pro before?

  • 'Delete account' option grayed out. Can not delete the account.

    I want to delete an old account to Thunderbird that is not used. When I go into the account setting, 'delete account' is greyed out.

    Is there another way to manually delete an email account?

    I am attaching a reference image.

    I found a simple solution:

    To hide your "local folder" in your folder tree load this module:

    "Hide the local folders.

    You can find it here:

    https://addons.Mozilla.org/en-us/Thunderbird/addon/hide-local-folders/?src=CB-DL-mostpopular

    Does the job perfectly!

    See you soon

Maybe you are looking for