Query outputting all rows, I just want one.

On a form, when submited contains a few variables in hidden form controls.
There is a loop in the form that outputs <li> items from a database, and a button with each list item, you click the button, it deletes that item.
But...it looks like the form is passing the IDs for all the <li> items. I just want to pass the id of one item. I am getting an error "Invalid data (then a list of all the IDs) for CFSQLTYPE CF_SQL_DECIMAL.
The button in row 5 and the <li> in the loop starting on line 3 are the question.
<form action="update-sort.cfm?faculty_id=<cfoutput>#qGetFacultyCV.faculty_id#</cfoutput>" name="sort_serialized"method="post" id="frm-sort">
  <ul name="anitem" id="sortable">
    <cfloop query="qGetFacultyCV">
        <button OnClick="document.forms.action = 'delaction.cfm'">X</button>
        <cfoutput><li id="section_id_#qGetFacultyCV.id#" class="ui-state-default">#qGetFacultyCV.full_citation#</li>
         <input type="hidden"  name="id" value="#id#"/>
      </cfoutput>
    </cfloop>
  </ul>
  <input type="submit" id="deleteBtn"name="delete" value="Delete Publication"/>
<input type="submit" value="ADDPUB.nextval" style="display:none">
  <input type="submit" id="saveBtn" value="Save" style="display:none" OnClick="document.forms['sort_serialized'].action = 'addaction.cfm'" >
  <input type="submit" id="editBtn" value="Save"style="display:none" OnClick="document.forms['sort_serialized'].action = 'updateaction.cfm'">
  <input type="submit" id="sortBtn" value="Save"style="display:none" OnClick="document.forms['sort_serialized'].action = 'update-sort.cfm?faculty_id=<cfoutput>#qGetFacultyCV.faculty_id#</cfoutput>'" >
  <input type="hidden" name="faculty_id" id="faculty_id" value="<cfoutput>#qGetFacultyCV.faculty_id#</cfoutput>" />
</form>
The action page is simply
<cfquery name="addpubnumber" datasource="db_cie">
INSERT INTO PUBLICATIONS (id, full_citation, faculty_id)
VALUES (ADDPUB.nextval, '#full_citation#', '#faculty_id#')
</cfquery>

What you observe is in fact the expected behaviour. By default, when a form is posted, all input form-fields of type 'hidden' are submitted.
My suggestions are as follows:
1) Use cfselect. It fits the situation you describe much better. 
2) Give each submit field a name.
3) Avoid the duplication in posting qGetFacultyCV.faculty_id as a URL variable in the form's action and as a hidden form field. I would post it as just a hidden field. This has the advantage of being more secure.
4) It appears that addPub is a struct. If so, then replace ADDPUB.nextval with #ADDPUB.nextval# as the value of the form field.
5) Use cfqueryparam.
When you put it all together, the result will be somelike
<form name="sort_serialized" method="post" id="frm-sort">
  <cfselect name="citation" query="qGetFacultyCV" display="full_citation" value="full_citation" />
  <input type="text" name="added_id"  value="#ADDPUB.nextval#" style="display:none">
  <input type="submit" name="delete"  id="deleteBtn" value="Delete Publication" OnClick="document.forms['sort_serialized'].action = 'delaction.cfm'">
  <input type="submit" name="saveBtn" id="saveBtn" value="Save" style="display:none" OnClick="document.forms['sort_serialized'].action = 'addaction.cfm'" >
  <input type="submit" name="editBtn" id="editBtn" value="Save" style="display:none" OnClick="document.forms['sort_serialized'].action = 'updateaction.cfm'">
  <input type="submit" name="sortBtn" id="sortBtn" value="Save" style="display:none" OnClick="document.forms['sort_serialized'].action = 'update-sort.cfm'" >
  <input type="hidden" name="faculty_id" id="faculty_id" value="#qGetFacultyCV.faculty_id#" />
</form>
and on the action page
<cfquery name="addpubnumber" datasource="db_cie">
INSERT INTO PUBLICATIONS (id, full_citation, faculty_id)
VALUES (<cfqueryparam cfsqltype="cf_sql_integer" value="#form.added_id#">,
    <cfqueryparam cfsqltype="cf_sql_varchar" value="#form.citation#">,
    <cfqueryparam cfsqltype="cf_sql_varchar" value="#form.faculty_id#">)
</cfquery>

Similar Messages

  • HT204387 Hello!  Can anyone teach me how to connect iphone 4S to ipad retina using bluetooth. I tried, but the devices won't discover each other at all. I just wanted to connect to share contact details so I don't have to key in one by one.   Many thanks

    Hello!
    Can anyone teach me how to connect iphone 4S to ipad retina using bluetooth. I tried, but the devices won't discover each other at all. I just wanted to connect to share contact details so I don't have to key in one by one.
    Many thanks
    Injin

    You need to go to the App stores and find compatible apps. iOS device do not natively have to ability to transfer info to a computer via BT to a computer.
    With iOS 8 you can use AirDrop

  • My ical is showing "on my mac" "iCloud" and "yahoo" calendars. I just want one calendar that will sync up to my iPhone. How can I get rid of all these Calendars???

    My ical is showing "on my mac" "iCloud" and "yahoo" calendars. I just want one calendar that will sync up to my iPhone. How can I get rid of all these Calendars??

    'On My Mac' and Yahoo calendars won't sync to iCloud. You can move them to iCloud, but then Yahoo will lose contact with its calendars. if you are happy to sync onlly with iCloud, and thus to your iPhone, you can move the calendars: you will have to do it one at a time, and the process is just a trifle convoluted - it's described in the first set of numbered instructions here:
    http://www.wilmut.webspace.virginmedia.com/notes/icloudmovecalendars.html

  • I created a watermark in LR4 and it applied to all photos I only wanted one photo marked.

    I created a watermark in LR4 and it applied to all photos I only wanted one photo marked. How can I keep it from adding the watermark to all of my photos?
    I want to be able to add them manually to each photo in a location that I chose so the photo is still visably appealing.
    Thanks!

    I think it's a feature of the Web Module, since it is assumed that you would want the watermark on all images of a web-gallery.
    But, in this context (as always is the case in Lr) you have to take into consideration of how Lr works. Lr never ever changes your originals.
    "Watermark applied" means only that there is a set of data in the Lr catalog that says something like "when uploading the web-gallery the watermark has to be applied to the uploaded JPGs".
    Nothing has been done to your originals - even though they are displayed in te Web Module with the watermark. The orginals are ever unchanged.
    If you go back to the Library Module (within the same Collection) you won't see a watermark.

  • HT4157 once you set up a account and just want one month service, how do you turn off the account after the one month

    once you set up a account for data service and just want one month service, how do you cancel after the month

    Hi Glenrose,
    That would be between the you and the carrier that you have the contract with. In the past, I was able to purchase only one month of service from AT&T. Not sure what carrier you have or what contract you have, but you would have to cancel it with them.
    Cheers,
    GB

  • 2 photo streams on my iphone 4s in albums - I just want one to sync with iCloud

    I have 2 photo streams on my iphone 4s - I just want one to sync with iCloud.
    When I go into my Albums 2 show up as Photo Stream under my Camera Roll and even using edit I can't delete the blank one.
    I just want one that syncs photos I take to the iCloud and to delete the other.
    Help please - its a 4GS version 5.01.

    Photo stream only maintains photos in photo stream for 30 days, although they will remain on your devices until deleted.  Chances are only 56 of your photos were added within the last 30 days.  At this point, the best course of action is either to copy the remaining photos in a new album in iPhoto, then sync them to your phone by selecting the album on the Photos tab of your iTunes sync settings and syncing.  An alternative is to copy them to a folder, then use an app like PhotoSync to wirelessly transfer photos in the folder to your phone.

  • Can I teach my apple air to ask me if I want to close all tabs or just the one I am working on? If so how? Thank you

    I keep closing down all my open tabs instead of just the one I am on.  Can I set up a prompt to ask me if I am sure this is what I want to do?

    It's a MacBook Air. Not an Apple Air. We already know it's an Apple product. And no, there isn't any way. But if you would like a warning, you can download a browser like Google Chrome or Mozilla Firefox.
    Download Links:
    Google Chrome
    http://www.google.com/chrome
    Mozilla Firefox
    http://www.firefox.com

  • Dialogue tick boxes un-hiding all fields, not just the ones where value has changed to true

    I am hoping someone can help me make what I want to happen, happen if certain check boxes are ticked withing the dialogue box
    right now I can see on the console print that the tick box turns the value from false to true but the OK button is also un-hiding all my fields rather than just the ones where the value has turned to true. What am I missing here
    //Create a Dialogue box for staff to state how many of the account owners are in branch in order for the names to show in the signing section
    var Signors =
        result:"cancel",
        DoDialog: function(){return app.execDialog(this);},
        bChk2:false,
        bChk3:false,
        bChk4:false,
        bChk5:false,
        initialize: function(dialog)
            var dlgInit =
                    "Chk2": this.bChk2,
                    "Chk3": this.bChk3,
                    "Chk4": this.bChk4,
            dialog.load(dlgInit);
        commit: function(dialog)
            var oRslt = dialog.store();
            this.bChk2 = oRslt["Chk2"];
            this.bChk3 = oRslt["Chk3"];
            this.bChk4 = oRslt["Chk4"];
        description:
            name: "Signors",
            elements:
                    type: "view",
                    elements:
                            type: "view",
                            char_height: 10,
                            elements:
                                    type: "static_text",
                                    item_id: "stat",
                                    name: "Who is here to sign:",
                                    char_width: 15,
                                    alignment: "align_fill",
                                    font: "dialog",
                                    type: "view",
                                    char_width: 8,
                                    char_height: 8,
                                    align_children: "align_top",
                                    elements:
                                            type: "view",
                                            char_width: 8,
                                            char_height: 8,
                                            elements:
                                                    type: "check_box",
                                                    item_id: "Chk2",
                                                    name: "Primary Applicant",
                                                    type: "check_box",
                                                    item_id: "Chk3",
                                                    name: "Associate 1",
                                                    type: "check_box",
                                                    item_id: "Chk4",
                                                    name: "Associate 2",
                            type: "ok_cancel",
    // did the value change when ticked - lets check
    Signors.bChk2 = false;
    Signors.bChk3 = false;
    Signors.bChk4 = false;
    if("ok" == Signors.DoDialog())
        if (Signors.bChk2 = true)
    getField("Signor1").hidden = false;
    getField("Staff1").hidden = false;
    getField("Date1").hidden = false;
    getField("Date2").hidden = false;
    if (Signors.bChk3 = true)
    getField("Signor2").hidden = false;
    getField("Staff2").hidden = false;
    getField("Date3").hidden = false;
    getField("Date4").hidden = false;
    if (Signors.bChk4 = true)
    getField("Signor3").hidden = false;
    getField("Staff3").hidden = false;
    getField("Date5").hidden = false;
    getField("Date6").hidden = false;
        console.println("Chk2:" + Signors.bChk2);
        console.println("Chk3:" + Signors.bChk3);
        console.println("Chk4:" + Signors.bChk4);
        console.println("Chk5:" + Signors.bChk5);
    //console.println shows if bChk.. is true or false
        console.println("Chk2:" + Signors.bChk2);
        console.println("Chk3:" + Signors.bChk3);
        console.println("Chk4:" + Signors.bChk4);
        console.println("Chk5:" + Signors.bChk5);
    //Yeah, confirmed values have changed, now show fields based on staff input
    //was primary applicant ticked
    doWhatIWant: function(results) {
    if (results [Signors.bChk2] = true)
    getField("Signor1").hidden = false;
    getField("Staff1").hidden = false;
    getField("Date1").hidden = false;
    getField("Date2").hidden = false;
    //was Associate 1 ticked
    if (results [Signors.bChk3] = true)
    getField("Signor2").hidden = false;
    getField("Staff2").hidden = false;
    getField("Date3").hidden = false;
    getField("Date4").hidden = false;
    //was Associate 2 ticked
    if (Signors.bChk4 = true)
    getField("Signor3").hidden = false;
    if (Signors.bChk4 = true)  
    ("Staff3").hidden = false;
    if (Signors.bChk4 = true)
    ("Date5").hidden = false;
    if (Signors.bChk4 = true)
    ("Date6").hidden = false;

    You're missing some curly brackets, using the incorrect equality operator, and using the long deprecated field.hidden property. Try this:
    if ("ok" == Signors.DoDialog()) {
        if (Signors.bChk2) {
            getField("Signor1").display = display.visible;
            getField("Staff1").display = display.visible;
            getField("Date1").display = display.visible;
            getField("Date2").display = display.visible;
        if (Signors.bChk3) {
            getField("Signor2").display = display.visible;
            getField("Staff2").display = display.visible;
            getField("Date3").display = display.visible;
            getField("Date4").display = display.visible;
        if (Signors.bChk4) {
            getField("Signor3").display = display.visible;
            getField("Staff3").display = display.visible;
            getField("Date5").display = display.visible;
            getField("Date6").display = display.visible;
        console.println("Chk2:" + Signors.bChk2);
        console.println("Chk3:" + Signors.bChk3);
        console.println("Chk4:" + Signors.bChk4);
        console.println("Chk5:" + Signors.bChk5);
    I don't know if that will deal with all of the problems, but it's a good start.

  • I've got a new computer and when i plug in my ipod, the message says this ipod has a different itunes library do you want to delete it and use this new library/ you will loose all content.  I want one itunes account but can't figure out how.

    i've got a new computer and when i plug in my ipod, the message says this ipod is synced with another itunes account.  do you want to erace the contents and set up with this itunes.  i want one account only but don't want to loose my ipod contents.  tried uninstalling itunes and redoing get the same message.

    Copy everything from your old computer, or your backup copy of your old computer, to your new one.

  • Multiple id's and  just want one

    OH My Gosh!  I am starting to hate everything about apple ITunes out there.... Over the years I have had several Ipods and now an Ipad and I have a Mac PC I don't even use because everything having to do with my itunes is costing me a bundle and I have lost more than I know I am afraid.  I can not get all the access to my past log ins from old computers.  I have set so many ID's becuase I did not know any better.  I want to merge all of my passed and present music and videos and movies to one account and I have no clue!  I am so sick of spending oodles and oodles of money.  Is there an answer for me to retreive all of my purchases from I tunes and have them all on one log in.  from my classic ipod (which was stolen), my nano which died, my itunes on my pc which I upgraded to a new pc, and now this expensive ipad I do nothing with but play angry birds, oh and did i mention I know have an ipod touch....... Wow the money I have spent with Apple I probably could purchase a new home!  This is rediculous....Please help before I become a hater on all apple products and apps.  thank you, krisha marker

    You cannot merge accounts.
    Why would you not keep a backup of all of your purchases?
    Why would you keep making new accounts?
    It sounds like you have a self-inflicted problem.
    You can redownload purchases:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store

  • How can I get a digital WDT that includes all samples, not just the one for the current time step...?

    See block labeled ''digital data'' in my attachment for reference. Currently, only the digital data point for the current time step can be seen (it is deleted before the next one appears). However, I would like it display all the samples in the table like in the example found at this link under ''Digital Waveform Control'':
    http://zone.ni.com/reference/en-XX/help/371361H-01/lvconcepts/fp_controls_indicators/ 
    Many thanks for any suggestions! I am new to Labview, so I appreciate your help.
    Solved!
    Go to Solution.
    Attachments:
    myproject.vi ‏220 KB

    Hey westerman111,
    If you're looking to produce have your display include the solution information from previous solver steps, you will need to buffer the previous data. The way to implement this in a Control Design & Simulation Loop is using the Memory.vi found under Control Design & Simulation > Simulation > Utilities > Memory.vi. It will allow you to save previous information generated in the simulation environment for letter solution steps.
    I've attached an example that should get you started in using the Memory.vi.
    I would also make sure that what you're looking to accomplish is suitable for the Control & Simulation Loop. I know you mentioned you were new to LabVIEW so I wanted to make sure you were heading off in the right direction. Is there a particular reason why you are using the Control & Simulation Loop instead of a standard While or For Loop? The Control Design & Simulation loop is unique in that it calculates the solution of a dynamic system at a prescribed time step and ODE solver. It also provides the tools to interact with the model you are solving during execution. However, if you are simply looking to perform data acquisition and measurements (instead of dynamic model simulation) I would recommend using standard LabVIEW functions.
    Here are some useful references for getting start with both LabVIEW and the Control Design and Simulation Module.
    Tutorial: Getting Started with Simulation (Control Design and Simulation Module)
    http://zone.ni.com/reference/en-XX/help/371894G-01/lvsimhowto/sim_h_gs/
    Getting Started with LabVIEW
    http://digital.ni.com/manuals.nsf/websearch/ba2fb433a7940e7a862579d40070cc2c
    Tim A.
    National Instruments
    Attachments:
    myproject_edit.vi ‏249 KB

  • Delete all rows on VO at one shot

    Hi,
    I have a VO based on an EO. Now once I get a VO I could see that there are 2 methods:
    1. removeCurrentRow()
    2. remove()
    removeCurrentRow() would delete the current row and also the related row of the table associated with the EO.
    Is remove() the methods to remove all the rows linked to the VO or is there any other method. what does remove() do if not deleting the rows at one shot.
    Thanks,
    Kalyan.

    <p>
    Use this method in your Application Module:
    </p>
    <p>
    <strong><font face="courier new,courier" size="2">public void removeAllRows(){</font></strong>
    </p>
    <p>
    <strong><font face="courier new,courier" size="2">   ViewObject vo = getYourViewObject();</font></strong>
    </p>
    <p>
    <strong><font face="courier new,courier" size="2">   vo.executeQuery();</font></strong>
    </p>
    <p>
    <strong><font face="courier new,courier" size="2">   while(vo.hasNext()){</font></strong>
    </p>
    <p>
    <strong><font face="courier new,courier" size="2">       Row r = vo.next();</font></strong>
    </p>
    <p>
    <strong><font face="courier new,courier" size="2">       r.remove();
    </font></strong>
    </p>
    <p>
    <strong><font face="courier new,courier" size="2">   } </font></strong>
    </p>
    <p>
    <strong><font face="courier new,courier" size="2">   getDBTransaction().commit;
    </font></strong>
    </p>
    <p>
    <strong><font face="courier new,courier" size="2">}</font></strong>
    </p>
    <p>
    Kuba
    </p>

  • Is it possible to query for all marketing doc hits to one account?

    We have been struggling to create one single query that pulls all entries made to a particular revenue account by all marketing documents (in 2007A, PL42).
    For example, an item may be used on an A/R invoice, A/R, credit memo, A/P invoice, or A/P credit memo in any given month.  We've been using four different queries to pull basic data from each one, then blending them together in Excel.  This seems silly, and I'm hoping we can blend the code in one query instead of running four different ones.  Thoughts?
    One of the four queries we've been using:
    SELECT T0.[DocNum], T0.[DocDate], T1.[ItemCode], T1.[Dscription], T1.[FreeTxt], T1.[Quantity], T1.[Price], T1.[LineTotal], T1.[AcctCode], T2.[Segment_0], T2.[AcctName]
    FROM OINV T0  INNER JOIN INV1 T1 ON T0.DocEntry = T1.DocEntry
         INNER JOIN OACT T2 ON T1.AcctCode = T2.AcctCode
    WHERE T2.[Segment_0] ='319000' AND T0.[DocDate] BETWEEN '[%0]' AND '[%1]'
    ORDER BY T1.[ItemCode]
    It would be even cooler if we could choose two segments to review (i.e. also '318000').
    Kind Regards,
    Russell Clayton

    When trying to link AP docs as well, I am only retrieving AR.  Any suggestions on this, and how to properly order by T2.Segment_0 would be greatly appreciated.  Thanks!
    SELECT T2.Segment_0, T2.AcctName, T1.[ObjType], T0.DocNum, T0.DocDate, T0.CardName, T1.ItemCode, T1.Dscription, T1.FreeTxt, T1.Quantity, T1.Price, T1.LineTotal
    FROM dbo.OINV T0 INNER JOIN dbo.INV1 T1 ON T0.DocEntry = T1.DocEntry
    INNER JOIN dbo.OACT T2 ON T1.AcctCode = T2.AcctCode
    WHERE T0.DocDate BETWEEN '[%0]'
    AND '[%1]'
    UNION ALL
    SELECT T2.Segment_0, T2.AcctName, T1.[ObjType], T0.DocNum, T0.DocDate, T0.CardName, T1.ItemCode, T1.Dscription, T1.FreeTxt, T1.Quantity, T1.Price, T1.LineTotal
    FROM dbo.ORIN T0 INNER JOIN dbo.RIN1 T1 ON T0.DocEntry = T1.DocEntry
    INNER JOIN dbo.OACT T2 ON T1.AcctCode = T2.AcctCode
    WHERE T0.DocDate BETWEEN '[%0]'
    AND '[%1]'
    SELECT T2.Segment_0, T2.AcctName, T1.[ObjType], T0.DocNum, T0.DocDate, T0.CardName, T1.ItemCode, T1.Dscription, T1.FreeTxt, T1.Quantity, T1.Price, T1.LineTotal
    FROM dbo.OPCH T0 INNER JOIN dbo.PCH1 T1 ON T0.DocEntry = T1.DocEntry
    INNER JOIN dbo.OACT T2 ON T1.AcctCode = T2.AcctCode
    WHERE T0.DocDate BETWEEN '[%0]'
    AND '[%1]'
    SELECT T2.Segment_0, T2.AcctName, T1.[ObjType], T0.DocNum, T0.DocDate, T0.CardName, T1.ItemCode, T1.Dscription, T1.FreeTxt, T1.Quantity, T1.Price, T1.LineTotal
    FROM dbo.ORPC T0 INNER JOIN dbo.OPC1 T1 ON T0.DocEntry = T1.DocEntry
    INNER JOIN dbo.OACT T2 ON T1.AcctCode = T2.AcctCode
    WHERE T0.DocDate BETWEEN '[%0]'
    AND '[%1]'
    ORDER BY  T2.Segment_0 ASC

  • Gmail stopped downloading; can redownload all mail but just want new items

    Yesterday Mail stopped downloading my e-mail from Gmail via POP. Looking at an old forum post, I saw a suggestion from someone to try deleting MessageUidsAlreadyDownloaded2 from the ~/Library/Mail/[account]/ folder. Doing so causes Mail to start downloading my mail from Gmail starting with the first message in my Gmail account, a process that would take days to complete. I tried to edit the file, but it doesn't really make sense to me. All of the "DateDownloaded" keys seem to have a value of sometime (different times) in February 2006. I tried leaving only one of them (I tried both the first key/value pair and the last), but that just started downloading from the beginning also.
    Is there any way to get Mail to download messages only after x date, or to somehow fix whatever is wrong with my record of Uids Downloaded?
    Thank you for any help you can provide,
    Greg

    If I remove the file again, it will start downloading not after the
    point where it had left off, but again at the very beginning.
    Does Mail actually complete the download or does it stall at some point? I mean, what may be happening here is that Gmail doesn’t mark those messages as already downloaded because Mail doesn’t complete the transaction.
    The presence of MessageUidsAlreadyDownloaded2 can certainly make a difference for messages that Gmail hasn’t marked as already downloaded for some reason or if there is something wrong with that file, but there is no way the presence of that file could have an impact on messages that had successfully been downloaded in a completed transaction.
    I have connected from multiple devices, as I stated before.
    Well, you talked about “programs”, not “devices”. Note that in the list of idiosyncrasies that you don’t find useful I talk about “conventional POP mail clients”. Some handheld devices appear to not be affected by this.
    The inability to download a message to a computer more than once is actually a “feature” documented here:
    What happens to messages stored on Gmail's servers?
    The ability to download messages on multiple devices is documented here:
    How should I use POP on mobile or multiple devices?
    I am neither an incompetent computer user nor someone fabricating
    this wacky e-mail story just for kicks.
    Nor have I ever thought that was the case, but knowing how Gmail works, I do know that some of the things you said had to be necessarily wrong.
    In particular, in the case of a Gmail account, there is no way removing MessageUidsAlreadyDownloaded2 from the account folder might cause Mail to start downloading everything from the server again after having successfully done that at least once. The only way that might happen is if you had also selected Enable POP for all mail in Gmail’s Settings > Forwarding and POP page, which you haven’t mentioned at all in any of your posts.
    While you keep saying that you understand how Gmail works, the fact is that some of the things you’ve said are wrong, and you’ve ignored/omitted essential information about the things you’ve done that clearly indicate you don’t fully understand how Gmail POP access really works. I’m sorry if telling you that offends you, but I must do so in order to be able to help you...

  • I want to make one static copy of Firefox, put in on a thumbdrive, and load it on another. I don't wnat to go through SYNC. I just want one static copy.

    OR, make one static copy of Firefox, save it to an external drive, so I can replace / upgrade my internal drive. How do I do that?

    The latest version of Firefox can be found here
    * getfirefox.com
    Profile is a folder which store all your personal data in a safe place
    * https://support.mozilla.com/en-US/kb/Profiles
    here explain how to backup profile
    * https://support.mozilla.com/en-US/kb/Backing%20up%20your%20information
    here explain how to restore it
    * https://support.mozilla.com/en-US/kb/Recovering%20important%20data%20from%20an%20old%20profile

Maybe you are looking for

  • In OBIEE 11G, how to get the special parameter created by JAVA?

    Hi Experts, In OBIEE 11G, how to get the special parameter created by JAVA? For example: In JAVA , it has set one parameter named 'test'. So how to get the parameter in filter area in OBIEE?

  • Pricing Procedure could not be determined

    Hi.. basic doubt -- but causing issue. I have assigned the combination of sales area + Doc. Pric Proc + Cust Pric -- > Pricing Procedure in customizing. customer pric prc. -> assigned to BP sales area , billing data (Also seen on Prices tab of transa

  • How to see the borders of a "display area" in GridBagLayout

    I would like to see the display area of a JPanel . I use this technique: panel.setBorder(new TitledBorder(new LineBorder(Color.blue, 2), "DisplayArea?")); //Is this correct? If not, how can I see the borders of a display area (as opposed to the borde

  • Query on partitioned table runs indefinitely

    Hi, Customer's Oracle GL implementation has tables GL_BALANCES and GL_JE_LINES partitioned on PERIOD_NAME i.e MON-YY. Both GL_BALANCES and GL_JE_LINES have LOCAL INDEXES. For GL_JE_LINES it is (PERIOD_NAME, CODE_COMBINATION_ID) For GL_BALANCES it is

  • Opening first tab of jquery accordion when page loads

    Hello, I am wondering how I would make the first tab of my accordion to open when the page loads. It is a custom accordion and therefore it is hard to find the answer online. I want this to be specific to a certain page if possible rather than univer