Submit after selecting the value of Popup LOV

Anyone know if it is possible to make the Popup LOV behave as the list select and resubmit the page after selecting a value?

The Select list has an additional attribute in properties named "Page Action times changed value". One of the options for this attribute is "submit Page". This attribute is not available for Popup LOV, but I would like to be able to create the same behavior. The number of values that might be returned for this article is too many to use a Select list...

I think I might be able to add a bit of Javascript somewhere and do a "onChange.submit ()" or something like that, but I'm not sure of the syntax, or where to put it.

Any help gratefully received...

TIA,
Eric

Hello Eric,

Create a "dynamic Action" that fires when the value of Popup LOV is changed and set the Action to "submit Page".

Thank you
Machaan

Tags: Database

Similar Questions

  • How can I select several values for popup LOV

    Hello
    I need to select several values for popup lov. Is it possible to select several values from popup lov


    Concerning
    Veronica B

    Check your page now, added a javascript in shared components file > images and a css in the components share > cascading style sheets

    I used the plugin below
    http://www.erichynds.com/jQuery/jQuery-UI-MultiSelect-Widget/

  • Impossible to select the value from the search screen (quick select, then) on OFA

    Hello

    We have a problem with a user who are not able to select any value from the LOV on any page of the Oracle.

    1. click the button of LOV

    2. search + go

    3. Select or quick selection nothing happens (error on the Page appears in the left corner of the homepage)

    4. only cancel works.

    Any suggestion would be appreciated.

    I saw a similar question posted Impossible to select the value from the search screen (quick select, then) on OFA

    But unfortunately this is not the answer.

    Thank you

    Sam

    Display of the solution to help others. I tried to connect a SR and suddenly a pop Note ups that helped.

    The problem is related to the profile "Self Service Accessibility Features" customer has defined for the user concerned.

    Follow these steps:

    1 change the value of 'None' profile at the user level.

    2 disconnect / connect to the application and testing.

    See you soon.

  • Better display of the values of shuttle LOV in a report

    Hello
    I created a LOV shuttle service in a form, then a report indicating (among others) the values chosen this LOV shuttle.
    If the user choose multiple values I don't like how they appear in the report (they must go in a single cell) because
    the user sees a list of items separated by ': '.
    Is there a simple way to show them for example as a list of points of ball or another form readable nicer human?

    Thank you
    Antonella

    Hello Antonella,.

    use

    select case when your_column_name is not null then '
    • '||replace(your_column_name,':','
    • ')|| '
    ' end as shuttle_column from your_table

    to avoid the ball when you have a NULL value.

    Concerning
    Patrick
    -----------
    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • Change the color of PopUp Lov

    I have the following code for a popup lov
    select a,b from
    (
    select '1' res, htf.escape_sc(su.sukey) a, htf.escape_sc(su.sukey) b
    from udm_su su, udm_lde lde
    where su.ldeid = lde.ldeid
    and su.sukey in (select su_generic 
                     from vrp_cfg_gensuconv)
    and lde.ldekey = :F140_LDEKEY
    union
    select '2' res, htf.escape_sc(su.sukey) a, htf.escape_sc(su.sukey) b
    from udm_su su, udm_lde lde
    where su.ldeid = lde.ldeid
    and su.sukey not in (select su_generic 
                     from vrp_cfg_gensuconv)
    and lde.ldekey = :F140_LDEKEY
    )
    order by res, a, b
    What I want to do is to display the result of the first statement select in red
    and the second in blue

    See you soon

    Gus

    Gus C wrote:
    Apex 3.2

    Don't have around 3.2 to experiment. If the above does not work in 3.2, then I am inclined to think that it won't. Which is strange, because the indications are that the restrictions were unconstitutional in APEX 4.0:

  • {: identifier of the thread = 1338180}
  • {: identifier of the thread = 2126522}

    Part of the problem is that LOVs rendered as select list (which is the most frequent) cannot contain any HTML elements (+ {: identifier of the thread = 898835} +), but the less common popup LOV.

    If it is an essential requirement, then 2 possibilities come to mind:

    1. fairly complex model changes of Page/LOV popup to include JavaScript/AJAX that will run for this list, include the number of entries must be of each color and navigate through the options add styles require.

    OR

    2. use a report on a pop up, rather than a LOV page.

    Both look like more trouble than it's worth.

  • I'm trying to convert a word doc into a pdf file (which I've done 100 times) but now when I connect and press 'convert' after selecting the file it gives me a error message that says "player doesn't have the ability to access this service?

    I'm trying to convert a word doc into a pdf file (which I've done 100 times) but now when I connect and press 'convert' after selecting the file it gives me a error message that says "player doesn't have the ability to access this service?

    Install and use Acrobat Reader DC. You can not use previous versions more.

  • Popup LOV selected the value not in session state

    I have a pop LOV element on a page in my application.  Once the item has been selected in the list presented, I would like to use as part of a select statement.  Select statement failed.  It turns out that the value I want the popup THAT LOV is not being saved in session state, so of course the select statement fails.  I determine this by clicking on the session menu item in the developer bar - the item itself presents itself, but the value is empty.

    What would cause a popup LOV value choice not finish by in session state, and how do I make sure he gets there?

    Thank you!

    If you need the value in a SQL report, you can just set "Elements of Page to submit" in your report to your LOV element definition. Otherwise, create a dynamic fire action when your LOV is changed with a set of pl/sql null process action; then set Page elements to send to your LOV element.

    Alternatively you could do it manually with your own function/Manager javascript using the '$s' Apex API by creating a dynamic action that JavaScript is triggered then the loading of the page:

    $("#PXX_YOUR_LOV").on('change',function(){
      var getValue=$(this).val();
      $s('PXX_YOUR_LOV', getValue);
      });
    

    Changing the value in LOV only updates the HTML code, the element must be submitted to the server so that the value that will be put in session state. The gurus can explain more, but the above methods are what I use depending on the situation.

    see you soon,

    John

  • Retrieve selected the value of LOV

    Hi friends,

    I have a query on the value selected LOV.

    I have two fields in my form called Dimension and indicator. We have the table associated with these two fields, DIMENSION_TABLE and INDICATOR_TABLE.

    The field two Dimension and indicator are filling the table DIMENSION_TABLE and INDICATOR_TABLE lov. Assume that the user has selected 'ABC' as a value

    dimension field LOV and 'XYZ' indicator field lov. Before submitting this user page is by clicking the search button in the page of the form. Then click on the button Search

    a pop up window should open that list down the records of database on the basis of LOV of Dimension selected and indicator which is submitted allread. ex: id-1 indicator of Dimension-ABC-XYZ, id-2 size-ABC indicator-XYZ, id-3 Dimension-ABC indicator-XYZ. Like this.

    Need help on this. Thanks in advance

    Concerning

    You want the whole 9 yards after all.

    Your Page 8 application should look like

    select dimension_table.dimension, dimension_table.indicator
    from dimension_table
    where dimension like nvl(:P8_DIMENSION,'%')
    and indicator like nvl(:P8_INDICATOR,'%')
    

    In the calling Page (say 1) that has the lists to select, on the second lists (supposed P1_INDICATOR) add the following line to the attribute of the element

    onchange="setVal();"
    

    In the call header pages updated HTML code below

    
    

    Now, create an OnDemand application process and insert the following code into it

    declare
      p_x01  varchar2(1000) := apex_application.g_x01;
      p_x02  varchar2(1000) := apex_application.g_x02;
    begin
      :P8_DIMENSION := p_x01;
      :P8_INDICATOR := p_x02;
      htp.prn('');
    end;
    

    You may experience problems of closure of the modal popup. For soolution search this forum.

    Kind regards

  • Display the default value for POPUP LOV

    Hello

    How to display the default value for the element whose type is LOV POPUP?

    Version 4.2 of the apex

    Thank you.

    Hi Sunil,

    Sunil Bhatia wrote:

    Change the default value to "SQL query"

    And set the default value:

    SELECT PERSON_ID PEOPLE WHERE USER_NAME = lower(:APP_USER);

    -Sunil Bhatia

    There is no default Type-> "SQL query".

    BO123 :

    Change the default value--> "Body of the PL/SQL function" Type and value by default to:

    DECLARE
    
      L_PERSON_ID PEOPLE.PERSON_ID%TYPE;
    
    BEGIN
    
      SELECT PERSON_ID
        INTO L_PERSON_ID
        FROM PEOPLE
       WHERE USER_NAME = lower(:APP_USER);
    
      RETURN L_PERSON_ID;
    
    EXCEPTION
      WHEN NO_DATA_FOUND THEN
      RETURN NULL;
    
    END;
    

    Better make a packaged function and just call that work instead of writing all the code by default the value of the item.

    Kind regards

    Kiran

  • Modal region of the tree as a popup... After clicking the value in the tree... How to avoid the parent page is refreshing

    Hi, I spent long hours to solve this problem and wait for the answer from the expert.

    I created a form with text boxes and one of them, I created just small image button to call the modal region of the tree.

    Everything is OK, tree appear and disappear after the passage of the code value for the text element in the parent form.

    But it refreshed and initialized all other areas of empty text as well... ^ ^;

    I think that, because of the link in SQL tree. Someone help me?

    Select case when connect_by_isleaf = 1 then 0

    When level = 1 then 1

    else                           -1

    end the status,

    level,

    "CAT_NM" as the title,

    NULL as an icon,

    "CAT_CD" as a value.

    NULL as ToolTip,

    ? p = & APP_ID.:112 :'|| : APP_SESSION |': P112_CAT_CD :'|| "' CAT_CD ' as link-> How to avoid refreshing the page parent and just switch the CAT_CD to the called page?

    'category '.

    Start with 'PARENT_CAT_CD' is null

    connect prior "CAT_CD" = "PARENT_CAT_CD."

    siblings arrested by "CAT_CD".

    Hey "zoomok,"

    Large - an example would have been my next request in any case I took a glance and changed your demo page to work as you want.

    Things of note:

    -SQL source tree: NO link value! A link value will generate apex code that will redirect you to the link. It will always be a redirect page, where a rerender page, and not what you want! Leaving NULL allows us to interact with the tree interactively via javascript

    -Code in variables and functions global page - javascript - next:

    function treeOnload(){
      var l$Tree = $("#tree_modal div.tree"); // get the tree instance
      // handle the onselect event of the tree
      $.tree.reference(l$Tree).settings.callback.onselect = function(NODE, TREE_OBJ){
        $s( "P112_CAT_CD", $(NODE).attr('id') ); // get the VALUE of the node and put it in item P112_CAT_CD
        closeModal(); // close the active modal region
      };
    };
    

    -In javascript - dependent section I added a call to this procedure:

    treeOnload(); // initialize the tree with our settings
    

    And that's all! I didn't know that you use "openModal". There are different ways to implement modal regions, so it is important to know how we do for ourselves what to do with it.

    FYI - you now need to change your credentials. And mark the answer that has helped you or is correct, please.

  • ADF 11 - stop the user to select some values of a LOV

    Hello
    Jdev ADF BC 11

    I have a DB table countries hence, I've created a VO EO for the creation of country
    and a second reading only VO to be used as a country LOV in other tables.

    I have a second holiday table that uses the country LOV to choose the country for which
    the holiday must be registered.

    A country may be Active, blocked or cancelled

    What I have to do is to stop the user to select a value from the LOV country
    who is blocked or cancelled.

    How is it possible...

    Concerning
    Paul

    OK, this will be much better than just having it scattered randomly in the list.

    What you want to do is to create another view (to the same instance of VO) accessor, this time in your entity object. For this class accessor, you include a named view criteria (change the accessor for that) which limit the selection that the entries 'selectable '. Then, set a validation rule 'List' to the entity object attribute target, select 'In', 'View attribute accessor', and your display accessor and the attribute. Given that the VO attribute uses the more general accessor, which will determine what appears in the LOV, but an attempt to choose something that is not in the narrow view accessor will send a validation error.

  • Choose the option to popup LOV does not change evet

    Hello

    Version 4.2.6 apex

    I have a popup LOV.

    I also change listener

    $('#P2_ID').on('change', function() { ... });
    

    It turns out that when I select the popup option that does not fire my change. I have the reason is cause there is a kind of function that changes the value of my item.

    Has anyone had these problems and how to solve?

    It's very illuminating. Your versions of jQuery are not really "contradictory", it's just that by introducing another version of the library that this version has used the references $ and jQuery.

    Apex has kept against that by saving a reference to the jQuery apex version used in the namespace of the apex, where apex.jQuery.

    In short: always use apex.jQuery in respect to the apex. Use only $ (in this case, the most recent version) when you need the features of this latest version.

    Also, as you can see, it is important what version allows you to manage events. You cannot trigger an event handler associated with $ using apex.jQuery. Apex triggers, manage upcoming events of the apex.jQuery - always! He may be confused, surely. Please consider well before including another version of jQuery! More: you may consider not to overwrite the reference $ existing and rather keep the new namespaced version as well, or using noConflict after he did what he should. I also have an application where both versions are used, and it can really cause the longer spurts of confusion...

  • Set the values in cascade LOV (Skillbuilders SuperLOV used)

    Hello

    I install a simple page with a SuperLOV cascading.

    I'm trying to set the values of the first and the second SuperLOV based on the selection of a report.

    After the selection, a javascript function is called that sets the variable state and browser session P1_EMPNO

    function editRecord(pValue) {
       //set session state of P1_EMPNO to use in pl/sql query
       var a=new htmldb_Get();
       a.add('P1_EMPNO', pValue);
       var r=a.get();
    
       //set variable to trigger dynamic action
       $s('P1_EMPNO',pValue);
    }
    

    I use this point (P1_ITEM) to trigger a dynamic Action (when the value changes AND is not null) to SET the VALUE for the first LOV. This method works.

    Then one created a second dynamic Action that uses the event AFTER REFRESH for the first LOV to SET the VALUE for the second SuperLOV. It does not work

    Just to test the logic, I created a third standard LOV which is the same as the second SuperLOV and respective dynamic action. This one works.

    It's the http://apex.oracle.com/pls/apex/f?p=49044:1 application

    (PATRICK, demoadmin, 1234) application WORDERS.

    I would be very grateful for any help

    Thank you.

    OK, I discovered what was going on.

    I used a $('#P1_EMP').apex_super_lov of javascript for dynamic Action action to set the value of the SuperLOV.

  • Select the values from the list

    All,
    I need help for this task.
    I have a Select list element with display value (names emp) real values(emp ID) /LOV now I want to complete the following text items (Dept, location, wages etc.) based "names of emp" I took from the list select... any help? Thanks in advance.

    Hello

    The simple way is:

    1. change select list property settings: action, highlighted Page changed: "Send Page".
    2. write a process on submit, type pl/sql, then fill the (Dept, location, salary, etc) with the select query where condition check for emp_id =: Select_list name.
    set the condition for the process while it is called when a user selects the name of the employee.

    THX
    MK

  • Cannot set the position of Popup LOV 10g shaped

    Hello

    I'm unable to set the position of popup window popup LOV in my canvas in Oracle Forms 10g.

    In the property Palette, I put X Position and Y Position for the desired values, but it is not in the actual position.

    Can someone please help in this regard.

    Thank you.

    Automatic Position property is set to True.
    Position Position & Y X is set to 0. Even in this case the LOV is rendered in the middle of the form. It is not displayed next to the button that causes LOV to display.

    I tried another way.
    Set the Automatic Position on no. property and set the X & Y Position the coordination required, then displayed in my desired position.

    So, I was missing the Auto value not earlier. Thanks for your reply, he helped solve the problem.

Maybe you are looking for