Compute the window's URL of a POPUP LOV item

Hello,
I am using Application Express 4.1.
I want to open the popup window of a popup LOV item when I click on a button which is on the same page.
The URL of the popup LOV window looks like:
wwv_flow.show?p_flow_id=300&p_flow_step_id=403&p_instance=1862497391551148&p_request=NATIVE%3D0BF14BB1E17791744D35BEBACED33B707AF740A5D0F8159D03641E52D40C81C9
I managed to build this URL but I am missing the end of it:
wwv_flow.show?p_flow_id=&APP_ID.&p_flow_step_id=&APP_PAGE_ID.&p_instance=&APP_SESSION.&p_request=???????
Does anyone know where this 'NATIVE%3D0BF14BB1E17791744D35BEBACED33B707AF740A5D0F8159D03641E52D40C81C9' come from? It is different every time I log into the application.
What I am trying to do here is to have a button next to a text with autocomplete item that opens a POPUP LOV. That is why I need this URL.
Thank you for your help.
Nicolas

Sorry indeed I did not write back earlier but I got bizzy inaugurating an iMac I just bought on ebay. Quite a change from my ole' Ti !!!
Even when I try to open a recent stream and do Ctrl+U, it stays blank. I use this procedure to copy the url of streaming sequences on the web that cannot be read on QT to paste them into i.e. wmp. And that's not possible anymore. I downloaded a new version from QT, but there a cookie or something with the pro version I bought that re-installs the same flaw over & over. When I go to the register menu, the license n° is already there, and I cannot get rid of my scewed up version.
Now about this page code thing, I can't believe one cannot choose the reader he wants ! I don't know how to work on page codes. I want to the internet plug-ins in the library & removed the qt file, but no dice, I'm condamned to use only qt in safari or firefox!
If you have a clue, thanks for a kind reply.
Again sorry it took me so long to answer.
Hope to read you soon, Kirk
Steph

Similar Messages

  • How to wrap the text in a popup LOV item ( Apex 4.0 )

    Hi
    I have a popup LOV type item with a very long string value
    I would like to format the item so itr will be shorter but have the string wrap to multiple lines.
    Can you let me know how that can be achieved ?
    thanks
    O

    Hmm.. I don't know about that.
    I actually already managed to change the width of a specific popup element by putting the following in the region footer :
    <script type="text/javascript">
    $x('P3_CONTRACT').style.height="20px";
    </script>
    that works fine and only impacts that specific element.
    However , Since I know next to nothing of HTML and Javascript , I could not figure out the code to put to make the text wrap.
    your solution suggests that it will take care of the width , but will it cause the words to wrap ?
    thanks
    O
    Edited by: Orna Weisman on Apr 30, 2012 7:08 AM
    Edited by: Orna Weisman on Apr 30, 2012 7:15 AM

  • I tried to click "edit" on the home screen but a window keeps showing up saying that I have to restart my computer. But when I restart the computer the window shows again. What do I do?

    Please help. ^

    What home screen are you referring to?
    What "edit"?
    Which application and version are you using?

  • Is it possible to edit the Popup-LOV window?

    Hi,
    I changed my Selection-List into a Popup-LOV.
    1.
    Now I want to edit this Popup-Window, that it shows more than 10 rows. Is it possible to edit this window?
    2.
    My return-value is the Primary Key of the chosen dataset. This is not very user friendly. :-S ... is it possible to "display the display value" in the textbox from the popup-LOV - and when I want to save the whole form-dataset it takes the primay-key-return-value?
    I hope, somebody understand my problem.
    Thanks so much,
    Elisabeth
    Message was edited by:
    user614754

    In APEX 2.0 this does not work for the actual code of the POPUP. I want to change the code in the POPUP window that appears so it resubmits the parent page when the item is selected after the passback but had to create a custom POPUP page as I could not edit the popup code with the passback code.
    If there is a way of editting the POPUP page template (not the link from the POPUP LOV Item) then please can someone let us know?
    Thanks
    Phil
    I've started a new thread on this as it is different and there does not seem to be a solution discussed so far
    POPUP LOV template modification
    Message was edited by:
    Phil UK

  • After upgrade to 3.1.2, date pickers and popup lovs mess up the form layout

    Now there are new table tags around every single date picker / popup LOV item and its' list icon which forces other items on the same line to the next one instead. Bad Oracle, bad!
    Any workarounds?

    Hello,
    >> Now there are new table tags around every single date picker / popup LOV item and its' list icon which forces other items on the same line to the next one instead.
    APEX 3.1 introduced the use of the &lt;fieldset> tag, for wrapping compound items, like the date picker or popup LOV items. In the following, you can learn more about it, including some workarounds:
    FIELDSET – new layout behavior in 3.1.1
    >> Bad Oracle, bad!
    For the very short term, and especially for upgraded applications, you might be correct; however, for the long run, this is a good move, because it creates uniformity in the ways we can handle all the APEX built-in item types.
    Regards,
    Arie.

  • Disable/enable popup LOV image anchor in tabular form

    Hello all,
    I am trying to find the solution how to enable/disable popup LOV's image anchor. When I disable the popup item, then only the text field is disabled but the image is still active and opens the LOV window. I have tried to implement some solutions but without success.
    I have created DA (fired after refresh of needed region) with code below which disables the needed field.
    $('td[headers="DEPTNO"] input').each(function(i)
                $('td[headers="DEPTNO"] input:text').disabled="disabled";
    $($('td[headers="DEPTNO"] input:text')[i]).addClass('apex_disabled');
    Could anyone help me with a code which will also disable the image?
    Thanks in advance!
    My testing appl:
    www.apex.oracle.com
    *WS:* kurintest
    *username:* [email protected]
    *passwd:* kurintest
    *appl. name:* disable_popup_icon
    -Jiri                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Hello Jiri,
    Please see your page:
    I have changed the dynamic action:
    $('td[headers="DEPTNO"] input').each(function(i)
                $('td[headers="DEPTNO"] input:text').disabled="disabled";
    $($('td[headers="DEPTNO"] input:text')[i]).addClass('apex_disabled');
         $($('td[headers="DEPTNO"] a')[i]).click(function(e) { e.preventDefault(); });
    $($('td[headers="DEPTNO"] img')[i]).addClass('apex_disabled');
    Hope it helps!
    Regards,
    Kiran                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • POPup LOV Dynamic List of values

    Hi All,
    I need to change the list of values of a popup Lov in my application depending on a checkbox.
    Like:
    If I the checkbox is checked by the user the list will come from Table A and if the checkbox is unchecked the the list needs to come from Table B.
    I need to bind this to the checkbox click event. But I don't know which option should I use to create this Dynamic action.
    Please help me out as Its urgent..... I got the deadline today..... :(
    Thanks in advance.....

    Solved with cascading feature.. Thanks All.

  • Popup LOV, set value by clicking on a button.

    Hello,
    I have a Popup lov item on customers, and I have a button beside popup too to create new customer. I would like to set the new customer id/name in popup lov, that i have after clicked on new customer button. (from Javascript). With normal select list " $s('P58_COMPANYID', 58)" is working, but with popup lov not.
    What is the problem?
    András

    Hi András,
    are you using APEX 4.0? Because there $s has a third parameter to provide the display value for a "Popup Key LOV". For example
    $s('P58_COMPANYID', 58, 'Superman');Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins

  • Dynamically load Popup LOV

    <p>I need to load a Popup LOV with values filtered by a previous selection in a standard Select List. I need to do it without submitting the page to place the filtering LOV's value into session state (I've got other things happening on submit). </p>
    <p>I've used Carl's cool AJAX solution for standard Select Lists. Is there a similar method that will work when the target LOV is a Popup?</p>
    <p>thanks, </p>
    Mark

    A select list (dropdown) is part of the page when it is rendered, that is why the AJAX stuff is needed to replace the dependent dropdown lists.
    With popup LOVs, it is much simpler because the popup LOV query is not run until you click on the popup icon.
    If the popup LOV query refers to session state (:P1_ITEM), all you need to do is set the session state using the AJAX snippet.
    Put onchange="foo(this);" into the HTML Form Element attributes of the first select list (say P1_ITEM) and use something like
    function foo(pSelect)
    var l_select=html_SelectValue(pSelect);
    var get=new htmldb_Get(null,html_GetElement('pFlowId').value,'APPLICATION_PROCESS=null',0);
    get.add('P1_ITEM',l_select);
    get.get();
    get=null;
    }"null" is a on-demand Application Process that does nothing. A PL/SQL block with just "null;"
    That's it. Now when you click on the popup LOV, it will get the latest value of P1_ITEM in session state in its defining query.
    Hope this helps.

  • Popup Lov referencing page item Problem

    Hi,
    I try to display a list in a popup lov item. This item references an another item in the page :
    select NOM d,EMAIL r from ACTEURS
    where ID_DOSSIER = :P16_ID_DOSSIER_PRINCIPAL
    If i make the id_dossier directly as a number, the popup works and display the list, but if i make the item :P16_ID_DOSSIER_PRINCIPAL it dos'nt work.
    Please help !
    Thanks

    User,
    Changes are there is a process that is resetting the session state for the page that has the item you're trying to reference. One suggestion would be to create a hidden item on the same page that you have the LOV item that referenced the item on the other page. Then make a page process on the "other" page that sets your new item with the value of the other item before session state is reset. Then just modify your query to reference your new item.
    If you put an example up on apex.oracle.com and provided the workspace/username/password (you can create a new user account for this) I'll take a closer look.
    Regards,
    Dan
    http://danielmcghan.us
    http://sourceforge.net/projects/tapigen
    You can reward this reply by marking it as either Helpful or Correct ;-)

  • Only 2 choices for popup lov in an updatable report ?????

    Help please !!!!!!!
    Another question regarding an popup lov item in an updatable report
    The is only 2 choices for popup lov :
    popup lov(named lov)
    popup lov(query based lov)
    and if I want to display a descrition and return a key ?????
    Thnaks for help!

    jina--
    please try to not bump your posts up after only a few hours. i'm sure you understand that, but i thought i'd say it just in case. about your issue, you can create your own tabular form and use htmldb_item.popupkey_from_query or htmldb_item.popupkey_from_lov to achieve your desired effect. there's a great howto doc on manually creating tabular forms at..
    http://www.oracle.com/technology/products/database/htmldb/howtos/tabular_form.html
    and know that i've logged your request to have this feature available declaratively.
    hope this helps,
    raj

  • PopUp LOV not returning a value

    I have an HTML region containing an item defined as a PopUp Lov. The LOV code is defined local to the item. When I envoke the PopUp LOV I see all the records I expect to but when I click on an option nothing happens..it's as if its frozen! I can close it OK. A normal LOV though works fine.
    I'm using V2.0. any suggestions on what I may be doing wrong?
    regards
    Paul P

    You're not going to believe this...talking about a cryptic bug!
    The reason why a value was not returned was because I had an HTML defined checkbox e.g. using the following code
    <form></form><input type="checkbox" name="X5" />
    in a HTML region PRECEDING the region containing the PopUp LOV item. If the region with the PopUp item was moved BEFORE the HTML region containing the non-ApEx checkbox then a value WAS returned from the PopUp LOV. When I removed the html checkbox code everything worked OK.
    How can the existence of a check box affect the functionality of an unrelated item in a different region?
    Explain that one!
    Paul P

  • How to adjust the width, height of the window in the apex.navigation.popup.url call?

    Hi,
    I created a Feedback page using the apex feedback feature, not a customized page. The link to the Feedback page calls the apex.navigation.popup.url using javascript to open a popup window. Does anyone know the proper syntax for adjusting the width and height of the popup window?
    I have tried the following, but the window width/height does not adjust:
    javascript:apex.navigation.popup.url('f?p=&APP_ID.:102:&SESSION.:::102:P102_APPLICATION_ID,P102_PAGE_ID:&APP_ID.,&APP_PAGE_ID.',width=350,height=400);
    javascript:apex.navigation.popup.url('f?p=&APP_ID.:102:&SESSION.:::102:P102_APPLICATION_ID,P102_PAGE_ID:&APP_ID.,&APP_PAGE_ID.',350,400)
    Version: APEX 4.2
    Thanks,
    Makeisha

    Why not call navigation.popup instead of navigation.popup.url then? popup.url does have the hardcoded values, but it just calls popup anyway. Nothing stops you from doing the same:
    javascript:apex.navigation.popup({"url":'f?p=&APP_ID.:102:&SESSION.:::102:P102_APPLICATION_ID,P102_PAGE_ID:&APP_ID.,&APP_PAGE_ID.',"name":"winLov","width":350,"height":400});
    Use "winLov" if you want to keep that same popup.url functionality of overriding the same opened window. If you do not provide name the url will open in a new window every time.
    The width and height values are hardcoded in popup.url, but they are not in .popup. There are only defaults in a default object there, and will be overridden when you provide an object with these parameters to the function.

  • Popup image works fine but how to control the window size

    Hello folks,
    I use
    <img title="Click to pop up large image" src="#OWNER#.view_my_file_form?p_file=#IMGID#" width="40" height="30" />
    to popup a image window. It works just fine. How can I set the popup image window size? The window is too big but the image is too samll.
    Many thanks.
    Mickey

    The popupURL function is defined as
    function popupURL(url)
    w = open(url,"winLov","Scrollbars=1,resizable=1,width=800,height=600");
    if (w.opener == null) w.opener = self;
    w.focus();
    If 800x600 is too big for you, write your own mypopupURL function with whatever size you want

  • I would like to transfer all data from my iPod classic to my new computer with windows 8.1. My old computer's cpu died. Utilizing iTunes which only allows iTunes albums purchased at iTunes store. The cd's were loaded via iTunes originally.

    I would like to transfer all data from my iPod classic to my new computer with windows 8.1. My old computer's cpu died. Utilizing iTunes which only allows iTunes albums purchased at iTunes store. The cd's were loaded via iTunes originally.

    Install disk drive from old computer in an external enclosure.
    Then copy the complete iTunes library from the disk drive to the disk drive in the new computer.

Maybe you are looking for