How do I restore column headings in Response table after accidently deleting them? Undo doesn't work.

How do I restore column headings in Response table after accidently deleting them? Undo doesn't work (only seems to go back one level). I also have so many headings I won't be able to type them in manually!

With the help of information from user, ptressel, in [https://support.mozilla.org/en-US/questions/1032154#answer-673322 a post here about the existence of sessionstore.js when version 33 was released], I was able to easily recover my tabs and tab groups as follows:
# close Firefox and, perhaps, allow a few seconds (30s?) for any final closing of files;
# check to see if you have a sessionstore.js file in your profile folder, named like the one I documented in my original post above;
# if it is not timestamped prior to the discovery of your problem, open the sessionstore-backups folder;
# check if the recovery.js file is suitably timestamped and, if not, the recovery.bak.
# At this point, you are likely to find that none of them are prior to your problem occuring. If so, open your backups of this folder and go through steps 2-4 to find a file prior to your problem occuring.
# When you find a file, copy it to the root of your current profile folder and name it, "sessionstore.js"
# Open Firefox. Mine opened up as desired.
This is a Windows solution. Sorry I can't comment on other platforms, but I'd bet that as this is just a file copy and renaming, it is likely the same.
For Windows users, you may find you need to sign out and login as an administrator in order to access the backups. You need not logoff your standard account, but do have Firefox closed as described above.
Hope that helps.

Similar Messages

  • HT1414 How do you restore your contacts and email acct if you delete them

    I deleted my email acct from my iphone,,,because I was having some problems with it,,,,now my contacts are gone.  Is there any way to restore my previous email and contacts?

    Sounds like you had an Exchange account, & that's the way it works. Delete the account & it also deletes your contacts. Just setup the account again.

  • How do I get my missing calendar events back after MobileMe deleted them from my iphone after syncing?

    I signed up for MobileMe about a month ago.  I noticed today that all of my calendar events from the last 18 months are missing on my iphone. I checked on MobileMe online and they are there.  'Sync' to me means 'make the two entries identical on the PC and the iPhone' not 'Move it to the online MobileMe and delete it from the phone'.
    Is there anyway to get them back on my phone?  If I had know this was going to happen I never would have signed up for MobileMe.
    Thanks,
    Ken
    One really ticked off customer!!!!!

    I have tried restoring my Iphone from my old back up on I tunes. It just restored my Iphone back to the state it was in yesterday, with the same apps with no contacts or pictures....

  • Doc library - 3 columns of type Hyperlink or Picture - one of them suddenly doesn't work

    Hi
    I have a doc. library with various columns (metadata) - 3 of them is of the type "Hyperlink or Picture".
    Suddenly, I'm not able to insert a link in one of them. When clicking 'OK' - I return to doc.library, and the link is not there. No errors. Nothing. I'm able to test the link - and also able to insert the same link in one of the other "Hyperlink or
    Picture" columns.
    Can anyone help?
    Best regards,
    Hasse

    Hi,
    Columns of type Hyperlink or Picture are used to store a hyperlink to a Web page or to display a graphic on the intranet or Internet.
    Does your Columns with the same Format URL? Hyperlink or Picture?
    If your column is with Picture Format URL, you can't directly add picture into "Hyperlink or Picture" column because this column takes URL value and image is binary etc. You can first upload that picture into picture library (create new picture
    or document library) then add that image link into that column.
    Besides, I suggest you create a new document library with the same 3 columns of type Hyperlink or Picture and compare the results. if the issue doesn't exists in other library, you can delete the issue column and create a same column in the document library.
    Best regards,
    Lisa Chen
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • How do I change the order of columns in the responses table?

    How do i change the order of columns in the responses table in FormsCentral?  The default setting puts them in reverse order!

    Hi,
    The issue with the default ordering of columns in the response table is something that we hope to address in the next update to FormsCentral. In the meantime, you can reorder the columns by selecting them then click/drag using the gray area above the column name. As shown below, an orange marker will show you where the columns will be placed when you release the mouse button.
    Sorry for the inconvenience.
    Regards,
    Brian

  • How to rename a column name in a table? Thanks first!

    I tried to drop a column age from table student by writing the
    following in the sql plus environment as :
    SQL> alter table student drop column age ;
    but I found the following error
    ORA-00905: 缺少关键字 (Lack of Key word)
    I have oracle enterprise edition 8.0.5 installed at windows 2000
    thank you
    And I want to know how to rename a column name in a table?
    thanks

    In Oracle 8i, your syntax would have worked.  However, if I
    recall correctly, in Oracle 8.0, you can't rename or drop a
    column directly.  One way to get around that problem is to
    create another table based on a select statement from your
    original table, providing the new column name as an alias if you
    want to change the column name, or omitting that column from the
    select statement if you just want to drop it.  Then drop the
    original table.  Then re-create the original table based on a
    select statement from the other table.  Then you can drop the
    other table.  Here is an example:
    CREATE TABLE temporary_table_name
    AS
    SELECT age AS new_column_name,
           other_columns
    FROM   student
    DROP TABLE student
    CREATE TABLE student
    AS
    SELECT *
    FROM   temporary_table_name
    DROP TABLE temporary_table_name
    Something that you need to consider before doing this is
    dependencies.  You need to make a list of all your dependecies
    before you do this, so that you can re-create them afterwards. 
    If there are a lot of them, it might be worthwhile to do
    something else, like creating a view with an alias for the
    column or just providing an alias in a select.  It depends on
    what you need the different column name for.

  • HT4061 How can I restore an iTunes purchased movie that I accidentally deleted. Thank you.

    How can I restore a purchased iTunes movie that I accidentally deleted? Thanks.  BB

    You are not licensed to burn any iTunes video products, regardless of whether it's to a data DVD or a playable DVD.
    See the iTunes Terms & Conditions, Usage Rules v.   "(v) You shall not be entitled to burn video iTunes Products or tone iTunes Products."   Additionally, you are only licensed to use iTunes products on iTunes authorized devices, which DVD players are not.

  • How to get the column names of the table into the Dashboard prompt

    how to get the column names of the table into the Dashboard prompt
    Thanks & Regards
    Kishore P

    Hey john,
    My requirement is as follows
    I have created a Rank for Total sales by Region wise i.e RANK(SUM(Dollars By Region)) in a pivot table.
    My pivot table looks like this
    COLUMN SELECTOR: TOTAL US , REGION , DISTRICT , MARKET
    ---------------------------------------------------- JAN 2009          FEB 2009        MAR 2009
    RANK              REGION                  DOLLARS           DOLLARS        DOLLARS DOLLARS
    1 CENTRAL 10 20 30 40
    2 SOUTHERN 10 30 30 70
    3 EASTERN 20 20 20 60
    4 WESTERN 10 20 30 40
    When i select the District in column selector
    Report has to display rank based on Total Sales by District. i.e
    ------------------------------------------------- JAN 2009         FEB 2009       MAR 2009
    RANK             DISTRICT              DOLLARS           DOLLARS        DOLLARS DOLLARS
    for this i need to change the fx of rank i.e RANK(SUM(Dollars By Region)) to RANK(SUM(Dollars By District)) and fx of Region i.e Markets.Region to Markets.District dynamically.
    so , i need to capture column name of the value selected from the column selector and dynamically i need to update the fx 0f RANK & fx of region.
    do you have any solution for this?
    http://rapidshare.com/files/402337112/Presentation1.jpg.html
    Thanks & Regards
    Edited by: Kishore P on Jun 24, 2010 7:24 PM
    Edited by: Kishore P on Jun 24, 2010 7:28 PM

  • How to insert select columns from one internal table to another

    Hi,
    How to insert select columns from one internal table to another based on condition as we do from a standart table to internal table.
    regards,
    Sriram

    Hi,
    If your question is for copying data from 1 int table to other ;
    we can use
    APPEND LINES OF it_1 TO it_2.
    or if they have different columns then:
    loop at it_1 into wa_it1.
    move wa_it1-data to wa_it2-d1.
    apped wa_it2 to it_2.
    clear wa_it2.
    endloop.
    thnxz

  • How can I restore photos that have a broken red symbol below them ? Thanks.

    Help!  How do I restore photos that have a broken red symbol below them? Thanks.

    Can you post a screenshot.

  • How can i stay logged in on iPhone Skype after i delete the app from the 'current' apps?

    How can i stay logged in on iPhone Skype after i delete the app from the 'current' apps?
    Thanks for ur answers !

    You are correct. There is no other way to recover this material, and yes it would have been a good idea to backup the iPhone prior to the restore. Remember that a restore to a previous date deletes everything on the device and puts it back to the state of things on the date you choose. The texts and contacts would be gone. Did you possibly sync the contacts with a supported application on the computer? That is the only other way to recover contacts. They are designed to be synced with a supported application on the computer, or with a cloud service such as iCloud, Google or Yahoo.

  • Is it possible to restore photos on either my iphone or in iphoto after I deleted them on my iphone without realising they would be deleted from iphoto? Note that I don't have any kind of backup or iCloud??

    Is it possible to restore photos on either my iphone or in iphoto after I deleted them on my iphone without realising they would be deleted from iphoto? Note that I don't have any kind of backup or iCloud??

    Benjamin3333 wrote:
    Note that I don't have any kind of backup
    Then NOW would be a good time to start...
    The SAFE MAC  How to Backup
    http://www.reedcorner.net/guides/backups/ch2.php

  • I cannot figure out how to make the text larger on an incoming email.  The finger method doesn't work and I cannot find any toolbar with which to do it.  I could find nothing in settings also.  Plese help and thank you.

    I cannot figure out how to make the text larger in a received email.  The finger method doesn't work and I can find no tool bar as I can for composing emails.  I can find nothing in settings.  Please help and thank you in advance.

    Hi there,
    Download a piece of software called TinkerTool - that might just solve your problem. I have used it myself to change the system fonts on my iMac. It is software and not an app.
    Good wishes,
    John.

  • How come my messages keep coming back after I delete them???

    How come my messages keep coming back after I delete them???

    Apple's Mail application can use either IMAP or POP. In fact Gmail can be set either way.

  • How do I search for lines with a particular pattern and delete them when a match occurs

    How do I search for lines with a particular patter and delete them when a match occurs? For example delete lines containing SUB_NAME = "?" where ? is any string. 

    How do I search for lines with a particular patter and delete them when a match occurs? For example delete lines containing SUB_NAME = "?" where ? is any string. 
    Lines in what? And what language are you using to develop with?
    Are the lines in a text file? A RichTextBox? A TextBox? Some other control? A List(Of String)?
    Is there some expectation by you that by providing what you wrote in your question post that the knowledge in your mind about what you are thinking about will mysteriously emanate to anybody reading your post so all of the sudden your knowledge will
    become their knowledge and they will be able to provide you with an answer as they will suddenly understand what you are trying to do? Because that's probably impossible. Most people try providing enough information in a question so anybody, even stupid people
    like me, can understand what they want. Maybe you should try that. As well as selecting an appropriate forum for your question in the future. Usually a question like this is related to programming in a particular language therefore a language forum may be
    a good choice. Or not.
    La vida loca

Maybe you are looking for

  • How to auto adjust layout in bsp page

    hi i have created a bsp page , in diffrent resolution screen its displaying siffrent every time is there any techniue by which my layout autoadjust with any resolution. thanks

  • Date picker calendar modification

    Is it possible to limit number of years presented in the select list of datepicker calendar? If yes, is it an option for dynamic shift, for example show +/- 10 years from current year? Version 2.0. Thanks.

  • Glitches on our new iMac with lion osx 10.7.2

    Our family has been experiencing various glitches with our computer and we have tried everything to fix it with no success. These are some of the glitches/problems we have experienced: -When desktop picture changes, it flickers to the next one like a

  • Problem with Camera Archive

    I have set up a new external hard drive and it is recognized by Final Cut Pro X. I connected my Canon XL1, which is recognized, created a new Archive  and started to import the input from the tape. However, a dropped frame occured after about 2 minut

  • SCRATCH DISK HELP...

    Don't know if this is possible or not. I have a project that is stored on an external hard drive. The capture scratch, media files, and project file is stored on this drive. I am using several workstations to work on this project. I am trying to figu