problems of updating the form.

I've been racking my brain trying to figure out how to get something to work with a form.

It's the form that will be used...

< action = "Insert.cfm cfform" name = "Create" target = "_blank" > "

This should open the insert.cfm as I have a report to open the end of manual page. It works very well.

< cfreport format = "pdf" template = "Detail_Printable.cfm" query = "Qdetail" > "
< / cfreport >

But I have a problem with the form. I need to update because I don't want the user to have the option to submit the form again, with the new data.

Hope that makes sense.

Thank you

James

OK, let's start first: it is not Java.  This is JavaScript.  They are two totally different things and independent (despite the similarity of name).

http://en.Wikipedia.org/wiki/Java_%28programming_language%29

http://en.Wikipedia.org/wiki/JavaScript

Second, google "javascript onsubmit handler.  There are piles of information & tutorials & guidance out there already, so there's no point repeating here.

Once you get your brain autour how managers onsubmit works, google 'onsubmit javascript open new window' and read some of the tips on how to do it.  All the info you need is already here.  Indeed, there is exactly the answer you need on the first page of results.

If you get to the point to write code and need help with it, then after return.  But you should be able to solve everything with Google and roll the sleeves ;-)

--

Adam

Tags: ColdFusion

Similar Questions

  • Problem to update the views by using templates

    Hi all

    I'm trying to implement the model of presentation using Cairngorm in my flex application. I have a problem to update the views using the presentation model.

    Here's what I do.

    1. I am trying to create a login screen.
    2. To store the current of the user logged in ModelLocator, I created a "currentUser" property
    3. My Member information screen (the screen is displayed after successful login) displays the username like this.
      • < mx:Label label = "{memberUI.fullname}" / > "
    4. I created a template, memberUI for Member information screen. It has a property called "name", which stores the full name of the current user.
    5. I created a method in the presentation model called setFullname() which does the work of definition of the fullname property. This function is called in the answering machine for the connection event.

         public function setFullname():void {
              var appModel:AppModelLocator = AppModelLocator.getInstance();
              appModel.currentUser = event.result as UserVO;
              var uim:memberUI = new memberUI();
              uim.fullname = appModel.currentUser.firstname + " " + appModel.currentUser.lastname;
         }
    

    But even when I was able to login, I am unable to display the full name in the view. Why is this happening?

    Can someone tell me what I am doing wrong?

    Thanks and greetings

    ShiVik

    I've seen two approaches to this within the PM + Cairngorm architectures.

    (1) pass a reference of your MP in your Cairngorm event to allow the command / responder call Update with the results of a service. It's an approach simple but tie your orders and the speakers to your PM class, which makes them less versatile.

    (2) have your PM record reminders with your Cairngorm event to allow results to be returned to your MP. Reminders may take the form of event, function references listeners or an object that implements IResponder.

    Unfortunately, I'm not aware of many examples online for this, but the following link to get (2) passing references to functions:

    http://www.allenmanning.com/?p=31

  • problem while updating the number of lines.

    Hello..

    Im very new to obiee and now to learn things.

    I'm using the following link to learn how to create a repository and work with it.

    [http://www.oracle.com/technology/obe/obe_bi/bi_ee_1013/bi_admin/biadmin.html]

    and im facing problem by updating the number of lines.

    get a dialog like...

    There is an error while updating the number of lines for "SH"... "" SH ". "" CHANNELS ".
    + [nQSError:17001] Oacle Eroorcode:942, message: ORA - 00942:table or view does not exist the OIC OCIStmtExecute call: select count (*) channels. +
    + [nQSError:17011] SQL statement execution failed. +

    Wat could be the problem? can anyone help?

    thnx in advance.

    Have you downloaded zip included in the tutorial and placed in the right place?

  • Problem with update of Forms 6i to Forms 10 g migration - Data

    Hello world.

    I have the following problem: I have a form that generates withdrawal slips. To do this, there is a button. When clicked, there is a slider with a query "SELECT" and "for update" that looks for the picking of sheets lines entered by the user. For each line, update the column "numberOfPickingSlip" with the appropriate number of picking slip (generated before the update loop).

    The strange thing is that the form works with Forms 6i, but it does not at all with 10g form, although I recompiled just the form (no need for Webutil run this form)... Only the last line of the form collection is updated. The code of the procedure is the same for BOTH versions... Nothing has changed. So, it isn't a problem of query. Even more interesting, if I run the form directly from Oracle Forms Builder and then clicking on the "Generate" button, it works but just once... And the worst case: after running the form directly from the Forms Builder, loading of another form (accessible from a menu above), of closing that form and then clicking on the "Generate" button, it doesn't work at all and only the last line is updated...

    I checked the contents of cursor and it contains all the lines that need to be updated, but for some reason, only the last is updated...

    How is that possible? Is there something special I need to do?

    Thanks for any help :)

    I had a similar problem with the help of update in a for loop. I know, it shouldn't be a problem, but you can try to use the rowid to update (at least to see if the problem goes away):

    procedure gen_pickingSlip is
    
      p_year VarChar2(4);
      p_numPickS number;
      p_line number := 0;
    
      cursor recup_maj is
        select ROWID,* from prepa
         where numPickingSlip is null
         for update of numPickingSlip nowait;
      recPickSlip prepa%rowtype;
    
    begin
    
      -- Retrieving the new picking slip number
      retrieve_num_pickingSlip(p_numPickS);
      -- Year of the picking slip
      p_year = to_char(sysdate,'YYYY')
    
      open recup_maj;
      loop
        fetch recup_maj into recPickSlip;
        exit when recup_maj%notfound;
    
        -- Position in the picking slip
        p_line := p_line + 1;
    
        --*This is the part where it seems only one update is done*
        update prepa
        set year=p_year, numPickingSlip=p_numPickS, line=p_line
        where ROWID=recPickSlip.ROWID;
      end loop;
    
      close recup_maj;
    
      if p_line > 0 then
        commit_form;
      end if;
    
      synchronize;
    
    end;
    
  • Problems after updating the BIOS on Satellite Pro P200

    I recently buy a Satellite Pro P200 running Windows Vista Business. Yesterday, I updated the BIOS to the version 1.50 supplied with the machine to 1.80 available on the Toshiba site. I double checked that I was using BIOS correct update for the Pro P200 Satellitel running Vista.

    After updating the BIOS, I have now two problems:

    1. whenever I start and join the office, I get an error message "record of Vista has stopped working". This problem has been identified as toshibavistaregistration.exe here: [link: http://forums.computers.toshiba-europe.com/forums/thread.jspa?messageID=99805]

    2 Control Panel > system now shows the processor and the memory (RAM) as "not available". Execution of the diagnostic PC Toshoba tool and looking at basic information show also no information on the memory (RAM) Although the processor information here. There may be pieces others missing too under the eyes of list shorter than before the update of the BIOS.

    Basically, I want to get everything working again as it should, but cannot find any information on these issues.

    After further review, it appears that the update of the BIOS is not the cause of the problems.

    Immediately after updating the BIOS, I had a major system crash. It turns out that this is what has caused problems.

    After a system restore to a point before the update of the BIOS and the major system crash, now everything is working again with BIOS version 1.8 in place.

  • Update the form called the calling form update

    Hello

    We have a custom form (form 1) in which we ask another form (form2) when a key is pressed in Form1.

    Based on an id generated in Form1, the formula 2 is met. Update any record in Form1, it is necessary that the corresponding records of Form2 should also be updated. the question is how do update form2.

    Please let me know the trigger appropriate in form1 to achieve this.


    TIA,
    SR

    948611 wrote:
    Hey Hamid,

    Thanks for the reply. The trigger for UPDATE doesn't work somehow.
    Another option?

    Hi, SR
    What is your code to the UPDATE trigger after?
    don't forget fire after update during the Post process and post the Transactions, after that a row is updated. This event fires once for each row that is updated in the database during the validation process to Form1 in the DATABASE, no formula 2
    When you call the Form2 update block with Execute_query;

    Hope this helps

    Hamid

    Mark correct/good to help others to get the right answers. *

  • Update the form of CSV courses and also to pre-fill adapter

    Hello

    I'm trying to provide a resource using the IOM API, which I am able to do successfully, but I also have a requirement to update the shape of a CSV file process. When I try to read and update CSV, it cancels the values populated pre-fill adapters even when they are not provided by the WB.

    Here's the logic I used:

    (1) read the CSV data
    (2) user of MSN search
    (3) resources available
    (4) treat the value form data after reading process values form a CSV.

    As soon as the data of the form process set the task runs, it updates the other fields (i.e. which are not provided by CSV) with a null value.

    Please let me know if there is another way that I can put a few of the fields in the CSV process form without destroying the remaining values.

    Thank you
    Rahul

    (3) formInstanceIntf to set processes form data by using setProcessFormData (proInstKey, map)

    I hope that you send only a few attributes in your card, not all of the attribute (attributes that were part of prepopulate).

    If so, it should not happen.

    Workaround solution:

    You have processInstanceKey
    Retrieve existing data in the form getProcessFormData
    Make a card with existing fields and values and add your new fields and their values, and call setProcessFormData

  • Facing problem when opening the Form Builder 10 g

    Hi Experts,

    I am facing below error while opening one of the forms developed in the 10g form builder. My laptop's operating system is Windows 7.

    Oracle Forms Designer has stopped working

    Windows can check online for a solution to the problem.

    -> Check online for a solution and close the program
    -> close the program


    Please provide advice or solutions to resolve the above error.

    Thanks in advance

    Meher Irk says:
    Hi Experts,

    I am facing below error while opening one of the forms developed in the 10g form builder. My laptop's operating system is Windows 7.

    Oracle Forms Designer has stopped working

    Windows can check online for a solution to the problem.

    ---> Check online for a solution and close the program
    ---> close the program

    Try this...
    Open form builder.
    Connect to the database.
    Now, open the form.

    I hope this works...

  • Help with code to insert, and then update the form table.

    I have a form where a user can add a new record in a table. Here is the procedure for recording button that works very well. But I call another procedure for updating the table with an "if" statement "The SQL code that I use works fine to get the data I'm looking for when I run it in SQL, but the 'if' statement updates all records in the table to ' n ' when some should be"Y". I am new to Oracle forms development (3 months) so it's probably very simple, but I'm stuck and need to get this finished form. Any help is greatly appreciated.


    SAVE BUTTON TRIGGER PROCEDURE:*.

    PROCEDURE SAVE_MM_1099_ADD IS

    MM1099_NO NUMBER (10);
    NUMBER OF THE YEAR (4);
    NUMBER OF NOTICE_SEQ_NO (10);
    NOTICE_NAME VARCHAR2 (30);
    TIN_FROM_DB VARCHAR2 (23);
    TSDI_DB VARCHAR2 (1);
    IRS_NTYPE VARCHAR2 (10);
    IRS_NDATE VARCHAR2 (10);
    BU_WH VARCHAR2 (1);
    NO_TIN_NAME VARCHAR2 (1);
    DUP_IRS_NOTICE VARCHAR2 (1);
    G1_IRS_NOTICE_3YR_2BS VARCHAR2 (1);

    B_SAVE_ADD boolean;

    Start

    IF MM1099_NO IS NOT NULL THEN

    insert into MM_1099
    (
    MM1099_NO,
    YEAR,
    NOTICE_SEQ_NO,
    NOTICE_NAME,
    TIN_FROM_DB,
    TSDI_DB,
    IRS_NTYPE,
    IRS_NDATE,
    BU_WH,
    NO_TIN_NAME,
    DUP_IRS_NOTICE,
    G1_IRS_NOTICE_3YR_2BS
    )
    values
    (
    MM1099_NO,
    YEAR,
    NOTICE_SEQ_NO,
    NOTICE_NAME,
    TIN_FROM_DB,
    TSDI_DB,
    IRS_NTYPE,
    IRS_NDATE,
    BU_WH,
    NO_TIN_NAME,
    DUP_IRS_NOTICE,
    G1_IRS_NOTICE_3YR_2BS
    );


    : system.message_level: = '5';
    Commit_FORM;
    : system.message_level: = '0';

    END IF;

    UPDATE_NUMOCCURTIN;

    END;

    PROCEDURE CALLED:*.

    PROCEDURE UPDATE_NUMOCCURTIN IS

    CURSOR c1 (NUMBER NUMOCCURTIN) IS
    SELECT THE YEAR, TIN_FROM_DB, COUNT (TIN_FROM_DB) AS NUMOCCURTIN
    OF MM_1099
    TIN_FROM_DB GROUP, YEAR
    SEEN (COUNT (TIN_FROM_DB) > 0);

    CR1 c1% ROWTYPE;
    number of v_recs;
    NUMBER OF NUMOCCURTIN;

    BEGIN
    v_recs: = 0;

    OPEN c1 (NUMOCCURTIN);

    loop

    Fetch c1 into cr1;
    When the % notfound c1 or c1% rowcount output > v_recs;

    IF cr1. NUMOCCURTIN > 1 THEN

    UPDATE MM_1099
    SET DUP_IRS_NOTICE = 'Y ';

    ON THE OTHER

    UPDATE MM_1099
    SET DUP_IRS_NOTICE = 'N';

    : system.message_level: = '5';
    commit;
    : system.message_level: = '0';

    END IF;

    v_recs: = v_recs + 1;

    END LOOP;

    CLOSE c1;

    END;

    For any help or suggestion will be greatly appreciated.

    IF cr1. NUMOCCURTIN > 1 THEN

    UPDATE MM_1099
    SET DUP_IRS_NOTICE = 'Y ';

    ON THE OTHER

    UPDATE MM_1099
    SET DUP_IRS_NOTICE = 'N';

    : system.message_level: = '5';
    commit;
    : system.message_level: = '0';

    END IF;

    There is no WHERE condition in your update, so always update you all THE RECORDS in your table. I guess it must be something like:

    UPDATE MM_1099 SET
      DUP_IRS_NOTICE = 'Y';
     WHERE TIN_FROM_DB=cr1.TIN_FROM_DB
       AND YEAR=cr1.YEAR
    

    Some general order questions about your code:
    Where your variables for your insert statement are filled? looking at your code they will always be NULL.
    Be careful when using the variable exactly as the names of column names. This may cause unexpected behavior (for example when it is used in the UPDATE statements).
    Why engage in the other branch, but not in the branch so?

  • Problem with updating the firmware on 40TL838G

    Hello

    I am very happy owner of Toshiba 40TL838 screen (G).
    Recently, I tried to update the firmware on it.
    Next steps in the user manual I tried to do the update of the network. "No new updates available" poped upward. I goggled solutions and came across a manual update of the USB.

    I downloaded the firmware recent Telefilm, coppied to usb (4 GB, formatted FAT32).
    Following the online instructions I have unplluged TV power.
    Plugged in USB. Connected TV to the power and he lit. And nothing happened.

    After 20-30 sec info abut being plugged usb pop uped question I wish to put on the Media Player.

    Firmware: 6.1.0M.1
    MBoot: 00480288
    MFC: 240226

    Any ideas how to proceed with this case.

    Concerning
    SLim

    Hello

    The firmware can be downloaded and updated via the network.
    But as far as I know you need to change the drive media or software update settings can not be started.
    Media Player-> USB media player-> installation
    Then press left or right, and select THE
    Now we turn on the TV
    Insert the USB key containing the firmware and after inserting the USB firmware update information appears on the screen.
    Then choose YES

  • problems to update the SDK 5.0

    I recently installed the complete installation of Blackberry java plugin version 1.5.0.201110141512 and I want to install the blackberry java SDK 5.0.0.25, but I still get this error... the strange thing is the user and the password are valid. Connect to the developers space every time I get the error and I have no problem:

    An error occurred collecting elements to install
    session context has beenprofile = SDKProfile, phase is org.eclipse.equinox.internal.p2.engine.phases.Collect, operand =, action is).
    Cannot read the repository to the: https://www.blackberry.com/Downloads/auth/contactFormPreload.do?code=DC727151E5D55DDE1E950767CF861CA... Too many connection attempts that failed.

    Thanks in advance

    Horacio Morales Gonzalez

    Hello again

    I've solved this problem... the URL to download the SDK was incorrect!... it needs to be http://www.blackberry.com/go/eclipseUpdate/3.6/java instead of 3.5.

    Thanks for your time!

  • Problem while updating the Developer Edition

    Whenever I try to update Firefox Developer Edition it restarts and it maintains in the same version, I tried safe mode (even reinstalled, but the version continues, weird, no?)
    Recently begun to show this. (see attached image)
    I am running OS x 10.10 (Yosemite)
    I only use Adblock Plus and troubleshooting information should be attached.
    Then... Should I try to run firefoxdeveloper.app as sudo?
    BTW1: I'm a developer so expect changes in my system.
    BTW2: Is weird to ask the following question, cause, I volunteer for the support of mozilla...

    There are four main channels of development. Version, beta, Aurora (aka Developer Edition) and every night.

    Aurora and check-ins to get all night almost every day and, therefore, is updated each day. The version number when the channel remains the same with a2 on end for Aurora and a1 for Nightlyl. The beta channel gets say six to twelve generations for a version.

    It allows to be a construction date in useragent that would change to display date/time, it was built but was arrested because small possible problems of privacy.

    You can use on: buildconfig (lies in everything: on list) in the address bar (address), then the link of hg to see what changes have been made.

  • Problems of updating the app with a new BlackBerry ID token for the signature

    Hi all

    Since may 2014, I have an application that I update often... This may 2015 my BB ID token expired, so I created a new one with the same BlackBerry ID account, that I have used before. However, I am facing some problems to make a new update, I got the "file bundle (votre_nom) was rejected. Package ID is required for all .bar file. "If this is an upgrade, ID of Package must match the ID of Package original batch file."

    The thing is, my application has been signed with the same BB ID account and keep the same package name, as always.

    Circumvention of this topic (link here) say contact at BB Vendor Management Support to update my application, but is not guaranteed retain the same downloaded application to the BB world.

    My question is: if I generate a new BB ID token with the same account ID to BB, and I keep the same name of packgane, how can I do to update my application without losing my users?

    THX

    The account name or package BlackBerry ID has changed.  It is the only cause of this error.  Here's how you can verify that it has changed.

    1. Open your original BAR file with a utility like WinZip archives.
    2. Extract of the MANIFEST. MF file in the META-INF directory.
    3. Repeat this procedure with your new file BAR.
    4. Open the manifest files in a text editor.
    5. Compare package-author-Id and the name of the Package in the manifest.

    If the package-author-Id is different, the application was signed with a different account.  If the Package name is different, then that changed.

    If you find that package-author-Id has changed and you do not know what account has been used send me the package-author-Id in a private message and I can watch it for you.

  • QNXStageWebView: New problem since update the OS of the PlayBook!

    Hello

    In my Air application, I use QNXStageWebView to make a help section. So I'm used to my pages help form in my folder bar; in order to open with the QNXStageWebView component.

    It works well before the OS PlayBook last updated. I store my HTML pages:

    file:///accounts/1000/APPDATA/PlayCloud.Debug.testDev_Cloud_debugXXXXXXX/app/air/help/index-en.html

    It seems that now, I can't open my file

    What is the change of OS? How can I deal with now? Can I continue to use HTML pages? I have to convert my HTML pages in the Air?

    Nicolas

    Hello

    According to me, in my first version, my window is not correct and I can shoot my QNXWebView out my container.

    Here, my class:

    package
    {
        import flash.display.Sprite;
        import flash.display.Stage;
        import flash.events.Event;
        import flash.filesystem.File;
        import flash.geom.Rectangle;
    
        import qnx.media.QNXStageWebView;
    
        public class HelpView extends Container
        {
            private var webview:QNXStageWebView;
    
            private var _filePath:File;
    
            public function HelpView(rect:Stage, locale:String='en')
            {
                super();
                super.setSize(rect.stageWidth, rect.stageHeight);
    
                trace("[HelpView]", "width = " + rect.stageWidth + " height = " + rect.stageHeight);
    
                webview = new QNXStageWebView("LocalVP");
                webview.stage = rect;
                webview.viewPort = new Rectangle(0,0,rect.stageWidth,rect.stageHeight);
                webview.visible = true;
                webview.blockPopups = true;
                webview.enableJavaScript = true;
                webview.enableLocalAccessToAllCookies = true;
                webview.zOrder = 1000;
    
                var appPath:File = File.applicationDirectory.resolvePath('help/index-' + locale + '.html');
                _filePath = new File(appPath.nativePath);
    
                webview.loadURL(_filePath.url);
    
                if (!webview.hasEventListener(Event.COMPLETE))
                    webview.addEventListener(Event.COMPLETE, onDownloadComplete);
            }
    
            public function setLocale(locale:String):void {
                var appPath:File = File.applicationDirectory.resolvePath('help/index-' + locale + '.html');
                _filePath = new File(appPath.nativePath);
    
                webview.loadURL(_filePath.url);
    
                if (!webview.hasEventListener(Event.COMPLETE))
                    webview.addEventListener(Event.COMPLETE, onDownloadComplete);
            }
    
            public function onDownloadComplete(event:Event):void {
                trace('[HelpView]', 'onDownloadComplete:');
    
                webview.removeEventListener(Event.COMPLETE, onDownloadComplete);
            }
    
            public override function setSize(width:Number, height:Number):void
            {
                trace("[HelpView]", "setSize: widthxheight = ", width, 'x', height);
    
                super.setSize(width, height);
    
                if ((width > 0) && (height > 0)) {
                    webview.viewPort = new Rectangle(0,0,width,height);
                }
            }
    
            public override function destroy():void
            {
                webview.visible = false;
                webview.stage = null;
                webview.dispose();
                webview = null;
    
                super.destroy();
            }
        }
    }
    

    Nicolas

  • Problem with updating the firmware/kernel of 4305G

    Hi forum,

    I searched this forum for similar cases, but can't find an answer.

    I have firmware and the kernel update files for the DPM G 4305 (5.2.0_FCS_4305.fwimg & DMPkernel_A2_4305.tivella) and tried all means known to me to upgrade the DMP, but without success.

    We have DMS 5.2. I tried the upgrade through the DMM, / * Style Definitions * / table. MsoNormalTable {mso-style-name : « Table Normal » ; mso-tstyle-rowband-taille : 0 ; mso-tstyle-colband-taille : 0 ; mso-style-noshow:yes ; mso-style-priorité : 99 ; mso-style-qformat:yes ; mso-style-parent : » « ;" mso-rembourrage-alt : 0 cm 5.4pt cm 0 5.4pt ; mso-para-margin : 0 cm ; mso-para-marge-bottom : .0001pt ; mso-pagination : widow-orphelin ; police-taille : 11.0pt ; famille de police : « Calibri », « sans-serif » ; mso-ascii-font-family : Calibri ; mso-ascii-theme-font : minor-latin ; mso-fareast-font-family : « Times New Roman » ; mso-fareast-theme-font : minor-fareast ; mso-hansi-font-family : Calibri ; mso-hansi-theme-font : minor-latin ; mso-bidi-font-family : « Times New Roman » ; mso-bidi-theme-font : minor-bidi ;} DMM - DSM and even with the IIS web server that I found as upgrade on this forum, but still no joy.

    To be more specific, try with IIS web server, I downloaded the file in the root folder and used this example below:

    (http://10.10.10.2:7777 / set_param? mng.command = start + upgrade + kernel + http://10.10.10.10/DMPkernel_A1_4300.tivella) I've only had a window to enter the username and password of the DMP and then nothing happens.

    I double that the DPM has the IP address of the DMM to centralized management, DMM - DSM server time-out set at 300 dry, DPM Web account as well as the user/pass in DMM, DPM Service account same user/pass and also active FTP.

    The strange thing is that in DMM, it shows G 4305 such that registered for a while, but after awhile it registers outside, and the status changes to red X. During this brief period, I tired to upgrade the DMP in the Action drop-down list menu, although he did nothing.

    I know kernel must be applied first, then the firmware. For the sake of the argument, I improved the 4400 G firmware through the digital multimeter with no problems at all.

    The name of the exact model is: DMP - 4305G - 5.1 - K9

    If you need me to download and/or add additional info to this question, don't tell.

    Any input will be greatly appreciated!

    Maxim

    OK, I tested a DMP - 4305G here who was 5.0.

    I upgraded to first 5.0 to 5.1.  The upgrade was successful.

    Then, I upgraded to 5.1 to 5.2.  The upgrade was successful.

    You may need to capture a trace of sniffer to see what is

    current.  And use the same steps and legends that I use

    to verify everything in your configuration.

    T.

    RECREATE THE NOTES:

    ===============

    DMP = 10.10.10.10

    WEB server = 20.20.20.20

    User = admin

    Password = default

    Webserver = Apache (I don't use IIS)

    5.1 web site Directory Server = Software/dms-images/DMP-images/5.1/

    5.1 the firmware kernel file = DMPkernel_A1_4305.tivella

    5.2 web Directory Server = Software/dms-images/DMP-images/5.2/FCS/5.2.0_FCS_4305/

    5.2 the firmware kernel file = DMPkernel_A2_4305.tivella

    UPGRADE from 5.0 to 5.1 KERNEL *.

    STEP #1

    http://admin: [email protected] / * */:7777/get_param?p=sinfo.version

    T_STRING Linux version 2.4.22 sInfo.version ([email protected] / * /) (gcc version 3.3.2) #1 Fri 19 Oct 11:00:01 PDT 2007

    STEP #2

    http://admin: [email protected] / * /: [email protected] / * / [email protected] / * * / _4305.tivella

    STEP #3

    http://admin: [email protected] / * */:7777/get_param?p=init.upg*

    init.upg_context T_STRING Upgrade (core) succeeded

    init.upg_percent T_LONG 0

    init.upg_status T_STRING non active Firmware update

    STEP #4

    http://admin: [email protected] / * */:7777/get_param?p=sinfo.version

    T_STRING Linux version 2.4.22 sInfo.version ([email protected] / * /-desktop) (gcc version 3.3.2) #1 Tue Nov 18 14:48:57 this 2008

    > Success upgraded to 5.1 kernel

    UPGRADE from 5.1 to 5.2 KERNEL *.

    STEP #1

    http://admin: [email protected] / * */:7777/get_param?p=sinfo.version

    T_STRING Linux version 2.4.22 sInfo.version ([email protected] / * /-desktop) (gcc version 3.3.2) #1 Tue Nov 18 14:48:57 this 2008

    STEP #2

    http://admin: [email protected] / * /: [email protected] / * / [email protected] / * */FCS_4305%2FDMPkernel_A2_4305.tivella

    STEP #3

    http://admin: [email protected] / * */:7777/get_param?p=init.upg*

    init.upg_context T_STRING Upgrade (core) succeeded

    init.upg_percent T_LONG 0

    init.upg_status T_STRING non active Firmware update

    STEP #4

    http://admin: [email protected] / * */:7777/get_param?p=sinfo.version

    T_STRING Linux version 2.4.22 sInfo.version ([email protected] / * /) (gcc version 3.3.2) #1 Wed Dec 9 22:10:26 PST 2009

    > Success upgraded to 5.2 kernel

Maybe you are looking for