Passing values from one page to another page.

Hello

I have created two pages in two different applications. There are some similar elements in the two pages. There is a button on page 2. When the button is pressed, it should take me to page 1 with all similar elements with the corresponding values of page 2. I therefore created a branch and gave the url of the branch as a page 1 similar to this "f?" p = 106:1: & SESSION. : & DEBUG.:P1_PRACTICE, P1_CUST_PRODUCTS, P1_CUST_SUBPRODUCTS, P1_MODULES_SOFTWARE, P1_GOLIVE_DATE, P1_RELATED_LINKS: & P2_PRACTICE., P2_CUST_PRODUCTS., P2_CUST_SUBPRODUCTS., & P2_MODULES_SOFTWARE, & P2_GOLIVE_DATE. & P2_RELATED_LINKS. »

This link works for most of the time, but unfortunately, there is a problem that I'm not able to understand. The P1_PRATICE element is a checkbox. So, when I select two or more values on page 2 and then click on the button that leads me to page 1, the link is like that "f?" p = 106:1:1771393474706829:NO:P1_PRACTICE, P1_CUST_PRODUCTS, P1_CUST_SUBPRODUCTS, P1_MODULES_SOFTWARE, P1_GOLIVE_DATE, P1_RELATED_LINKS:Applications:Technology "
In this case, I chose 'Application' and 'Technology' in the box, but I don't get the corresponding value loaded into page 1 in the checkbox of the corresponding element.

Can you help me in this regard. Is there a solution to this problem?

Thank you
Vignesh

In this case, create a new item on page 2 (P2_TEMP). Create a calculation on the page submitted for P2_TEMP. Make a calculation of PL/SQL Expression with:

Replace(:P2_PRACTICE,':',';')

.. .to replace the colon with a semicolon. Now you can pass & P2_TEMP. in the branch in P1_PRACICE of the application target. On the home page, create a process of avant-en-tete of P1_PRACTICE with the value:

: P1_PRACTICE: = replace(:P1_PRACTICE,';',':')

.. to convert the semicolon in two points.

Scott

Tags: Database

Similar Questions

  • passing values from one page to bring up the window page apex

    Hi all

    I created the java script to open a new window to send mail from apex.

    < script language = "JavaScript" type = "text/javascript" >

    function send_mails (template_id) {}
    Window.Open ('https://hrssc-in.oraclecorp.com/pls/apex/f?p=154:15: & SESSION.: 15:P15_VENDOR_CODE, P15_MONTH, P15_YEAR, P15_DISCREPANCY_DETAILS_DL, P15_DISCREPANCY_DETAILS_CS, P15_DISCREPANCY_DETAILS_PF, P15_DISCREPANCY_DETAILS_ESI, P15_TEMPLATE_ID: & P2_VENDOR_NAME., P2_MONTH., P2_YEAR., & P2_DISCREPANCY_DETAILS_DL, & P2_DISCREPANCY_DETAILS_CS. & P2_DISCREPANCY_DETAILS_PF. & P2_DISCREPANCY_DETAILS_ESI.) (,'+ category, null, "height = 500, width = 1200, status = yes, toolbar = no, menubar = no, location = no, scrollbars = yes") ;}


    < /script >

    I can change the value of page 2 to the page 15 using the code above that if I choose page submitt for items (action when the changed value of the page).

    If there is another way to transmit values without submitting the items (in the action of the page tab).

    can someone help me solve this problem

    Thanks in advance,

    Year s

    Hello

    the function of $ v that allows you to get the values of the elements cannot be used as part of the parameter to window.open.
    Try to concatenate function calls v$ in the parameter

    
    

    What does the category in the parameter string?

    Kind regards
    Erik-jan

  • APEX - passing values from one page to the other

    Hello

    I created a new page with a report. I put one of the columns as a link that opens another page. This page should contain other details of the particular line.

    For example:
    There is a page with a list of employee names and the number of employees in both columns. When I click on the name of employee, he must open another page with additional details of the employee in particular (such as date of birth, e-mail etc.).

    What I'm trying at the moment is to create another page with a report inside. How do I pass the name of the employee as a parameter to this second page? And how do I do the query in the second page accept this setting?

    Is there a better way to do this?

    Kind regards
    Santhosh Jose

    Hello

    on your detail page (2nd report) create a hidden page element called P2_EMPID
    Now change the query on this page to use this page element in the where clause (such as a variable binding).
    for example:

    Select * from EMP
    where empid =: P2_EMPID

    On your first page, you need to set a link to the column for the chosen, employed at the point P2_EMP on the second page. This can easily be done via a column binding in the report on the first page (have it redirect to a page in the apex and set the page to the second page of the report, and also set the P2_EMPID value to the value of #EMPID #, correcting the names of these variables can be chosen in the selection lists when you set the link in the column).

    concerning
    Bottom

  • Passing values from one page to the other

    Hello

    I have two code coldfusion pages, a page how to display the form and another is the action of the form code. I want to create another page, so that if the user hits the edit button, it is taken to a page where the user of the same form with entries filled beforehand for some areas and the remaining fields are uneditable, i.e. they give the value in the database for the current entry, as it is.

    Should I access the values of the database, if so, HOW? And if not, HOW?

    Thank you

    vijayvijay77.

    IF you aready accessible data on the previous page, you can store the data in a persistent scope (session, application, server) where it can be reused on other pages without a trip back to the database.

    IF you have not yet accessed the data, then passing a key via a GET (URL alias) or variable POST (aka SHAPE) allows easy access to a query to retrieve the desired data from the database to fill in the form.

    The use cases have good discussion with examples in the ColdFusion Developer Guide.

    http://livedocs.Adobe.com/ColdFusion/8/htmldocs/Part_4_CF_DevGuide_1.html

  • Oracle apex 5.0: pass values from one page to the other as well save you can save same value in the table.

    I use oracle apex 5.0

    Issues related to the:

    (1) I created an application where I have a form on which I have a button named 'Add', now if I click on that button values need to be stored in table.how to create! I use the dynamic button that is created by the html tag < input type = "button" > need help with this.

    (2) if the value stored in the table how the same value will be on the agenda of the calling page. ?

    New to this world of Apex.

    concerning

    Pranav shah

    http://zderadicka.EU/Apex-dynamic-actions-with-report-region/

  • Pass values from one component to another

    Because the data is used in many different areas, I need my code works like this - in the main application an event is raised, because of a button may be something something else, and when this event is raised, the data is passed to something as a singleton class. Then use regardless of the data items, let's say a textbox, must be updated with the new value. I have to be able to do this, but several times, the event is triggered when the application is running.

    Could someone tell me how to do this, or point me to a resource?

    Thank you.

    EventWithObject should extend event, not TextArea.

    If what you want is to have the text in an update of the text box control, you should just use [Bindable] variables.


    http://ns.Adobe.com/MXML/2009.
    xmlns:s = "library://ns.adobe.com/flex/spark".
    xmlns:MX = "library://ns.adobe.com/flex/mx" minWidth = "955" = "600" minHeight >


            [Bindable] private var myText:String = "Initial".
    ]]>
       

       
           
                   
       

    Here is how I could do this:

    Create a class for your data model, make of it properties bindable.

    Start the Application, create an instance of the data model object.  Pass this instance of all your various components.

    Now if the component A wants to change the text, it can set this property on the object data model.  Component B will update its display automatically as long as everything is set up with [Bindable].

  • How nagivate values from one page to another page as well assured in different modules like po and pon

    How nagivate values from one page to another page as well assured in different modules like po and pon?

    I tried using the session values, hashmap, and Transaction. But none worked.

    Please help me on this.

    Dilip thanks.

    My problem is solved.

    I solved the issue.using the main concepts of java.

    By importing a package into other package and then instantiate the required class.

    Kind regards

    2793235.

  • 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

  • Passing parameters from one page to the OFA to another PAge of the OFA

    Hello

    I was wondering, if there is a possibility of passing parameters to the request from one page to another page in EBS (eBusiness Suite).
    I tried to use the following

    (a) PageContext.putParamater ('MyParamater', 'ParamaterValue')
    (b) I have addded above the line of code by extending a controller on the page of OAF and personalized page

    When I retrieve the value of getParameter() on the next page. I am also unable to access the parameter in the following page.

    I tried the above code while trying to create expenses in the module I have costs... I would like the ReportHeaderId from one page to another page for customization purposes. I am not able to get the ReportHeaderId in the ReviewPAge... There is no Business Objects in the review page... try the idea of putParameter.

    Any help will be much appreciated

    Thank you

    Yes, the value will remain unless the root AM is released or remove you it with oapagecontext.removeTransactionTransientValue ("myParam");

    Glad to hear it works for you! Also, please mark your messages as helpful or correct answers as it will help others.

    Thank you
    LC

  • Value from one report to another report

    Hi all

    I want to retrieve a value calculated based not formula not in the database from one report to another report.is is possible?

    Thank you and best regards,
    Konrad.

    Do you mean to another grid in the same report, or a totally different report?
    If it is an independent report, I don't think that will be possible.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • How can I pass values from one node to the other

    Give a standard and efficient way to pass values of the child to the parent

    Hai Prathap

    You can use the custom event to pass values from the children to the parent

  • Passing parameters from one page to another in ADF Oracle 11g Release 2

    Hello
    I'm developing an Application of Web Java EE very simple, in this I am filling a grid (table) on the first screen and on the selection of a line in this screen, I have to display the records in a form, in the next page.
    I want to transmit the information of primary keys from the grid screen to the shape of the screen (2nd page) and use this information to render the data, eventually, I'll have to perform CRUD operations.
    Please let me know how to pass parameters from page 1 to page 2 and use this data in the page 2 to return the records, Oracle ADF 11 g R2.

    Thank you.
    Rajat
    http://rajatnigam1.blogspot.com

    Published by: RajatNigam on July 4, 2012 13:16

    Same page or another page - it's all the same technique.

  • Passing parameter from one page to the other

    Hi all

    On the page asking for there is a ResultsTableRN that contains the number of columns as:

    Select: box IE, requisition: which shows the requisition number, Description: which shows a description of the application number and so on...

    This table contain also on top, as well as on the pannel 4 button background that's copy to the basket, Cancle requisition, change and Complete

    below are the items on this page are:

    / Oracle/Apps/ICX/por/reqmgmt/WebUI/ReqSummaryPG

    CO: ResultsTableCO and ReqSummaryCO oracle.apps.icx.por.reqmgmt.webui

    VO: oracle.apps.icx.por.reqmgmt.server.MyReqsVO MyReqsVO

    Here is my task when the user select any request table and click on a button, so I want to capture or save the requisition_header_id of demand

    Co... for that I extend ResultsTableCO and I write code in pfr() to capture this.

    Here, my question is how can I capture the requisition in PFR() of CO requisition_header_id?

    After selection, save or capture this requisition selected requisition_header_id then I will used it in:

    page/Oracle/Apps/ICX/por/req/WebUI/ShoppingCartPG it comes to the page where the navigation happens after clicking on any button.

    This page contains a

    Co: ShoppingCartCO

    VO: PoRequisitionLinesVO and view attribute: ItemDescription

    oracle.apps.icx.por.req.webui.ShoppingCartCO

    oracle.apps.icx.por.req.server.PoRequisitionLinesVO...

    Here, my job is I'm going to extend ShoppingCartCO CO and in its Graf I need to use this demand requisition_header_id seizures.

    How can I use the requisition_header_id of the application on this page?

    This ShoppingCartPG page also conatins as region table with columns:

    Line, the item Description, special info, unit, quantity, price, Amount (USD)

    Now, my work here, it is that I need to replace the text description of the item or the values of ShoppingCartPG the new requisition_header_id with that page captured requisition_header_id of the application.

    How can I achieve this?

    Please help me...

    Thank you

    HI Sumit,

    Thanks for the reply...

    You mean I should call this warning page I CO?

    If call this WARNING page in co, then how can I maintain that captured value for nxt page after page of warning?

  • Passing values from one scene to the other

    Hello, how can I pass a value from a textbox in scene1 to another area of text that is in scene2?

    In scene 1, you might have...

    var str:String = t1.text;

    and to scene 2, you might have...

    T2. Text = str;

  • How to pass values from one form to the other setting

    Hello

    I have created two forms Form_A and Form_A. Form_B, having a button "submit" and called the new form of B.
    I have done some calculations in form B. Now I want to spend this calculation value back to Form_A when I press
    My Exit in Form_B button.

    In FormA, just before calling FormB declare and initialize a global variable

    :GLOBAL.PASS_BACK := ''; -- declaration and initialization
    CALL_FORM(FORMB,....);
    --> At this point the :GLOBAL.PASS_BACK variable should have the calculated value from FormB
    

    In the B form to trigger after CHANGE calculated item or KEY of VALIDATION or WHEN - click the BUTTON to exit FormB write - anywhere after the calculation were made

    :GLOBAL.PASS_BACK := ;
    

    For more details, search for the global variables in the form builder help.

    Kind regards

Maybe you are looking for