Close PopUp Page on click of a button

Hello
I'm pretty new to APEX but have read the OBEs and Forum posts. I did find what I have to do for now. I have a form Page with a list of target type / URL
javascript:popupURL('f?p=&APP_ID.:18:&SESSION.::NO::');
. When you click the list Page PopUp appears, but want to close Page 18 when the Create button selected. Can someone help me create this please? As instead of the branch going towards another Page just close the PopUp Page.

This is because your button has an associated branch

Tags: Database

Similar Questions

  • Redirect to another page by clicking on the button

    Hi all

    I want to open another page by clicking on button I try to code below, it does not get another page in oaf (10.1.3).

    pageContext.forwardImmediately ("OA.jsp?page=/eamxx/oracle/apps/eam/oagroup/webui/NavigatePG"

    null

    OAWebBeanConstants.KEEP_MENU_CONTEXT

    null

    null

    false

    OAWebBeanConstants.ADD_BREAD_CRUMB_NO);

    Please give any solution.

    Kind regards

    Mohan Reddy

    I found the solution using open below code one another class page in co process application form need to write the code below.

    If (PageContext.GetParameter ("Next")! = null) {}

    am.getTransaction () .commit ();

    () pageContext.setForwardURL

    "OA.jsp?page=/eamxx/oracle/apps/eam/oagroup/webui/NavigatedtPG&formval=val,"

    NULL,

    OAWebBeanConstants.KEEP_MENU_CONTEXT,

    NULL,

    NULL,

    true,

    OAWebBeanConstants.ADD_BREAD_CRUMB_NO,

    OAWebBeanConstants.IGNORE_MESSAGES);

    }

    Kind regards

    Mohan Reddy

  • Refresh the page on click of a button

    Hello

    When I click on the button to add a new line in a table on the page of the ADF, entire page is getting updated. Can I do this without the page being refreshed?

    Thank you
    Lakshmi.

    Try this:
    1. define the partial submit property for the button create to true.
    2. set trigger partial ownership to the table for the ID of your button create.

  • Newbie question: How do I hide a page after click on the button?

    Hello!

    My name is Rafael. I'm talking about the Brazil.

    I am new user on the AdobeCycle software

    I do a form and I need help, please.

    My project form has three pages:

    1st Page - Instrucion

    Page 2 - form with fields to fill in

    3ª Page - (this page will be hidden). This page will be information the information filled out by the user to the 2nd Page . Will be just text.

    What do I want?

    When the user click on the button send email, I want the page with the form is hidden and show the 3rd Page with information (no field, only the full text). I want to send the PDF file to the e-mail with the 1st Page and 3rd Page (just the text with the information).

    How can I do this? How do the 3rd Page (the information filled with page two)?

    No problem of Rafael,

    Adobe have a guide that is very useful to access many of the features of the fields here: http://partners.adobe.com/public/developer/en/tips/CalcScripts.pdf

    I think about her a lot.

    Then at page 164, it looks like access/change the color of the legend AND the value:

    TextField1.caption.font.fill.color.value = "R, G, B" / / change the color of the legend

    TextField1.font.fill.color.value = "R, G, B" / / change the color of the value

    If you want to change the color of the border, then this requires another script. The example on the blog we mentioned, examples on page 2 to change the color of the borders of the second row down): http://assurehsc.ie/blog/index.php/2010/06/laying-out-a-form/

    For example:

    VNAME var = this.name.toString ();

    xfa.resolveNode (VNAME + ".") ui.textEdit.border.edge") .stroke ="solid";

    for (var i = 0; i)<4; i++)="">

    this.ui.oneOfChild.border.getElement("edge",i).color.value = "255,153,0"; orange tint

    xfa.resolveNode(vName_+_".ui.textEdit.border").getElement ("edge", I) .thickness = "0,0200" in

    }

    In addition, here are some links that might interest you: Re: books or guides for Livecycle Designer

    Good luck

    Niall

  • Go to a new Web page by clicking on a button

    I watched and listened to almost all of the tutorials online, but can't find the place where:

    When you click on a button or dropdown menu item - how to get it to you take to the (appropriate) next page.

    for example, click on Contact - should go to the contact page.

    What happens / where should I be looking for or asking (i.e. a code goandGet?) to do this?

    Forrest

    AS2: getURL()

    AS3: navigateToURL()

  • The data refresh of ADF page on click of a button.

    Hello

    I'm working on an application of ADF in which a table will be displayed to the user and the user can select any line and click on submit. The button "submit" click-it will call a pl/sql procedure and record will be not displayed on the page. I am able to do this but its data not refreshing page automatically. I Googled it and found below code.

    protected void refreshPage() {}
    FacesContext fctx = FacesContext.getCurrentInstance ();
    String refreshpage = fctx.getViewRoot () .getViewId ();
    ViewHandler ViewH = fctx.getApplication () .getViewHandler ();
    UIViewRoot UIV = ViewH.createView (fctx, refreshpage);
    UIV.setViewId (refreshpage);
    fctx.setViewRoot (IULA);
    }

    Even after calling this code, I still need to go and delete the data after? in url only so it updates the date.

    Please suggest how to achieve this.

    Thank you

    Angelica

    Hello

    the links provide only half of the solution. You create an ActionListener reference between the button send and a bean managed. The managed bean then calls the call to the stored procedure to then perform the refresh of the data and the user interface components

    {} public void submitAndRefresh (ActionEvent submitButtonEvent)

    Links DCBindingContainer = (DCBindingContainer) BindingContext.getCurrent () .getCurrentBindingsEntry ();

    call the method server that calls the stored procedure...

    ... Add your code here...

    PL/SQL has been executed, re - run the table

    DCIteratorBinding iter = bindings.findIteratorBinding("theTableIterator_name_as_in_PageDef");

    iter.executeQuery ();

    Then, update the table in the user interface

    RichCommandButton submitBut = submitButtonEvent.getUIComponent ((RichCommandButton));

    Find the table (assuming that no collection of Panel is used)

    Table richeTableau = submitBut.findComponent ("tableId_as_schon_on_af_table_tag") (richeTableau);

    ADFFacesContext adfFacesContext = AdfFacesContext.getCurrentInstance ();

    adfFacesContext.addPartialTrigger (table);

    }

    Frank

  • How to remove values in a page by clicking on a button

    Hi all

    I have a requirement where you press a button

    I need to refresh the page in this sense, all the values you entered previously should be deleted"

    each field must be empty

    Suppose that my button is Refresh this code must be written in PFR

    I used


    PageContext.setforwardurl)
    PageContext.forwardImmediatelyTocurrentPage)
    PageContext.forceForwardUrl)


    nothing happens on my page


    regarding

    DEV

    Hello

    Catch the event of the button "Refresh" and clear all of the fields you want by using the code below:

    For example, if you want to clear the field of LOV, then use this code:

    Import oracle.apps.fnd.framework.webui.beans.message.OAMessageLovInputBean;

    OAMessageLovInputBean = (OAMessageLovInputBean) webBean.findIndexedChildRecursive ("field1_ID") field1;
    Field1. SetValue (pageContext, null);

    Sushant-

  • ADF BC - Date Selector closes Popup

    Hi all

    I have a date field. MinValue inside a form located in a popup. When I choose a date in the date picker that appears (the one built into the date field. MinValue) my popup closes. Is there a way to keep the pop-up open until a user clicks on the home page, or click on the button of validation (validation button is inside the shape inside the pop-up window)

    Thank you

    Dan

    Try placing a panelDialog or a panelWindow inside your pop-up and have shape inside.
    http://jdevadf.Oracle.com/ADF-richclient-demo/faces/components/panelWindow.JSPX

  • popup page SkillBuilder

    All,
    I need help with page skillbuilder popup,
    Here's what I did,
    1 installed jquery - 1.4.2.min.JS AND REFERENCE IT in the header of PAGE
    2 the button on page 1 I have id = "btn1" with the target url == > javascript:return false;
    3. DA: selection type == > jquery selector, selector = #btn1
    Action: (select plugin here), static URL = f? p = & APP_ID.:2: & APP_SESSION.:2:

    now when I run the page and click on the button I have small window appears without any content.

    Please someone who used this plugin can identify the question?


    APEX 4.1.1/ORACLE 11 GR 2

    Thank you.

    Hello

    Please make sure that you do NOT have the attribute 'Integrate in executives' to 'Decline' as described here:
    http://www.danielmcghan.us/2011/08/new-browser-security-attributes-in-apex.html

    Thank you
    Rohit

  • How do to navigate to another page when press the 'OK' button to confirm the dialogue?

    Hello
    In a detail of the page, I have a "Delete" button, and when you press this button, it will appear a confirmation dialog box, if the user click on 'Cancel', the dialog box is missing stay and still on the current page, if the user presses the "OK" button, it calls a method in the class ViewImple (do remove and other business process logic) and show a different page. The extract of the JSF page as follows:

    < text af:commandButton = 'Delete' action = 'delete' id = "cb3" >
    < af:showPopupBehavior popupId = "p1" triggerType = 'action' / >
    < / af:commandButton >
    < af:popup childCreation = autoCancel "delayed" = "disabled" id = "p1" contentDelivery = "immediate" >
    < af:dialog id = "d2" type = "okCancel" title = "Confirm deletion?" resize = 'off '.
    dialogListener = "#{scheduleBean.deleteScheduleDialog} ' contentWidth ="200""
    contentHeight = "50" >
    < af:outputText value = "Are you sure you want to delete this report?" id = "ot1" / >
    < af:clientListener type = "dialogue" method = "dialogAction" / >
    < / af:dialog >
    < / af:popup >
    < af:resource type = "javascript" >
    function dialogAction (evt) {}
    result of the var = evt.getOutcome ();
    if(Outcome == AdfDialogEvent.Outcome.Cancel) {}
    evt. Cancel();
    }
    }
    < / af:resource >

    Now the question is when I click on "OK" button confirm dialogue, dialogue is missing, but he can't get into the business logic in ViewImpl class method (the "delete" action value you access method adfc-config.xml file, and then navigate to another page), also click on the button 'Cancel' to stay on the current page.

    All tips will be of great help!

    You can use it as

    Navigate ("deletePage"); the adfc-config. XML

    public static navigate (String taskFlowName) Sub {}

    > FaceContext.getCurrentInstance () .getApplication () .getNavigationHandler () .handleNavigation (FaceContext.getCurrentInstance (), null, taskFlowName);

    }

    or for isnde action to propagate a method you have to use
    > MethodExpression exp =
    > (MethodExpression) ADFUtils.getMethodExpression ("deletePage");
    > getRegAgentNextBtn () .setActionExpression (exp);
    I hope that you ADFUtils with you

  • Confirmation message is displayed when you click on the button

    We need display a confirmation message when you click a button to notify the user the changes are successful, allow the user to click on 'ok', and then on the home page. The current function uses .setForwardURL to redirect the page to the "Main" page after clicking on a button.

    Here is the code of the application currently being used by the controller

    ' Public Sub processFormRequest (pageContext OAPageContext, OAWebBean webBean)
    {
    super.processFormRequest (pageContext, webBean);

    OAApplicationModule contactam = (webBean) pageContext.getApplicationModule;

    If (pageContext.getParameter ("saveContact")! = null)
    {

    contactam.invokeMethod ("saveContact");

    () pageContext.setForwardURL
    'OA.jsp?page=/csxxx/oracle/apps/ak/contact/webui/ContactMainPG '.
    null
    OAWebBeanConstants.KEEP_MENU_CONTEXT
    null
    null
    true
    OAWebBeanConstants.ADD_BREAD_CRUMB_NO
    OAWebBeanConstants.IGNORE_MESSAGES);

    }

    Hello

    You can display the message after contactam.invokeMethod ("saveContact") as shown below:

    If (pageContext.getParameter ("saveContact")! = null)
    {
    contactam.invokeMethod ("saveContact");
    throw new OAException ("Data has been saved.", OAException.CONFIRMATION);
    }

    Sushant-

  • How to close the parent page popup and refreshment with click of a button.

    With Aped 4.0, I created a window close popup with this process, I am able to close the popup window after submit. But how do I update the parent page before you close the pop-up window.

    He does ' t work like this, because above JavaScript three calls does not wait for the actions to perform
    Means once the function of the saveChanges method is called, it will run funtions all three with waiting for the first action to perform. This is not the right way.

    Instead, you can use a branch of the page with the guy like branch of PL/SQL procedure with the following code.

    And Point branch: on submit: calculation of before (before the calculation, Validation and treatment)

    Begin
    htp.p('');
    end;
    
  • How is it when I click on the buttons to exit, or the new tab open or any other button button are not repsond? I have to close the program down to get a new page.

    I can't get anything to respond when I click on the buttons. I can't go out the window, the back or forward buttons are unresponsive ect... I have to get out of the whole thins just to get a new page. I have uninstalled several times but it didn't seem to help.

    Hello

    Please check if this occurs in Safe Mode

    Extensions of the issues

    Troubleshooting Extensions and themes

    Uninstalling the modules

    Uninstalling toolbars

  • events of button inside the popup does not close popup

    Hi all

    I have a requirement to create the popup to enter some lines. So I created integrated popup and I placed the table advanced inside the popup. Also, I placed a button (AddNewRow) with the partial action of fire in table advanced table actions. in the basic PFR page, I wrote for the event AddNewRow event action. Once I click on this button, its perfectly calling event written in base page. But the window closed. How to avoid close the pop up window because I have to do the creation of multiple line inside the popup.

    version: R12.1.3

    Please guide to achieve this.

    Thank you

    SAN

    I achieved this goal by creating a button with partialFireAction event and event action written inside the window popup controller.

  • I have to click on the button to return several times to return to a page. How can I fix it?

    On most of the pages I have to click the back button several times to return to page 1.

    Some Firefox problems can be solved by performing a clean reinstall. This means that you remove Firefox and all the leftover program files and then reinstall Firefox. Please follow these steps one by one:

    1. Download the latest version of Firefox from http://www.mozilla.org office and save the installer to your computer.
    2. Once the download is complete, close all Firefox Windows (click Exit in the file menu or Firefox) and confirm all future messages.
    3. Now, uninstall Firefox by following the steps mentioned in the article to Uninstall Firefox .

    IMPORTANT: Under Windows, the uninstall program has the option to remove your personal data and settings. Make sure that you have not check this option. If not all of your bookmarks, passwords, extensions, customizations and other Firefox data user profile will be removed from your computer.

    After uninstalling Firefox on Windows, delete the folder of the program "Mozilla Firefox", located by default in one of the following locations:

    • (Windows 32-bit) C:\Program Files\Mozilla Firefox
    • (On 64-bit Windows) C:\Program Files (x 86) \Mozilla Firefox
    1. Go to the Windows Start menu and click on 'computer '.
    2. In the Explorer window that opens, double-click on disk Local (c) to open the C:\ drive.
    3. Find the folder "Program Files (x 86)" or "Program Files".
      • On 32-bit Windows, double-click the Program Files folder to open it.
      • On 64-bit Windows, you'll see a folder "Program Files (x 86)" AND a "Program Files" folder. Open the Program Files (x 86) folder.
    4. You are looking for a folder of Mozilla Firefox . If you find one, right click and select delete and confirm that you want to move the folder to the trash.

    Now, go ahead and reinstall Firefox:

    1. Double-click on the downloaded Setup file and go through the steps in the installation wizard.
    2. Once the wizard is completed, click to open Firefox directly after clicking the Finish button.

    Please report back to see if this helped you!

Maybe you are looking for

  • How can I connect my Macbook 12 to my TV?

    So I have my Macbook 12 and I used a VGA USB - C adapter and ran VGA to HDMI and plugged the HDMI male to the back of the TV.  Then when I switched HDMI (2) the port I connected it to my TV, I get a message on the TV that says: "unsupported Format"? 

  • How to find and use the background textures in a paper or a poster?

    I'm looking for other than just flat color textures, or gradients.  Textured background would work well for a poster I've created.  How can I find these to be included in a Pages document? I'm also looking for interesting fonts.  How can I find the f

  • How to remove startup programs to include information system?

    I have two questions: 1. how to eliminate some startup programs - that is to say small icons that appear in the lower right of the screen after the home screen? 2. What does the following error message, and how can I correct: «entry point procedure R

  • Vista extremely slow operation - Please Help!

    Acer Aspire T180An AMD Athlon 64 3800 + 2.40 GHz processor1 GB of RamVista Home Basic 32 - bit OS SP2 I ran the cleaning disc, uninstalled all unused programs. I even moved my photos on the D drive to free up space. I'm almost ready to just wipe the

  • Pavilion dv8000: win7 usb ports dv8000 for has stopped working

    all 4 of the usb ports on my dv8000 has stopped working. Ive tried to update the drivers, no luck. He originally had XP as an operating system, but it has been upgraded to windows 7, I don't know if usb disks are corrupt or what. When I plug anything