Popup to popup to main page?

I don't know if this is possible or not so I thought I'd ask here.
is it possible to create a popup lov that when you select the value you want it opens another popup lov to choose that is based on the return of the first lov. then when you choose what your looking for it returns the final selection back to the home page?
the first lov popup would be a static list of values, when a user chooses it the new popup happens and uses the static value as the where clause in the next popup.
its hard to explain but is it possible? and if its not clear let me know and I'll try to explain it better.

Yes, it is possible, but probably not using the Apex LOV framework..
If I were doing it, I would create a simple page with no or a custom page template.
I would have two report regions on the page-
The first report would be a basic list, your LOV as it were, and then make the column clickable (A link column).
The second report would be driven by the first one, only displaying when one of the values in the first report is clicked on.
Make the values on the second report clickable too, except they would execute a bit of javascript to populate the item on the calling page.

Similar Messages

  • How to default value from popup page to main page.

    Hi,
    Requirement:
    I have a create page with table region of 10 lines.I have an icon for every line and on click of this icon, a popup window will be opened.
    In the popup window i have quantity field with a table region. User is allowed to select the quantity. Also i have a ADD button on the popup page.
    Now On selecting the quantity and click on add button, the quantity should be added and the sum quantity should be defaulted to quantity field in the main page.
    For this requirement what i have done is
    I have added the quantity on click of the Add button.and the total quantity i set to the quantity attribute that has been attached to main page.
    But the quantity didnt get reflect to the main page. i think the focus is not retured o main page.
    Please suggest me how can i do this requirement.
    Thanks in Advance,
    Thanks,
    Mallika
    Edited by: user12216727 on Nov 21, 2009 4:29 AM

    Hi,
    As per my analysis for the issue, the control is returning to processRequest of the controller and when i set the attribute value, the value is being set and I am able to get the value and print it.
    But the value is not displayed on the page.Here I am using Advanced Table Region, and I am not able to shoe the value.
    I also created one view attribute and tried to set the readonly property to TRUE for the same field. I did in the same way, the value is being set and the field is made readonly.
    The problem is I am not able to show value to the user, even the value is present in the view attribute.
    Any pointers to this are really helpful.
    Thanks,
    --Mallika                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • How to create a popup window to load HTML page in AIR application without using any mx or spark?

    How to create a popup window to load HTML page in AIR application without using any mx or spark components?
    I need to load the HTML page in popup in AIR application without using any of the <mx> or <spark> components. I need to open in the application itself not in the browser.(If we use navigateToURL() it will open in th browser)

    Can we achieve this? can somebody help me on this scenario..

  • Postcode popup field on shopping cart page.

    Hi,
    Can the postcode (Australia Post) popup field, where you input your postcode, be a static field not popup on the shopping cart page? It pops up without a button to submit etc at the moment and you have to click your mouse button or press enter to apply your postcode? Or can I add a radio button with Express or Normal Post instead?
    Regards,
    Ray.

    The BADI BBP_CREATE_BE_PO_NEW gets executed after approval as well. It is part of the PO creation process and allows you to modify the PO document before it is finalized.
    Hope this helps.

  • How to filter View Objects on Main Page - Unbounded Task Flow

    Hi All,
    Version: 11.1.1.4
    I have a scenario where I am trying to filter the Employee information by EmployeeID and show their related Items. I can do this if I encapsulate Employee and / or Items in bounded task flows and expose their view Criteria in methods that I am setting on the App Module. I could also add the bind variable to the View Object queries. The problem I am having is that I want to display a pop up based on the item they select. My issue is that I can't seem to figure out how to either grab the item row selected and pass it to the pop up (Can't create a control flow from a page fragment to a page - which as far as I can understand the pop up in the task flow has to be a page and not a page fragment) or drop the employee view object and item view object on the main page and have them be filtered.
    So basically two issues:
    1. If I use the Employee and Item bounded task flows and place them as regions on the main page then I am having difficulties passing the row selection (item selected) and pass it to my pop up window (another task flow).
    2. If I place the employee and item view objects on my main page the original methods I am using to filter the data are not getting called at all. I have tried placing them in the adf-config task flow prior to my main page view and going into my main page page def and adding them as method calls in the binding.
    I am sure I am doing something wrong or maybe even creating an invalid approach, but I should be able to filter my employee and item data on load within my unbounded task flow or use the data within my bounded task flows and generate a popup with data I am collecting from my item row.
    As always greatly appreciate the feedback....still really ignorant with ADF.
    --S                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    I figured out the issue Shay. I didn't have my pageFlowScope value set on the task-flow-call. So I had the parameter name and value set on the input of my downstream bounded task flow, but when I add the control to call the task flow I didn't have the task-flow call value set. That piece was not intuitive to me. It makes sense that it would have to know how to pass the value.....just wasn't sure where it should be set.
    --S                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • How can I use a cfwindow with a form in it to update the main page?

    This seems simple enough but I can't figure it out. My main
    page calls a query to get a list of departments. I have put this
    list in a table inside a cfdiv tag. I have an add department link
    on my page. When the user clicks on this link, I want a popup
    window (cfwindow) to display containing a form to add a department.
    Then when the user submits the form, the form should disappear and
    the main page should show the updated list of departments.
    I can't get the form to close without getting an error
    stating that there already is a window with that name and the new
    data doesn't display unless I refresh my screen.
    Here's my departments.cfm page:
    <html>
    <head>
    </head>
    <cfinvoke component="department"
    method="list"
    returnvariable="departments">
    </cfinvoke>
    <body>
    <cfwindow name="deptWindow" title="Department Window"
    draggable="true" resizable="false"
    initshow="false" height="400" width="600" x=200 y=100>
    <cfform action="processDepartment.cfm"
    onsubmit="ColdFusion.Window.hide('deptWindow')">
    Department:
    <cfinput type="text" name="deptname">
    <cfinput type="submit" name="submit">
    </cfform>
    </cfwindow>
    <a href="#"
    onClick="ColdFusion.Window.show('deptWindow')">Add
    Department</a>
    <cfdiv>
    <table>
    <tr>
    <th>Department</th>
    <th>Action</th>
    </tr>
    <cfoutput query="departments">
    <tr>
    <td>#deptname#</td>
    <td><a href="##"
    onClick="ColdFusion.Window.show('deptWindow')">Edit</a></td>
    </tr>
    </cfoutput>
    </table>
    </cfdiv>
    </body>
    </html>
    Here's my department.cfc page:
    <cfcomponent output="false">
    <cfset THIS.dsn="cf8test">
    <cffunction name="list" access="remote" output="false"
    returntype="Query">
    <cfquery name="departments" datasource="#THIS.dsn#">
    SELECT department_id, deptname
    FROM departments
    ORDER by deptname
    </cfquery>
    <cfreturn departments />
    </cffunction>
    <cffunction name="add" access="public" output="false"
    returntype="Boolean">
    <cfargument name="deptname" required="true"
    type="string">
    <cfquery datasource="#THIS.dsn#">
    INSERT INTO departments(deptname)
    VALUES (<cfqueryparam value="#Trim(ARGUMENTS.deptname)#"
    cfsqltype="cf_sql_varchar">)
    </cfquery>
    <cfreturn true />
    </cffunction>
    </cfcomponent>
    And finally, here's my processDepartment.cfm page:
    <!--- Form Field Validation --->
    <cfparam name="FORM.deptname" type="string">
    <cfif IsDefined("FORM.id")>
    <cfset method="update">
    <cfelse>
    <cfset method="add">
    </cfif>
    <cfinvoke component="department"
    method="#method#">
    <cfif IsDefined("FORM.id")>
    <cfinvokeargument name="id"
    value="#FORM.id#">
    </cfif>
    <cfinvokeargument name="deptname"
    value="#Trim(FORM.deptname)#">
    </cfinvoke>
    <!--- When done go back to the Departments listing --->
    <cflocation url="/departments.cfm">

    Hi Jeff,
    One way to do it is to write a JavaScript function that binds
    to your CFC. The CFC should both insert the user values, and then
    select all of the departments from the department table, and then
    return the query set to the page. I wrote sort of a test page which
    gets the state from the States table according to the state
    abbreviation that the user types in from a CFWindow. The table
    never gets updated, however, the result comes back from the CFC
    through AJAX, then updates the main page. You can use this same
    idea but you'll have to update your CFC a little bit. However, the
    idea is the same.
    Here's the code for my get State application. Especially
    notice the following three lines of code in the JavaScript function
    called getStates:
    var d = new getStates2(); //this is the name of your CFC
    d.setForm('form1'); //not sure if you need this, but I found
    it somewhere
    var stateName = d.getAllStates(); //the name of the function
    inside your CFC
    Anyway here's the code in full:
    <style>
    .stateClass {
    font-family: arial;
    font-weight: bold;
    font-size: 12pt;
    padding-top: 10px;
    </style>
    <cfajaxproxy cfc="getStates2">
    <script language="javascript">
    function enter_pressed(e){
    var keycode;
    if (window.event) keycode = window.event.keyCode;
    else if (e) keycode = e.which;
    else return false;
    return (keycode == 13);
    function getStates()
    if(document.form1.theState.value == '') {
    alert('Please make sure the textbox is not empty.');
    return false;
    var d = new getStates2();
    d.setForm('form1');
    var stateName = d.getAllStates();
    ColdFusion.Window.hide('stateWin');
    if (stateName == '')
    document.getElementById('stateDiv').innerHTML = 'No such
    state';
    else
    document.getElementById('stateDiv').innerHTML = 'The state
    is ' + stateName;
    </script>
    <cfwindow name="stateWin" x="100" y="100" width="400"
    height="200">
    <form name="form1" method="post" onsubmit="return
    false;">
    <input name="theState" type="text" size="5"
    onKeyPress="if(enter_pressed(event)){ getStates() }"
    />
    <input type="button" value="get state"
    onClick="getStates()">
    </form>
    </cfwindow>
    <div id="stateDiv" class="stateClass">
    </div>
    <a
    href="javascript:ColdFusion.Window.show('stateWin')">find a
    state</a>

  • OTN Main page with Javascript Error

    Hi,
    Please observe that the OTN main page generates these Java script errors when it loads: Perhaps, that is one reason the page load is so slow.
    Regards
    Flemming G. Jensen
    http://otn.oracle.com/
    Event thread: onmouseover
    Error:
    name: ReferenceError
    message: Statement on line 1: Reference to undefined variable: No such variable 'popUp'
    Backtrace:
    In unknown script
    popUp("HM_Menu5", event);
    At unknown location
    {event handler trampoline}
    http://otn.oracle.com/
    Event thread: onmouseout
    Error:
    name: ReferenceError
    message: Statement on line 1: Reference to undefined variable: No such variable 'popDown'
    Backtrace:
    In unknown script
    popDown("HM_Menu5");
    At unknown location
    {event handler trampoline}

    Thanks for your fast reply.
    I am using Windows NT or 2K as OS depending on which machine I working on, and Opera as browser.
    http://www.opera.com
    In fact, using Opera has also helped me to find several error in my own Javascript code. ;-)
    Regards
    Flemming G. Jensen

  • Some photos don't appear in the blog's main page

    All the entries in my blog include a photo and almost always a small version of the picture appears in the blog's main page. Sometimes the small picture does not appear, although it shows up in the individual entry containing the photo. You can see what I mean in the Hacienda Magueyes entry in http://web.mac.com/jamarimutt/Blog/index/index.html
    Any suggestions to have the small photos consistently appear in the main page? I don't know what I'm doing wrong.

    Josemari ~ One possible explanation is that instead of dragging that Hacienda Magueyes image over the Placeholder image to replace it, you instead removed the Placeholder image and simply dragged the image onto the page — in which case it won't appear in your blog's main page.

  • Firefox has remberd a password to a website ... chessatwork and I get loged in to my main page and when I click on any link it takes me right back to my log in page, where it has it stored.... password and user name,,, whats up and how do I turn that off?

    Firefox has remberd a password to a website ... chessatwork and I get loged in to my main page and when I click on any link it takes me right back to my log in page, where it has it stored.... password and user name,,, whats up and how do I turn that off? chessatwork has ran great for me for many yrs, then one day I down loaded firefox and went to play chess on this site chessatwork.com, well the window popped up asking to remember the log in and pass word and so I said ok, and it did, but now when I click log in and I go to my main page (home) and click on any link, say to play game I return right back to log in

    See http://kb.mozillazine.org/Deleting_autocomplete_entries<br />
    Remove a saved password here: Tools > Options > Security: Passwords: "Saved Passwords" > "Show Passwords"
    You may also need to remove the cookies from that website.<br />
    * Tools > Options > Privacy > Cookies: "Show Cookies"

  • Can you go back to second page of your menu without going to the main page.

    I have created main page (first play) and second page for the chapters.
    On the second page, after selecting any chapters, I want to go back to select another chapter from
    the second page, But the dvd takes me back to the main page instead of second page. Can this be
    corrected.
    Thanks

    Hi - welcome to the discussions.
    Yes, it can be corrected - what you've done is set the menu call and/or end jump to go to the main menu. This is completely normal, but sometimes you don't want this to happen.
    If you are playing a single chapter at a time and want to get back to the chapter menu afterwards then the best thing to do is to create a story and put the single chapter inside that. Point your menu buttons to the story container (not the chapter) and it will play. Stories are a little like tracks in that they can have end jumps and menu calls of their own. Simply click on the story, then use the commands in the property inspector to set up the place to go at the end of playback or if the user presses the menu button.
    You would then repeat this for every chapter that you want this to happen for.
    The whole track itself then acts as a 'play all' if you need it to - the stories do not interfere with this. You can set a different end jump and menu call for the track. An alternative would be to create a final story and put ALL of your chapters into it, and point your 'Play All' menu button to this story.
    Stories can also be thought of as playlists (like in iTunes) where you set up the chapters you want to play back in the order that you want them. I would avoid making these too complex, however as it has a knock on effect on the way the DVD player has to work to make a smooth playback.
    The other way to achieve what you want is to use some scripting, but there is no need to do this as it sounds as if stories will do all that you need.

  • NEED INFO ON HOW TO REMOVE  ""LOGIN ASSISTANCE LINK'' ON THE MAIN PAGE r12

    Hello, we want to remove (or make it invisible) the "LOGIN ASSISTANCE' on the main page of the r12 instance before we go live. WE will not be given that option to our end-users. Can you please advise how to. THanks.

    Pl see MOS Doc 735964.1 (How to Disable Login Assistance link in R12?)
    HTH
    Srini

  • After upgrading to FF 8.0, a news website main page doesn't open, redirecting immediately to a site subsection. Doesn't work in Safe Mode either.IE Tab opens site perfectly.

    The question topic sums it up - after a recent upgrade one website stopped working properly in FF, even in Safemode, redirecting to subsection instead of opening main page. When I use IE Tab or IE, website opens fine.

    No, the problem is resolved. The Spry gallery portion of
    LyndaEllis.com works in IE6 and IE7 now that I've switched from my
    original hosted web server at Earthlink/Mindspring (i.e. which
    responded with 302 redirects on "resource not found") to my new web
    hosting provider as I described in the original post. Just to be
    clear, I changed nothing in Spry or in my HTML; I only had to work
    around the HTTP client behavior of IE by ensuring that 302
    redirects were not returned by the web server when non-existent
    resources were requested by the browser.
    But, I am still curious why both IE and Firefox make the
    request for the unsubstituted variable in the first place. I'm also
    curious as to why IE's JS engine just gives up when the 200 status
    "branded error" pages are returned. I suppose it should just be
    chalked up to the idiosyncrasies of Earthlink's httpd configuration
    and Microsoft's screwy browser. Perhaps someone who works in the IE
    JavaScript engine at Microsoft will read this and get Spry apps in
    IE to work for the "302 redirect" configuration.

  • My netflix account used to work, but now it does not. Only the "my account" page is accessible and not the main page. Major problem. Please help. I'd rather run an older version than one that doesn't work.

    I believe I was running a 6.3.as.df,msad.f,masdf version of Firefox and my Netflix account was working wonderfully well. I happened to hit the quit button last time, instead of the save and quit button and for some reason, Netflix did not load properly. I cleared the day's history, as usual, and tried again. This usually works. I closed Firefox and tried to reopen it, but it said Firefox was already running, that I would have to restart my computer to solve the issue. I did that twice. Finally, I noticed Firefox was trying to download a new version -- even though I don't recall asking it to do so. Now I'm running 7.0 and my Netflix page doesn't work. I am logged in - great - but I can only access "My Account and Help" page and "Viewing History" but nothing else. Lame! I would love to know how to get this to work. I can't even pull up Netflix's main page on its own. All other websites seem to be working properly. PLEASE ASSIST!

    If this were just a Netflix problem, why can I access Netflix through Internet Explorer and not through Firefox? I've been using Firefox to access Netflix for at least the past year and starting yesterday (12/6/11) Firefox doesn't seem to recognize that Netflix exists. I've tried the suggested Firefox "help" which was of no help whatsoever and may even have made life more difficult in accessing other accounts. Anyone know how to contact Netflix or Firefox by phone?

  • Why won't my "searchpreview" add-on work from my browser search box since Firefox updated to 3.6.16, but it works when I do it from the Google main page??

    Since Firefox updated itself to 3.6.16 earlier today, when I search for anything in my Google search box on the browser, it always used to show me thumbnails when the Google page came up. Now there are no thumbnails appearing, except if I go on the Google main page and search from there, the thumbnails still appear. Whe it updated, the browser automatically searched for incompatability problems with my add-ons but nothing appeared to say Searchpreview was incompatible.

    You can modify the pref <b>keyword.URL</b> on the <b>about:config</b> page to use Google's "I'm Feeling Lucky" or Google's "Browse By Name".
    * Google "I'm Feeling Lucky": http://www.google.com/search?btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8&q=
    * Google "Browse by Name": http://www.google.com/search?ie=UTF-8&sourceid=navclient&gfns=1&q=
    * http://kb.mozillazine.org/keyword.URL
    * http://kb.mozillazine.org/Location_Bar_search

  • Report Row With Detail (IFRAME) - How to reload Main Page within iFrame

    Hi,
    Based on Carl's example - Report Row With Detail (IFRAME), i.e:
    http://htmldb.oracle.com/pls/otn/f?p=11933:17
    Within my scenario, I have a button within the iframe section of my report that calls a pl/sql process that performs some database processing.
    What I basically need is a means of performing a page refresh of the main page, when this button within the iframe is pressed. In Carl's example, that would be page 17.
    As mentioned, I call a PL/SQL process within the iframe, but unsure how to then refresh the main page - parent page.
    Any help would be appreciated.
    Thanks.
    Tony.

    Tony,
    you could insert the following script to the region footer of a region located on your "iframe"-page.
    <script>
    parent.location.reload();
    </script>
    But this is dangerous because everytime the parent is being reloaded, the iframe is loaded, too. Risk of loop...
    A possible solution is to conditionally display a html region (with the script) on your iframe-page basing on a request. You could post the request as a result after your plsql processing in a branch.
    Regards,
    Jens

  • Icloud events won't show on outlook main page

    I have done the sync process,with Outlook (first)..then added iCloud panel, signed in, it merged my Contacts and Calendars...and now they calendar won'tshow on the main page of my Outlook 2007.
    Tried on phone with APPLE nobody seems to know why, is there a glitch?
    Windows 7, 64-Bit
    Outlook 2007
    iOS 7iPhone 4S
    Did the same on another computer/another phone and it worked fine.
    if you could reply with responses to better help with me would be great.
    this is quite the confusion
    see photo, normally on this main PST page you'd see the list of up to 7 days of events/appointments listed on left - but nothing appears.
    <Email Edited By Host>

    System Preferences > Accounts
    Click the lock and enter your password.
    Select Login Options (just above the lock)
    Change the selection near the top from 'list of users' to 'name and password'
    That will give you two blank fields on the login window instead of showing your name.

Maybe you are looking for

  • KeyFieldValue in Sender File Adapter Not Working

    Hi, I have a flat file like this... 1Field1Field2Filed3..... 2Field1Field2Field3.... 1Field1Field2Filed3..... 2Field1Field2Field3..... 1Field1Field2Filed3..... 2Field1Field2Field3.... My requirement is to pick only lines starting with '1'. I have con

  • Compiler Compliance

    Im looking for answers/references on JVM performance regarding the latest Java v6 performance benchmarks. Specifically if i compile with the Java v6 compiler setting to Java v5 compliance and running on the v6 VM what am I getting in terms of the mar

  • Based on a SQLException how to know if the database is down?

    Hi How can I know based on a SQLException that the database is down?. I know I can check the errorCode but which error codes indicate that the database is DOWN or not available? Regards, Néstor Boscán

  • Normal stock to order stock.

    Hi frnds,   We create Purchase orders against the sales orders , in the Purchase order we assign Account Assignment Category  ( E ) in the Purchase order , so that while we receive the material the stock will be lying against that particular orders.

  • Safari crashing -- EXC_BAD_ACCESS (SIGSEGV)

    Hi, I've been having a problem with Safari crashing on one of my machines. Every time it crashes, I get an error message like the one that follows. Thanks in advance for any help you can offer. Process:         Safari [1213] Path:            /Applica