How to change the value from another page

I'm filtering province in my application based on a province selected in the home page (P16), however the user can submit a form that has a province that and after that, all the content must be filtered according to the selected province 'new '. So I'm in the P7 and after submitting the form, I would need to change the P16_PROVINCE - which belong to another page (P16).

but do not know how,
Any help?

Mehrdad says:
Thanks, VC, but I need to have a trigger to change the P16_PROVINCE after submitting the form, so that one must be changed according to what the user does on a form...
After he submit the form, I have my game P7_PROVINCE, which is fine, but AFTER the selection, I need to change the P16_PROVINCE (which is used as a global variable to filter my records...)

Add a plsql page 7 page process and submit the game it runs - as below

//assign the value of P7_PROVINCE into P16_PROVINCE
:P16_PROVINCE := :P7_PROVINCE;

See http://docs.oracle.com/cd/E37097_01/doc/doc.42/e35125/concept_ses_val.htm#HTMDB03012

Tags: Database

Similar Questions

  • How to change the color of each page number in InDesign CC?

    I'm working on a book that has pages with black background and some with white background... I need to know how to change the color of each page number, so that they will be visible on the black background.

    I tried clicking on the page number, cmd + shift click... nothing seems to work. I have all the page numbers on a separate layer, because they were hidden behind the images that I place on each page... I don't know if it's important.

    Any suggestion would be appreciated.

    My best advice is to make a second set of master pages with white numbers and apply them as needed.

  • How to change the values of business rule at run time?

    Hello

    I'm using Oracle 11g SOA. I did a BPEL process that uses Business Rule. Now the BPEL process is deployed with business rules so how to change the value of the business @runtime rule. I don't want to change the value @design time and deploy the code again.

    Is there a console or the portal? as Oracle BAM has own url? What is the url of Business Rule Manager?


    Thank you

    Can you check is the deployment of "composer" is in Active state.

    In the weblogic administration console, navigate to Environment--> Servers--> SOA_SERVER1--> Deployments (tab) on the left side of the menu.

    Thank you
    Vijay

  • Passing the value from one page to the other page

    Hi gurus,

    I need to pass the value from one page to the other page and two pages use different AMs.
    In the first page I have sellers results region table where the $vendor_name column is a hyperlink that navigates to the page Vendor_Sites. Now after accessing the second page, I want to excute the VendorSitesVO in PR of CO based on the value passed to VendorsVO (vendor_id) of first page.

    can someone help me on this?

    Thank you
    Vincent.

    Published by: user4933347 on December 4, 2009 12:19 AM

    You can set parameters of Pagecontext and transmit values through them. These values can be passed between pages, even if the AMs are different.

    Try:
    pageContext.putParameter ("Parameter1", value1);
    pagecontext.setForwardURL (second page)

    Concerning
    Sumit

  • Nodemanager: How to change the value of AdminURL in startup.properties

    In weblogic 10.3.6, when I start a server (FORMS) with the administration console, the startup.properties file is automatically filled. I want to change the value of AdminURL to use HTTPS instead of HTTP.

    The value of the field AdminURL seems to come from Mbean. How to change?

    Thank you for your help.

    Fabrice

    Hello again,

    I checked my point. Here is what I tried:

    • I created a simple environment with ssl enabled on managed servers admin and nodemanager
    • I open the administration console to https and started a server managed and noticed the AdminUrl value in the startup.properties file
    • The value remained in http
    • Then I disabled the listening from the administration console http port
    • Tried to start again the same managed server, without touching the startup.properties file
    • The https value is now properly taken
    • Additional verification steps:
      • I have reactivated the administration server http listening port (of course without disabling the https port!)
      • Restarted the server and noticed the AdminUrl value in the startup.properties file
      • The value returned back to http

    Conclusion: in the light of the foregoing, it seems necessary to disable http administration server listening port, in order to have the value desired for AdminUrl

    It will be useful,

    White

  • How to change the value of the Application for all users?

    Hi, I work on Apex 3.2.1.00.12 which is installed on a database of Oracle 10 g Enterprise Edition Release 10.1.0.5.0

    I'll explain my problem... At the beginning of the application, the user choose a year, each year can have 3 status and based on the State to restrict or grant access to certain tabs, pages and options. I put the status of the year selected in an Application element and then I just use an authorization scheme to check if the user can access pages or options.

    The problem is that if the administrator changes the status of the current year (for example, 1-2), users who are currently in the application will have access to the options of the State 1, instead of the State 2 options. is there a way to change the value of this element for all users?

    Thank you.

    Force a disconnection of all users? You can't really affect the values of the sessions other than your own via a browser, and from the point of application is part of a single session...

    You could re-read the value of point of application of its source whenever you load a page or tab game...

    Thank you

    Tony Miller
    Ruckersville, WILL

  • How to change the value of "DenyOnNotProtected" in OAM 11 g

    Hello

    I just wanted to know how we can change the value of the parameter 'DenyOnNotProtected' in OAM 11 g. In literature, it is mentioned that we cannot change the value. When I tried the console, I'm not able to. Is there another way to do this?

    Thank you

    Srikanth

    Hi Srikanth,

    I suppose that for some reason any OAM is not recognizing that this resource is not protected (or rather, protected by the anonymous system) - maybe some dissonance between the host setting preferred in the definition of Agent of the WebGate and the host identifier used in the policy.

    In addition, just to check: you use version OAM 11.1.1.5 or 11.1.2 (server)?

    Kind regards
    Colin

  • Passing the value from one page to the other

    Hello

    I'm trying to display a page popup with an IR as below.

    1. There is a field next to a button.

    2 at the click of the button I want to get an Id and the value of a text field for step 1 on page popup and use them as a filter condition.

    3. I wrote a dynamic action that has the consequence of the "real" actions

    "a. the with action run PL/SQL code", which affects the value of the url a hidden point as below

    : P111_SHOWLOCATION_URL: = APEX_UTIL. PREPARE_URL ('f? p = & APP_ID.:112: & SESSION.: P112_PICKLISTID, P112_QUANTITY: & P111_PICKLISTID, & P111_QUANTITY.');

    "b. action run Javascript code" that displays an alert for one blank on the other shows the popup

    If {(apex.item("P111_QUANTITY").isEmpty ())}

    Alert ("Please enter the quantity to show locations.");

    }

    else {}

    popUp2 ($v ('P111_SHOWLOCATION_URL'), 700,300,0, 0);

    }

    When I change the value of the field in step 1 and press the button. There are only the old value not the new value. What's wrong with this code?

    Apex 4.2 | Windows | CROME browser

    Concerning

    Sanjaya

    Sanjaya Kumar Pradhan wrote:

    Yes, I mentioned as below in the Articles Page to submit

    P11198_PICKLISTID, P11198_QUANTITY

    : P111_SHOWLOCATION_URL: = APEX_UTIL. PREPARE_URL('f?p=&APP_ID.:112:&session.:::P112_PICKLISTID,P112_QUANTITY:&P111_PICKLISTID.,&P111_QUANTITY.');

    Why are the names of different elements?

    The new P111_SHOWLOCATION_URL value is specified to be returned in the Items property of the Page to return?

  • How to change the dpi from 72 to 100

    Hello

    I'm relatively new to Photoshop and mostly self-taught. I am creating a backdrop that is 13' x 8.5 '. I had to create the image at 13 'x 8.5' and I guess that the CIO was set at default 72. The printer needs the file to be in the less than 100 dpi at print size, but I can't figure out how to do this. I've already resized my file and double registered (a resampled and the other does not). How to check and change the dpi and to understand which is the best resolution, or I need to completely recreate the image? Any advice would be greatly appreciated. Thanks in advance!

    Hello

    Greetings!

    Open Photoshop

    Click on the Image-> Image size and change the value of resolution there.

    Click ok.

    Concerning

    Jitendra

  • How to change the resolution from Adobe?

    Hello

    I can't change the resolution from Adobe Acrobat Pro XI. All my other programs seem normal, but Adobe's "In-your-face" and everything is so great.

    How can I change the resolution from Adobe is no longer scale on my laptop and two monitors?


    Your help is appreciated.

    Hi mooshtie,

    Could you please specify if you wish to reduce the size of the PDF icons or icons of the toolbar.

    See the following link and if it is useful:

    How can I reduce the size of the icons in the toolbar? (Accessibility)

    Let me know.

    Kind regards

    Ana Maria

  • How to change the value of a color picker?

    Hi *.

    I am currently working on a small project and I would use the colorpicker. When I initialize the colorpicker, the widget is updated and displays the correct color, but when I try to change the value when running, nothing happens. I missed something?

    Thank you very much
     
    package javafx.tests.colorpicker;
    
    import javafx.application.Application;
    import javafx.event.ActionEvent;
    import javafx.event.EventHandler;
    import javafx.geometry.Insets;
    import javafx.scene.Scene;
    import javafx.scene.control.Button;
    import javafx.scene.control.ColorPicker;
    import javafx.scene.layout.StackPane;
    import javafx.scene.layout.VBox;
    import javafx.scene.paint.Color;
    import javafx.stage.Stage;
    
    public class ColorPickerChangeColor extends Application {
    
         public static void main(String[] args) {
              Application.launch(args);
         }
    
         @Override
         public void start(Stage stage) throws Exception {
    
              VBox vbox = new VBox();
              vbox.setPadding(new Insets(10));
              vbox.setSpacing(10);
              Button button = new Button("Press me.");
              final ColorPicker colorpicker = new ColorPicker(Color.BLUE);
    
              button.setOnAction(new EventHandler<ActionEvent>() {
                   @Override
                   public void handle(ActionEvent arg0) {
                        colorpicker.setValue(Color.YELLOW);
                        System.out.println("Set color of the picker to yellow.");
                   }
              });
    
              vbox.getChildren().add(colorpicker);
              vbox.getChildren().add(button);
    
              StackPane root = new StackPane();
    
              root.getChildren().add(vbox);
              stage.setTitle("ColorPicker");
              Scene scene = new Scene(root, 200, 200);
    
              stage.setScene(scene);
              stage.show();
    
         }
    }
    Published by: 963445 on January 3, 2013 12:23

    Addition of

    colorpicker.fireEvent(new ActionEvent());
    

    After you set the color seems to be a workaround; Although I don't know how it works if the colorpicker popup is displayed.

  • How to copy the values to another scene lighting effects

    Cs6 pro working, how can I copy the effects emna values to the next scene? The scenes are long from 5 to 10 seconds and I was reset values of scene by scene lighting effects. Is it possible to copy the values from one scene to the next?

    Normally, copy 'Effect' to clip and paste to the other will work just fine.

  • How to change the value of APP_USER 'person' to something else?

    I put my pages to the public user. Now in the lower left corner there is the word 'person '. I guess that's the value of the APP_USER.

    Where can I change the value of APP_USER when the page is public?

    Thank you
    Maggie

    If the page is public, what value do you want to APP_USER?
    Maybe you want to just draw or hide this value. If Yes, go to the shared components > themes and change respective theme remove the APP_USER substitution string.

    Oscar

  • How to change the value of a field?

    Hello

    I am a beginner in the report and I try to change the format of a field trigger value
    by the PL/SQL code editor

    is this possible? How can I identify my field (: MONCHAMP: does not work = newvalue)

    @rosagio

    Hello

    You cannot change the value of a column, but the field display values. Do it with the built-in SRW. SET_FIELD...
    Take a look at http://www.oracle.com/webapps/online-help/reports/10.1.2?navId=3&navSetId=_&vtTopicFile=htmlhelp_rwbuild_hs/rwrefex/plsql/builtins/examps/srw_examples.htm
    It is built-ins different depending on the data type. The object_id is 0 every time for the current object.

    concerning
    Rainer

  • How to change the value of string clustered, to implement using the node value of property instead of writing directly on the flow of data or using the variable

    new to labview :-) and I have a problem when I want to change the value of a string in bunches, and I want to implement this using the node value of property instead of writing directly to the stream or by using the variable, enclosed is the picture.   No matter, I have change in cluster (control) or value of Popery out (indicator) cluster, the value (sensor 7) dataflow keeps unchanged even I gave the new value by value of property node. Thank you to give me some advice about this.

    Hi GerdW

    Thanks a lot for your answer. The reason I'm stubbornly tring to break the flow of DATA is: we have a test system that have about 100 screws, they have a few connected flow, some of them will be unbundling a cluster dataflow chain to check the value in order to make the different cases.  Now I want to insert user event by changing the control and influential cases during run time.

    As I initially uses a global variable (to control cases) instead of unbundle string data flow, it works well.  But then, I found there are a lot of screws that are using the string unbundle.  One of the 'lazy' means, I tried is to change the value via the property node (because that way, I did not need to find all the places where using the unbundle string and replace them with the global variable), then I noticed a problem with "dataflow", the value in the stream of cluster in fact will not be changed by changing the value of the property node.

    I did a test with VI simple (like the picture in last post), and after reading your advice, I tell myself that I need to understand the concept of "DATAFLOW" in labview, it seems that my "lazy" way can not work in this scenario.

    I have attached the criterion VI here, have you furthur suggestions on what I can do in this case?

    Mant thanks!

    Minyi

Maybe you are looking for

  • link to new iPad magazine subscription

    How can I link/add a magazine subscription existing from my old to my new iPad iPad?

  • OJ6480 am not able to import photos from the memory card inserted in the printer to laptop?

    I can't import pictures from my memory inserted in my OJ6480 card.  I am connected with USB and nothing appears automatically after you insert card.  Also, I used the menu photo option and he doesn't want me to import.  Help, please!  Thank you.

  • U2414H - problem with DP and DVI dual monitor

    We recently bought 10 monitors x U2414H with 5 machines Dell Precision T1700 each with a Nvidia Quadro K620 x 2 GB graphics card (1 x output DP) and 1 x output DVI. When advised on these machines, we were also told to the DVI work with our monitor, w

  • Dell Inspiron 1525 hard drive upgrade

    Hello I have a laptop Dell Inspiron 1525 with a 250 GB 5400 RPM SATA HDD, I would move this to a 250 GB 7200 RPM SATA HDD, will be the Western Digital Scorpio Black WD2500BEKT http://www.wdc.com/en/products/products.asp?driveid=483 be compatible to t

  • I had installed PES 13 a few weeks back.

    It worked properly. But now he says my chart does not meet the requirements and gives three options cancel him retry or ignore. If I click on ignore the system will work but when the team selecting comes it freezes and says PSE 13A stopped working an