Definition of child page value to the Parent page text field

Apex 4.1.

I have a form of the apex. When the user clicks a button on this page, it redirects to another page and the user can select a value from a list of values (Group of Radio buttons) and when the user click on the "Done" button on the second page, I'm again redirect to the front page and what needs to happen is the selected value in the second page should be set to a text field in the first page (parent). How can I do this, I tried the following,.

(1) on the second page (list of values), I added a process to get the selected value and set it to the field of the 1st page (Page Item)
(2) I created a branch to redirect to the first page when the user hit "Done" button and in the branch options, I gave the order of the day of the 1st page (at what value need to be defined) and the value selected in the second page.
(3) in both methods, after redirection back to (1) parent Page, I checked the value of this particular text field page element, and it had the value selected in page 2. but still, it was did not update the user interface.

Really grateful if someone can help on this.

Apex-EPA,

Some things could happen...

1. your text field still has its source type by replacing the value and is overwhelming everything you set the value on.
2. on your second page, you do not use the branch that you think that you use to return to the first page.
3. your branch to the first page is clear the cache on the first page.

Here is an example of this work: http://apex.oracle.com/pls/apex/f?p=43401:35:0

See you soon,.
Janet Tyson

Tags: Database

Similar Questions

  • Switch the setting to a page of the window parent child and store session values in the parent window

    Hello

    I have two pages of the apex. I open a page of the child using javascript in the parent page.

    Parent window has the following articles.  P1_Text1, P1_text2, P1_text3. The setting is 'Change only when the session state is null', static assignment.

    In the child window: I have two buttons 'Confirm' and 'close '.

    When I press "confirm", it sets the value of a page element parent in a process of PL/SQL.

    BEGIN

    / * some calculations

    followed by an assignment statement * /.

    : P1_Text1: = final_value;

    END;

    "Close" button in the child window. as a result of javascript that are associated with:

    JavaScript:

    Window.opener.Location.href = window.opener.location.href;

    Window.Close ();


    When I press the close button, the parent window gets updated and P1_Text1 is responsible for the requirements.  Everything is going well so far.


    But the problem is with other elements of the parent page. They become null.


    How to store the values of the elements of the page of the parent window?



    Kind regards

    Archana








    archana2 wrote:

    But the problem is with other elements of the parent page. They become null.

    How to store the values of the elements of the page of the parent window?

    Problem: You're not 'save' the other page elements.

    Solution: Before you open the child window, you need to "introduce" the values desired registered on the server.

    This is best done with a dynamic Action that uses a PL/SQL code block.  The key is to include all the items you want to store the property in the "Page" referred to submit

    PL/SQL code is a code simple no - ops

    begin
      null;
    end;
    

    For you, it seems that the 'child window open"should be action 2 of this dynamic Action.

    MK

  • How to set the values on the parent page of pop up

    Hi all

    I was wondering if someone could help me.

    I have a page parent with a button that opens a window where you can enter values and
    I would like to send these values to the parent page refresh page to set the item and close the pop-up window once the user has pressed a button in the pop-up window.

    How can you establish something like this?

    any help is appreciated.

    Kind regards

    Cleo

    Hello

    That's how I did in the past.

    1 use a function JS to open the pop - up example

    
    

    2. in the popup to create a JS function to set values and close the window for example

    function passBack(passVal1,passVal2,passVal3)
    {
      opener.document.getElementById("P1_ITEM1").value = passVal1;
      opener.document.getElementById("P1_ITEM2").value = passVal2;
      opener.document.getElementById("P1_ITEM3").value = passVal3;
      close();
    }
    

    If you want to refresh the page, you can use something like this:

    opener.window.location.reload();
    self.close();
    return false;
    

    3 Add a call to the function in pop, which could be a URL, page branch or report link for example column button

    javascript:passBack(&P32_SOURCE_PAGE.,'#COL01#','#COL02#','#COL04#');
    

    There will be a slicker average JQuery, but this should help you get started.

    I hope it helps

    Shunt

  • How to create a child window without closing the parent window

    Hi all

    I have a requirement to create a child window without closing the parent window. I have to click on an element in the parent window, then is expected to open a child window. The parent window must not be closed before you close the child window.

    Kindly help me in this.

    Thank you and best regards,

    Myvizhi

    Hi all

    I found the solution for this. I created a new page. Then I created an article in the style of link in the parent element, and I put the following properties in the link element:

    Destination URI: OA.jsp?page=/seagate/oracle/apps/seasoa/que/webui/SeaSoaHeaderDetailPG&headerId={@ErrHeaderId}&retainAM=Y&addBreadCrumb=Y&backPage=S

    Target framework: _blank

    This opens the new child window without closing the parent window.

    Thank you and best regards,

    Myvizhi

  • How can I add a new page dynamically based on the non recoverable text field?

    Hi all

    I created a form with subform flow and non-reusable text fields. When the user fills the long content, the shape is cut. Y at - it a way to dynamically add pages based on the content that the user fills the non recoverable text field?

    Thank you

    Check that the parent of the subform also has a fluid layout. If you have the structure below, both page 1 and subform must have a flow layout.

    Page1 (must be the flow)

    subform (must be the flow)

    TextField (let multiple lines and will expand to fit the height)

    If you have done all that, then it should work.

  • Is it possible to display the dynamic value in the ToolTip? I tried: this.assist.toolTip.value = this.rawValue; for a text field 'property MouseEnter', but it does not display the current raw value. It displays a previous raw value of the field... Guilty

    Is it possible to display the dynamic value in the ToolTip?

    I tried:

    this.assist.toolTip.value = this.rawValue; for a text field on 'ownership' MouseEnter

    but it does not display the current raw value. It displays a previous raw value of the field...

    I wrote 'YYYY', but is not displaying on the first mouseEnter event

    Capture_1.JPG

    When I show event mouseEnter for the 2nd time it gives good value.

    Capture_2.JPG

    Now, I changed the "BBBB" value but the first mouseEnter event it displays the value previous i.e. "YYYY."

    Capture_3.JPG

    I found the solution. I wrote the script ("this.assist.toolTip.value = this.rawValue ;") on 'property MouseEnter' but the need to write the script to the "Output" of the field event. ")

    Thank you.

  • function to call when the specific input text fields are selected

    Hello

    I have a number of text on stage entry field. I want to call some function when the specific input text fields are selected. Help, please

    Thank you

    certainTextField.addEventListener (FocusEvent.FOCUS_IN, handleFocus);

    function handleFocus(e:FocusEvent) {}

    trace (e.Target.Name);

    }

  • How to display the values of the Parent form in the form of child

    Hello


    I have the order Page and Page element


    In the order Page If I select any item and click submit, it should open the article Page and results should display in advance table region. In my article page I have region of header (default double) with 3 fields (dummy) as

    Agenda
    Description
    org

    Now my question is, I need to display the value of the item in the item Page header area in the column of the item that I was selecting in the order Page.

    I have a prescription 100 point A, B, C, I select B and click on submit it should open on the Articles page and article Page, I have a column called Item and value B sholud be fulfilled.



    Thank you
    Mahesh

    OAMessageTextInputBean oa = (OAMessageTextInputBean) webBean.findChildRecursive ("ItemNo");
    oa.setAttributeValue (SItemNo);

    There is no such method as setAttributeValue for UI beans, this method is for VO, that is to say if you take a VO and VO a method object to set its attribute.

    Bean of the user interface, you will need to use method below,

    OAMessageTextInputBean oa = (OAMessageTextInputBean)webBean.findChildRecursive("ItemNo");
    oa.setValue(pageContext,SItemNo);
    

    Thank you
    AJ

  • LOV cascading does not work when you set the value of the parent LOV with DA

    Hi all

    Using APEX 4.2.2.

    I have tow LOVs

    LOV parent article is: P50_TYPE

    Child element LOV is: P50_PROJECT_ID

    In other words in the attributes of the element P50_PROJECT_ID, we have:

    > Cascade LOV Parent article (s): P50_TYPE

    > The items to show page: P50_TYPE

    > The list of values definition: something similar to:

    Select * from mytable where type =: P50_TYPE

    I use DA as run of the JS code to set the value of the P50_TYPE element

    something similar to:

    > $('#P50_TYPE').val (2);

    After doing this, the P50_PROJECT_ID element does not get updated when the P50_TYPE value changes. Namely, P50_PROJECT_ID remains empty, unless the end user manually changes the value of P50_TYPE.

    Any help please?

    Kind regards

    I had a similar experience, he expected a change event, so you can extend the jQuery to be included

    $('#P50_TYPE').val (2) .changes ();

  • help closing a pop-up (open with Skillbuilder popup) AND passing a return value to the parent window

    I use apex 4.2 as well as the pop-up skillbuilder.   The parent (p110) window opens a child using skillbuilders 2.0 popup.  The pop-up (p114) transmits a report worth (#VESSEL_ID #) after confirmation by the user.

    For some reason any and I'm sure it's a simple syntax that I am not contagious, when the user selects the #VESSEL_ID #, the appropriate confirmation message will appear, but the window close or change the value.

    The field #VESSE_ID # a a link URL:

    JavaScript: closeMe (pVessel, psupplierVesselId);

    who calls the closeME function:

    < script language = "JavaScript" >

    function closeMe (pVessel, psupplierVesselId)

    {

    Alert (psupplierVesselId);

    If (psupplierVesselId! == "999999" |) (psupplierVesselId == "999999" & & confirmer ("rappel pour concessionnaires fédéral: quelle déclaration dele de rivage ne sélectionnez pas navire INCONNU")))

    {

    Window.parent. $(Window.parent.document) .apex_model_page ('close', pVessel);

    }

    {

    < /script >

    any help is appreciated!  Thank you

    Karen

    In the 3rd category sister Teresa gave me a D - in penmanship and spelling.

    so, basically, I misspelled model.    It should be modAl.

    Ugh.  Thank you!

  • My child allows to bypass the parental control

    My child to bypass the parental control on his Macbook Air using the method presented in this video tutorial. Is there a way to avoid this? https://www.YouTube.com/watch?v=Br6wKR28jFo

    With the text of the video section, the way used by the author to exploit the single user Mode

    command line is specified; and it has been done before. Don't know if there are more recent methods

    to try to deter the child since the creation of their own Admin account to bypass the controls that

    those already discussed adjacent older sons, like this:

    How to stop a person setting up an administrative account duplicate (hackmac)?

    Although it is possible to learn how and use the Open Firmware password, to attempt to get the Admin acct

    This could also be overcome by a particular person looking to exploit a work around physical access.

    In the past, some computer models were easier to open and to perform tasks that could derail this method.

    Almost any iFixit or removable guide could be useful for a particular child or student, as a work-around.

    See suggestions on how to apply the Firmware password, as well as the means to

    block access to the material or the way to reset the admin by OS X Recovery password, in news

    OS X versions that use this partition and its utilities. It is part of the problem with the Admin

    operation, the user is physical access to the computer. And why remotely hacking is very difficult.

    • Use a password of the firmware on your Mac - Apple Support

    While I have no other suggestion (knowing that there could be a fairly simple method to work around the)

    and most have been published online for several years) I hope that someone will see & respond to your

    question with any method you can implement. Or see if an Apple Store genius bar can help you

    This question, because it creates problems. I'd be sure to make an appointment to discuss this at the store.

    If no official Apple retail Store is available, you should perhaps consider a call to Apple support or use a

    online chat. Don't forget to mention details about the build year computer, etc. & the version OS X in it.

    You can choose to make submissions directly to Apple's comments on this issue, if you find that it is not effective

    method of maintenance determined children or young adults to change their own Admin computer.

    One of the comments below links is probably more suited to this topic than the other:

    Support Feedback

    Products return

    Contact Apple support

    http://www.Apple.com/contact/

    Need service or support? Start your online application and we will find a solution.

    More ways to get help:

    Since there is no response when I first noticed your thread, I asked guests move it more appropriate

    location for visibility in these discussions of support; so they chose to put it in the section of MacBook Air.

    Good luck in this case!

  • Need to fill the value of the sequence in a field after insertion in the ofa page

    Hi all

    I have a custom OAF insert the page in do I have to fill out a sequence to a field value, once the data inserted with success at the table.

    so for this I followed the approach below.

    1 > created a database sequence.

    2 > java in the EOImpl of the file in the accessor method Set for their respective fields wrote code below.

    {} public void setContainid (numeric value)

    If (value == null) {}

    OADBTransaction t = getOADBTransaction();

    value = t.getSequenceValue ("XXXXX_CONTAIN_SEQ");

    }

    setAttributeInternal (CONTAINID, value);

    }

    But still, I'm not able to complete the sequence value for the field in my oaf page, please help me with that.

    Thank you

    Hello

    Write this logic to create the EOImpl method:

    public void create (AttributeList attributeList)

    {

    Super.Create (AttributeList);

    Transaction OADBTransaction = getOADBTransaction();

    ContID number = transaction.getSequenceValue ("XXXXX_CONTAIN_SEQ");

    setContainId (contID);

    }

    Sushant-

  • search form Web apps: how to retrieve the value of the data-source type field

    Hello

    My question is:

    How can I retrieve the value of the source field of a web - app data-types when you insert the "form web search apps" on a web page.

    I have a web application that contains fields from the data source of the type. These fields to recover the (data) value of the 'web app' - 'elements of the field' field of another web application.

    When I insert the form

    Web apps

    Web apps-search form

    Name of the Web application

    It displays the fields with the field (ie. string, number) types other than type of field 'data source '.

    (Note: in the mode 'model of list' module of data tags, the fields of the data source are visible).

    What other (alternative) possibilities are there to create a search form?

    Thanks for your help.

    Kind regards

    Carla

    By chance, I came up with this workaround. Of course there are other methods to get your data from a web - app, but if you want to use the 'Web apps search form', it would be a workaround.

    I noticed that the "Web apps entry form" contains all the fields of web applications for your web application (including the fields of the data source).

    It is possible to add the fields to the form of the "Web apps entry form" in the «Web apps search form»

    If you insert the "Web apps entry form" on a blank page, you will see all the fields in your web App including the "data source fields. The names of form fields contain something like.

  • The value of the sequence to a field assignment

    Hi all

    Apex v3.2.1
    I created a form and a report on a single table. Column1 of the table is the primary key that is generated by a sequence of "seq_col1".
    In the form page the Column1 is not displayed because it is a generated sequence value that is not necessary for the user. The Column1 is hidden and protected.
    Now, when you insert a new record via the form, how do I put the Column1 as the seq_col1.nextval is inserted into the table?

    I make the assumption that you fill the column on a data, then click on create, then branch to a 2nd page to display the ID and the other data in the column.

    If all this is true, then:
    create a type of process after her submit PL/SQL that assigns the value to your page element which represents the "column 1" and displays the value of the ID. I'll call him P1_COLUMN1.
    You may need to make this hidden point rather than hidden and protected.

    Process is

        SELECT ATTACHMENT_ID_SEQ.NEXTVAL
           INTO :P1_COLUMN1
           FROM dual;
    

    Specify that the process is running when you press the button create.

    You then have a process that inserts the line?, or if you already have a DML process that inserts the line?

    Create a branch that goes to the 2nd page to display the value of Column1. I'll call this P2_COLUMN1.
    In the branch Enter defined these elements like P2_COLUMN1 and enter these values as & P1_COLUMN1. (Include the & and the point at the end)

    The flow rate is:
    The user enters the data on Page 1
    Click on create
    Sequence is assigned to the element of your page
    Line inserted
    Branch to page 2, page 2 section with 1 assigned page element layout
    View pag2 point 2 on page 2

    If it is not good so I need more specific information about your process flow.

  • On the Master Page text field

    I have a couple of text fields on the main Page of this repetition on the other pages. I want that the user can enter information on the first page and do not have access to the other pages. Is there a way to get there?

    Thank you

    PARRE

    Hello

    Yes, this can be done with a small script in FormCalc in the layout event: loan of a text field.

    if (this.parent.index gt 0) then
              $.access = "readOnly"
    endif
    

Maybe you are looking for

  • Screen does not respond in 9.3.2 iPad 9.7 pro

    Hello My iPad pro screen went completely numb and I'm unable to turrn on. already tried a force restart and restore via iTunes without a bit of luck, the screen is always black. is it possible to fix this? Thank you very much

  • Apple id lock

    Hello My mother has somehow locked her Iphone and now it says: this phone is bound with the apple ID and is locked. To unlock, it go to appleid.apple.com. I went there went apple ID and password and then gives massage to unlock the account. It gives

  • Satellite P850 - no internet connection to help to win 8

    Can someone help me?I have just upgraded to Windows 8 on my Satellite P850 and now, according to what I'm trying to do, it is sometimes said that there is no Internet connection. I certainly link strong, because it works very well in the new applicat

  • Installing a cd game

    Hello all: I've recently upgraded to windows 7 Home premium to windows xp. I have a problem installing cd games. When I insert the disc, I end up getting this message. The process of tevminate the entry point of procedure not found in the library of

  • I can't synchronize with Hotmail, Outlook Express.

    original title: outlook express I have trouble sending and syncronize account on Hotmail. He says I need vairafiy (exuse my spelling) my user name and password. Help please!