The point in THE READING values (select lists)

Hello experts and professionals!
I have a little problem on the left in one of my apps which is otherwise quite finished. By using the code below, I have reset some items on my pages, including lists of selection.
Which works fine in Firefox does not in IE 8 in all. The text element is disabled, but the selection lists are not emptied.

Do you have any idea how to fix this bug? I had serious problems to make jQuery and Javascript to run on IE and had to paste my code in the body of the page for ie to correctly interpret. This time it didn't matter either. Do you have any suggestions for me? Do I need to adjust the code? Since the text element is set to nothing, I know that the code is done! It is simply the selection list, which isn't managed properly!

I'm curious to know your tips!

Thank you very much!

Code:

< script type = "text/javascript" >
function f_setItem)
{
$x_Value ('P1100_ART_NAME', ");
$x_Value ('P1100_ART_CODE', ");
$x_Value ('P1100_ART_ID', ");
$x_Value ('P1100_XVAL', ");
}
< /script >

Kind regards
Sebastian

Hello

If all the elements are select list try this


BR, Jari

Tags: Database

Similar Questions

  • Can not set a value by the executed dynamic action on the page element "selection list."

    I created an agenda of the page 'list of selection' and I want to when I change a value in another element of the page set only 'screen '.

    I created a dynamic action on the page element "selection list" for this.

    These are the dynamic action attribute:

    When:

    ======

    Event: change

    Selection type: point

    Article: P29_PURCHASE_ORDER

    Condition: No strings attached

    Advanced:

    ========

    Scope of the event: static

    Identification:

    ==========

    Action: Set

    The ' Action Page when the changed value "attribute of the element of 'list of selection' = 'None', and when I run form the dynamic action run and set the value for once and do not update the value according to the change in the article"list of selection. "

    Note: when I change the previous attribute of 'Redirect and set', dynamic action run and properly value, but the value was hidden soon

    I want to value when the value of change of select list according to this change successfully.

    Please, advice me,

    Best regards

    Mustafa Ezzat

    Hello

    you set the value of the 'Page elements to submit' to P29_PURCHASE_ORDER?

    Then, the SQL statement would use the current selected value.

    This is the help text says: "specify a list separated by commas of the elements of the page that will be submitted to the server and therefore available for use in your"SQL statement"," PL/SQL Expression"or"Body of the PL/SQL function".»

    Kind regards

    Erik-jan

  • Fetch value selection list to select the list using dynamic measurements

    Hello

    I have a select list 1 and select list 2

    as I chooses a 1 based on selected value select list option, select list 2 options screens.


    : Options P1_SELECT1

    DISPLAY RETURN VALUE OF VALUE
    D INTERIOR
    INTERNATIONAL I HAVE

    : P1_SELECT2 with dynamic statement options

    Select NAME, ID from PRODUCT_MAS
    where ADDL_FIELD1 =: P1_SELECT1

    can I do this task using dynamic measurements?
    If so how can I do this?

    You have even set a dynamic Action for this:
    Set as Select list and property 'Cascading LOV Parent article (s)' set of P2_SELECT2 to P1_SELECT1 and you're done.

  • Is it possible to create a shuttle component in Oracle ADF, where the available and selected lists are tables of the adf?

    Hi all


    We use JDeveloper Studio Edition Version 12.1.3.0.0 and deployed on GlassFish Server Open Source Edition 3.1.2.2 (build 5) and connect to the SQLServer database.


    Is it possible to create a shuttle component in Oracle ADF, where the available and selected lists are tables of the adf?



    I did a POC sample on it. I can share with you. I can't put in my dropbox because dropbox is blocked in my network. Share your email. I'll send the POC through

  • Passing the value of the SQL query select list

    Hello

    In my application users have in their homepage to a region which has two simple things, a part of LIST SLECT lov function and a BUTTON

    There is also another page which has a normal life to report which shows the employees.


    Homepage the user can select certain number of Department in its 'SLECT-LIST' and click 'open '.


    For example: If the user has selected a DEP_NUM_5 and click on the BUTTON it will be redirected to the page of a report and gets only showed the employees belonging to the Department 5.


    The report page contains a simple SQL query, and I understand that somehow I must pass the value in the SELECT LIST, where I now have the '?


    How can I do this, where should I start?

    Of course I would really appreciate an example of code, if anyone has time to do a.

    
    select "EMP_ID", 
    "EMP_FORNAME",
    "EMP_SURNAME",
    "DEP_NUMBER"
    from EMP E
    where E.DEP_NUMBER = ????????
    
    

    Hi Sozua,

    1. create an item hidden on the page where you have the report.

    I say P2_DEPT_NO

    2 assign to that in your sql query

    select "EMP_ID",
        "EMP_FORNAME",
        "EMP_SURNAME",
        "DEP_NUMBER"
        from EMP E
        where E.DEP_NUMBER = :P2_DEPT_NO
    

    below the area source ther is also an option

    Elements of page to submit-> put this element in this.

    for example;

    Page to submit items: P2_DEPT_NO

    3. change your button

    Action: Redirecting to page of this application

    Page: 2 / / assuming that page 2 is the report page

    Place these items: P2_DEPT_NO

    with these values: & P1_SELECT_LIST.  assuming that selection list is on page 1

    Hope this helps you,

    Kind regards

    Jitendra

  • Avoid repeating the selected values on the tabular form select list

    Hello

    I need help with the following situation:

    I have a selection list containing all departments. When the user selects a Department, a tabular presentation appears with a list of selection employees containing on this Department. When adding new employees (new lines), I would like to remove the current employees of the selection list without submitting the page to avoid duplicates.

    Something similar to this: http://apex.oracle.com/pls/apex/f?p=18:307, the problem with this example is that the number of lines is predefined and initially shows all values so if I change one, it erases all existing records.

    I created an example on apex.oracle.com:

    Workspace: EDIAZJORGE

    USER name: TEST

    PASSWORD: test123

    Application: 84395 - tabular

    Page: 1 - home

    Thank you for your help,


    Erick

    Hi Erick,.

    As a solution, I suggest to use an element of the shuttle in a form instead of a tabular presentation. I think that its functionality to meet your needs.

    Robert

    http://apexjscss.blogspot.com

  • Get the display of selection list value

    Hello

    I use Apex 4.1 and I have a selection list in my page. I know that I can access the value of the element selected by: P1_SelectList, but I would like to know how to access the display value for the selected item.

    Thanks in advance,
    DS

    Hello

    I don't know what are your exact needs. I mean why you need display the selected value?

    If you want to access the List select using JS, then the element should be available on the page. If it is already display the value to display for the user.

    That's what I wanted, but I am trying to add this script in page 0, I want it, it is available in all applications except page 1 where the select control is there and the "Execute when loading the page" you mentioned article is not available in page 0. Any idea?

    Create a dynamic action which will trigger the Page load and who will do the following JS code.

    $("div#select-val").html($("#P1_SELECTLIST option:selected").text());
    

    Also create the region HTML DIV on the page 0. And again, the P1_SELECTLIST element must be accessible to all pages, so you can create this article in page 0 as well?

    Kind regards
    Hari

  • Select the request value mailing list

    I have several items of type ' Select list with shipment "on a form page. When the user changes a list selection, proper process must be loaded. I tried to use the name of the element as the value of the REQUEST, but I'm getting a NULL request when I change the order of the day. How can I capture the value of demand for these items. any ideas are appreciated.

    Kind regards
    Surya

    I just tested it.
    At the top of the page it says

    0.01: A C C E P T: Request="P2_BRAND_ID"
    

    This will be set all the way until you plug.

    Once you have branched out YOU don't SET THE REQUEST IN THE BRANCH IF you will get something like

    0.11: S H O W: application="3" page="2" workspace=""
    request="" session="2287495007492076"
    

    If you try to get a process to run using the request on the way in a page, you will need to put a branch, under certain conditions of shooting on your article and in this branch, set the value of the application once again. It will be valid when you return to the page.

    Gus...
    AWARDS: Don't forget to mark correct or useful posts on the forum, not only for my answers, but for everyone!
    ;-)

    Do you have this sort your problem?

    Published by: Gussay on September 21, 2009 18:04

  • Change to the text field selection list

    Hi guys,.

    How can I create a dynamic action at random an element to the list of selection in the text field?

    I use a group of buttons radio with two options: YES and no.

    I don't want to not create two items because I'm using the same database column.

    I tried before with two elements "power off" and "carriers", but without success.

    Can you help me?

    Thank you

    Eric

    Eric.Sacramento wrote:

    Already tried that, please see the photo.

    I'm doing something wrong?

    The error message indicates that there is more than one item referring to the same column name. Follow the instructions given above for only a single and invisible element is related to the database column. Shadow points that actually appear in the user interface must not be bound to the database column, but get their initial value of this article, and conditional calculations should be used to copy the input value in the user interface elements for the element to a database column.

  • change the field type selection list of text based on the data in the other domain.

    Hello

    We have a requirement where we are looking to display the page as element select list or a free text field based on the value of the item to another page.

    Say, we have two fields

    Day:

    Products:

    If day = 'Monday' produced a drop in low field of another product would be a free text field.   Is this possible in APEX?

    This is the configuration I did.

    I used the field produced twice (as a text and list field select) as an element of a page., dependent on the value of the day I used the dynamic properties of actions to show/hide these fields.

    However, when I click on submit, it throws an error:

    ORA-06550: line 1, column 108: PL/SQL: ORA-00957: name of column in double ORA-06550: line 1, column 13: PL/SQL: statement ignored


    Kind regards

    Satya

    You can have both share the same database column, the process of the APEX DML does not know how to consolidate.

    You will need to add a calculation and determine the real value based on two fields, up to an only one mapped to db.

  • jQuery to update the background color select list

    I have this element in a tabular presentation.

    < select name = "f15" id = "f30" autocomplete = "off" >

    < option value = "" selected = "selected" > < / option > "

    ROSE < option value = "PINK" > < / option >

    < option value = "SILVER" > SILVER < / option >

    < / select >

    I try to use jQuery to f30 in the table, then for each item in this table cross list items and set the background color for what is in the value field.

    But I can't even the value of each item in the selection list. This.Value and $(this) .val () return null.

    This is my small effort:

    $("[name="f15"]').each (function () {}

    line = apex.jQuery (this) .closest ('tr');

    Alert ('value =' + This.value);

    Alert ('value =' + $(this).) Val());

    . style.backgroundColor $(this) = this.value;

    $(this) .css ({backgroundColor: this.value});

    $(this) .css ("background-color", "red");

    });

    Hello

    $("#f30>option").each(function() {
      console.log(this.value);
    });
    
  • LOV from the current value selected

    Hello.

    I created a combobox with a list of values.

    the problem is:
    When a value has been chosen from the LOV, it should be the starting value if the LOV is never reopened.

    don't know if that was a good description of the problem, then I will give you a small example.

    display 3 lines with a scroll bar. The LOV with 1,2,3,4,5,6,7,8,9 will show the first time, that it is growing when no value has been selected 1,2,3. So let's say 6 is chosen as the value of the LOV, then developed the LOV even once, it should show 6,7,8 and not 1,2,3.

    Surely, this must be a common use case, but I can't seem to find the right way to do it?

    TIA

    The component has a value property. Set the value property to the index that you want to be selected and it shoulw see the place you want.

    Timo

  • Can the reader sort a list themselves on the site?

    Hi all

    I have a list of publications. For example:

    Bach, s., Bayliss, A.P., tippers, S.P. (2011). The predictive mirror: during the observation of the action of the interactions of the mirror and affordance. process Psychonomic & Review Bulletin, 18 (1): 171-6.

    Truck Tipper, S.P., Bach, P. (2008) your actions impact on how you perceive other people: an allocation of assessments of the action of the. Journal of Experimental Social Psychology. 44, (4), 1082-1090.

    Hudson, M., Hong Liu, c. & Jellema, t. (2009). Anticipate intentional: the effect of the direction of the eyes on the rotation of the head judgment. Cognition. 112, 423-434. DOI: 10.1016/j.cognition.2009.06.011.

    I would like to the reader of the site have the option to sort the list by one of the five variables: first alphabetical author, laboratory alphabetical member (in bold), year (in parentheses), (underlined), Journal (initalics) Article name.

    This is the same function as on Amazon, where you are able to sort the results by price, reserve name etc.

    Is this possible in Dreamweaver? Can someone tell me or point me in the right direction?

    Thanks for any help you can give.

    Matt

    Only HTML cannot do what you want.

    You would need a database for content & categories.  And scripts to sort the data output by various criteria (author, title, etc...).

    The type of database and scripts you would use depend on your server.  Linux servers generally support MySql & PHP when Windows servers are mainly supported MSSql and ASP or ASP.net.

    Nancy O.

  • Dynamic SQL query to get the unique value of list in a column

    I have two tables: tblWorkers and tblSkills. tblWorkers has a column, skills, which is populated by a field of multiple-checkbox with one or more skill_IDs of tblSkills, so each tblWorkers.Skills consists of a list of one or more comma-delimited values. For any Skill_ID, I need to generate a list of all workers with the appropriate skills, so I tried to do something in the direction of SELECT WorkerName FROM tblWorkers WHERE IN of skills (skills, #FORM. Skill_ID #)... or WHERE skills (ListFind (skills, #FORM. Skill_ID #))... etc.? My results (once I have had data type mismatches of the road) return all workers, not just those with the desired skills. There must be an easy way to do... How people with a little more experience CF/SQL I do this?

    > each tblWorkers.Skills consists of a list of one or more comma-delimited values

    This is your problem. You store a list of values that you want to access power/query separately in a single column. You will have to burst in a separate table.
    TblWorkers

    TblSkills

    TblWorkerSkills
    mapping table of many workers with skills.

    If you do not change your data model now, you will constantly be butting your head against that.

  • How to determine the Boolean value selected in a mouse down event pane?

    I have a lot of Boolean controls and indicators in my VI and I would determine what boolean is selected (left click) on a mouse down event pane.  Can I do this without having to specify each of the Boolean in the case of event configuration?

    Thank you.

    Jim

    If you get a ref to your Boolean all they have properties that define it location and size. Compare the location click with the limits of each boolean and where

    Left< click=""><>

    AND

    Back to top< click=""><>

    you have found the Boolean value that ended the click.

    It may be easier to use the Boolean refs table to create a dynamic event and then use the ref returned by the mouse down to get the label of the Boolean value that has been clicked.

    Have fun

    Ben

Maybe you are looking for