How to refresh Page on the action of the button

Hi all
I order entry page, when the user confirms the order and then I change the status of the order to 'C' while this order should not be user-editable.
currently my order get cannot be changed, but I must now click query to search or Say ReQuery pane.
So, is there a way through which I can refresh the page on the action of the command button with key of the current line.

Thank you
Vijay chraibi

Tags: Java

Similar Questions

  • How to change page in the Gallery

    in an image gallery how to 2 pages of thumbnails controlled with a button to navigate between the pages? I can't find a decent tutorial...

    See you soon

    The code from earlier that included the name of the instance photosMC would seem to be more just based on what you described.  My guess is that there is something abnormal in the name of instance.  Forgive the repetition, but you'd be surprised how many people said they used the names of the instance after asking a couple of times and then it is found that they use none.  So just to be safe, which covered... the instance names are assigned in the properties panel, correct?  They are not just names that you used in the library, correct?

    IF everything is correct, then is there any kind of transition of the chronology of the photosMC before his game?  If so, make sure that each end of the transition holds the name of the instance.

  • Passing a value of item to another page via the button set to redirect to the page

    Hello

    I'm new to APEX and I develop an application to manage Oracle database user accounts.  I have a (8) page that has text elements for the user name and the database name.  I have a submit button (this works very well) who deliver... the ALTER USER statement to reset his password and unlock the account.  I have another button that if:

    1. get the value of username - P8_USERNAME
    2. assign to an element of application - FIND_USER_IN_DB
    3. redirect the page application - page 11

    The issue is that FIND_USER_IN_DB does not get filled and page 11 which is a simple report with the following query:

    SELECT *.

    OF valid_db

    WHERE username =: FIND_USER_IN_DB;

    How to achieve this?

    Thanks for your help.

    Steve

    A page redirect is actually nothing more than the rendering of an anchor tag or call apex.navigation.redirect. The link provided by these is generated when the page is rendered. Thus, when the page is rendered (in charge) and P8_USERNAME session state is NULL, then the link will be an empty value. There is nothing sad about the fact that when you change the value of the element on a page that session state will not change automatically and it's just about understanding session state.

    Let's say that you will present the session before the redirection if status point. Would it change anything? N ° the link, as I pointed out, has already been made, and no substitution of session state not be made on a redirect.

    You'd better be off by submitting the page via the button instead of a redirect. This will set the session state of your object to the desired value. You can then use a branch to redirect to the correct page setting the value of an element whose state of session of P8_USERNAME. You can even choose to use a process or a calculation to set the value of the application instead of by a link element, so that you can keep the application not manipulable by the user element.

  • Change the background on all pages with the buttons

    I created buttons to change the background of my site to give the visitor the possibility of which is more easy for them to read. But I'm not able to do it for all pages at the same time and maintain the setting. Does anyone have an idea how to do that?

    HTML

    < div align = "center" >

    < form >

    < input type = "button" value = "Beige" onclick = "newbg ('Beige'); "> < br / >

    < input type = "button" value = "Blue" onclick = "newbg('#b0e0e6'); "> < br / >

    < input type = "button" value = "Gray" onclick = "newbg('#dedede'); "> < br / >

    < input type = "button" value = "Green" onclick = "newbg('#bedfc4'); "> < br / >

    < input type = "button" value = "Lavender" onclick = "newbg('#e6e6fa'); "> < br / >

    < input type = "button" value = "Rose" onclick = "newbg('#ffe4e1'); "> < br / >

    < input type = "button" value = "Tan" onclick = "newbg('#f5deb3'); "> < br / >

    < input type = "button" value = "White" onclick = "newbg('#ffffff'); "> < br / >

    < input type = "button" value = "Yellow" onclick = "newbg('#ffffe0'); "> < br / >

    < / make >

    CSS

    a: {background

    color: newbg;

    }

    Google stye sheet switcher scripts with cookies.

    Nancy O.

  • How to make so that the button to show what video showing / loading

    I have a homepage with a video background and a button that returns the user to another page.

    I just have a problem, and it is when you see the page online for a split of a second, you see only the button on a black background before the video is loaded and begins to play. Not really how to on this subject... I recon the button must be visible when the video is displayed or are charged... ?

    I have the following. 'Mybtn' is my button.

    videos of the var: Array = new Array("videos/video.flv");

    Stop();

    stage.scaleMode = StageScaleMode.NO_SCALE;

    internship. Align = StageAlign.TOP_LEFT;

    stage.addEventListener (Event.RESIZE, position);

    BG.video.addEventListener (ProgressEvent.PROGRESS, function() {removeChild (preloader) ;});

    BG.video.addEventListener (Event.COMPLETE, function (e) {BG.video.play ;});)

    BG.video.source = videos [Math.floor (Math.random () * videos.length)];

    BG.video.getVideoPlayer (BG.video.activeVideoPlayerIndex) .smoothing = true;

    position (Event);

    function position (Event): void {}

    var SH = stage.stageHeight;

    var SW = stage.stageWidth;

    var SF = (BG.width)/(BG.height);

    var SS = (SW) / (SH);

    BG.x = SW/2;

    BG.y = HS/2;

    BG.video.x=-BG.video.width/2;

    BG.video.y=-BG.video.height/2;

    If (SS > SF) {}

    BG.width = (SW);

    BG.height = /SF (SW);

    } else {}

    BG.width = (HS) * SF;

    BG.height = (SH);

    }

    Mybtn

    Mybtn.x = SW/2;

    Mybtn.y = HS/2;

    Mybtn.buttonMode = true

    }

    Mybtn.addEventListener (MouseEvent.CLICK, MinFunktion);

    function MinFunktion (Event): void {}

    navigateToURL (new URLRequest ("index3.html"));

    BG.video.stop)

    Mybtn.gotoAndStop (68)

    trace ("you pushed Mybtn");

    }

    use:

    Import fl.video.VideoEvent;

    Mybtn.Visible = false;

    videos of the var: Array = new Array("videos/video.flv");

    Stop();

    stage.scaleMode = StageScaleMode.NO_SCALE;

    internship. Align = StageAlign.TOP_LEFT;

    stage.addEventListener (Event.RESIZE, position);

    BG.video.addEventListener (VideoEvent.READY, readyF);

    BG.video.addEventListener (ProgressEvent.PROGRESS, function() {removeChild (preloader) ;});

    BG.video.addEventListener (Event.COMPLETE, function (e) {BG.video.play ;});)

    BG.video.source = videos [Math.floor (Math.random () * videos.length)];

    BG.video.getVideoPlayer (BG.video.activeVideoPlayerIndex) .smoothing = true;

    position (null);

    function readyF(e:Event):void {}

    Mybtn.Visible = true;

    }

    function position(e:Event):void {/ /}<-you had="" a="" typo="">

    var SH = stage.stageHeight;

    var SW = stage.stageWidth;

    var SF = (BG.width)/(BG.height);

    var SS = (SW) / (SH);

    BG.x = SW/2;

    BG.y = HS/2;

    BG.video.x=-BG.video.width/2;

    BG.video.y=-BG.video.height/2;

    If (SS > SF) {}

    BG.width = (SW);

    BG.height = /SF (SW);

    } else {}

    BG.width = (HS) * SF;

    BG.height = (SH);

    }

    Mybtn

    Mybtn.x = SW/2;

    Mybtn.y = HS/2;

    Mybtn.buttonMode = true

    }

    Mybtn.addEventListener (MouseEvent.CLICK, MinFunktion);

    function MinFunktion (Event): void {}

    navigateToURL (new URLRequest ("index3.html"));

    BG.video.stop)

    Mybtn.gotoAndStop (68)

    trace ("you pushed Mybtn");

    }

  • How to make a text the buttons in DVD Maker

    On the menu screen, I can't find how to add text to each title, or scenes button as it is called. Sorry I can't find a way to identify the version of my Vista DVD authoring program. Thank you, Audres.

    The following article might be worth a visit:

    How to burn DVDs with Windows DVD Maker
    http://www.7tutorials.com/how-burn-DVDs-Windows-DVD-Maker
    (scroll down to: how to customize the DVD menu)

    FWIW for number of version... try will help / about.

  • How to ignore, click on the button after the application of navigationClick()

    My application has 3 buttons to click on it as menu and me put FieldChangeListener to each of them.

    It works perfectly! but when I put my listField implemented with

      public boolean navigationClick(int status, int time) {
          Field focus = view.getLeafFieldWithFocus();
          Dialog.alert("Focus String :: " + focus.getIndex());
    
          if (focus instanceof ListField) {
          ListField listField=(ListField)focus;
    
          Dialog.alert("Selected Index"+listField.getSelectedIndex());
          Dialog.alert("Selected List Value"+listField.getCallback().get(listField, listField.getSelectedIndex()).toString());
    
          }else{}
          return true;
    
          }
    

    The listener on the buttons are override with navigationclick and ignore fieldlistenser.

    How can I solve this problem?

    Thank you

    When you're clicking on button getLeafFieldWithFocus(); Returns the instance ListField or ButtonField.

  • How to disable or enable the button according to the requirement

    Hi all,
    I get the new requirment finished the 50% task.now .i, I get mew problem.actully my requirmnet is already a custom form is there, placed the button to a custom form .click on this new form will be opened.
    but this button will activate based on the condition.in my first my form (custom) paid if he calls rejected rejected value.this value displays some amount vallue.here rejected is zero (0) then button will be disbale, another rejected value great then zero(>0) then one button enabled.any you help me...


    Kind regards
    Stéphane.

    994418 wrote:
    Hi hamid, this code works correctly, thank you
    IF NVL(:REJEC_AMOUNT,0)<= 0="">
    SET_ITEM_PROPERTY ('BUTTON_NAME', ENABLED, PROPERTY_FALSE);

    ON THE OTHER
    SET_ITEM_PROPERTY ('BUTTON_NAME', ENABLED, PROPERTY_TRUE);
    SET_ITEM_PROPERTY ('BUTTON_NAME', NAVIGABLE, PROPERTY_TRUE);
    END IF;

    Kind regards

    Hi stephane.
    Other people may get help from your thread if you mark the correct answer and add [solved] in the subject line. Most likely, you did not read the following link.

    Following these simple guidelines will ensure a positive experience in any forum; not just this one!

    Hamid

    If someone answer is useful or appropriate, please mark accordingly. *

  • How to enable and disable the buttons on the table

    Hello

    My requirement is that I need to activate or disable the button on the table, if there is no result then I need to turn off the button other wise, I need to activate the button.

    I drag the primary key field on the page as an entry filed the false set visiable page abandoned and set the partial trigger as table and disable button is

    Disable = ' #{bindings. " AuthorizationNumber.inputValue not 'null'}', but the button is still crippling it allows not when I have data.

    where I am doing wrong?

    Note: this view is read-only view, I can't use undo disable features here.

    Published by: user5802014 on May 22, 2010 12:36

    Try the following:

    * Disable = ' #{bindings. " AuthorizationNumber.inputValue == null} "*"

    This will disable the button when the AuthorizationNumber is null.

    You can also use the current row of the iterator:

    * Disable = ' #{bindings. " YourIterator.currentRow == null}. "

    Nick

  • How to remove or move the button 'More' on incoming message header?

    Previously, the "delete" button was on the far right. This is where I want to.

    Click with the right button on the toolbar and select Customize. Add or remove buttons from the dialog box that opens or move the way dialog and drag and drop the buttons where you want.

  • How to refresh uicomponents in the background thread?

    12.1.3 Jdev

    Hello, how do I update a component in the background thread?

    I have a utils that refresh method

    {} public void listener (ActionEvent event)

    refreshComp ('pb1');

    } / / This is the refresh

    {} public void listener (ActionEvent event)

    R runnable = new Runnable() {}

    @Override

    public void run() {}

    refreshComp ('pb1'); nullpointer

    }

    };

    Test thread = new Thread (r);

    test. Start();

    } / / not a refresh

    Method to utils:

    FacesContext.getCur... addPartialTarget (JSFUtils.findInRoot (id))

    No, there is not.

    This is the web application, so there are significant differences comparing to desktop applications and things must be implemented in a different way.

    Dario

  • Adobe Reader - how to add page with the free version numbers?

    Hey guys,.

    Imagine that I have a PDF file and I want to create a new one by selecting some pages out of it. I know that this is all just possible using PDFcreator but I want to add page numbers. As far as I know that's not possible with the free version of Adobe, unless I would add the page number on each page by using a text box. I want to do different PDF catalogs for page numbers are really necessary. You have an idea how to solve this problem? You know that's about the only thing I need to add which means that it is not worth buying the Pro version. Unfortunately, I only got the PDF and I can't work on it for example with MS word before I have to export it. Do you know if there is a way to add the page numbers with a free version? There might be additional free software that allows this?

    Thanks for your support!

    You might be able to use Acrobat Standard (if Windows). Adobe have no free solution for your problem.

  • How to turn off the stars, rss buttons and replace refresh them with the button 'go '?

    I used to be able to fix the latter with userchrome.css, but apparently it doesn't work anymore.

    #go-button  {display: none !important;}
    #star-button {display: none !important;}
    #feed-button {display: none !important;}

    can someone tell me what they have been changed to because these #buttons do not work

    Oops. I was editing a cell firefoxes .css intsead of my native installed but still can't get "go button to work. After a bit of searching on Google I found a solution

    #urlbar-go-button {visibility: visible !important;}
    #urlbar-reload-button {display: none !important;}
    #star-button {display: none !important;}
    #feed-button {display: none !important;}

    even though I wish I could put the go button last instead of the first (arrow go, history dropdown, refresh)

    but I see what you mean with being separated from the Interior of the obtained, stop and refresh

    Edit: oh I see button GB - url and url-update now. Thank you

  • Constant problem: first time, a link is clicked: server not found. Refresh page and the server is immediately.

    Foxfire regularly gives me the error message: server not found - BUT if I hit refresh, the server 'not found' opens immediately 99.9% of the time. It's really annoying. Happens several times per session, but not every time I click on a link.

    Maybe you have a problem with IPv6.

    See http://kb.mozillazine.org/Error_loading_websites

  • How to move pages from the site in folders and subfolders in muse adobe?

    is this possible?

    Hello

    Some useful discussions are given below

    Change the structure of folders in Adobe Muse?

    How can I structure my muse with records cc site

    Export a Muse site - need to file structure for images

Maybe you are looking for