drop down menu to not appear when selected

my form is configured to have the text appear in a text field, once a selection is made from a drop-down list. How can I get the text does not appear in the drop-down list field once it is selecteddropdown2.jpg

Thanks in advance

Try something like this after your code in the event of modification of the fall down

for (var i = 0; i < this.items.nodes.length; i++ )
{
    sValue = this.resolveNode("items.#text[" + i + "]").value;
    if ( sValue === xfa.event.newText )
    {
        this.deleteItem( i );
        xfa.event.change = "";
        break;
    }
}

Tags: Adobe LiveCycle

Similar Questions

  • Why don't point in the drop-down list address not remove when selected and click on remove

    on version 14.1 - to remove an item in the drop-down address, said the point the address line the right click and select delete - this clears the address line but point remains in the drop-down list and does disappear not - why point unclear when you return to fall down to check this

    the system is XP and ff 14.1

    I think that you need for the arrow down to the element, so it is highlighted, and then press DELETE.

    (I meant the keyboard delete key, you can't right click on the drop-down list).

  • The drop down menu boxes that appear under the heading of Firefox do not fill. A form of box on the screen, but it is empty. Given zero no has not solved the problem.

    The file, editing, display and help tabs that were on the previous version of FireFox Menu bar top are apparently incorporated into the "FireFox" drop-down box in the latest version of the browser. I was unable to open those tabs earlier, so by the recommendation of the Support Forum, I have Firefox on my laptop. Now not only the tabs above are missing after this reset, but the drop down menu does not open in any submenus. What I see now is a box on the surrounded black screen, but sub menu selections such as save as, print, copy etc are not shown in the box. This is why the Navigator is not functional in its current state.
    Does anyone have a fix for this problem that will not delete my favorites and other content stored on Firefox? Please save me to return to Internet Explorer.
    AJJC

    Try disabling hardware acceleration in Firefox.

  • Drop-down list does not appear selected value

    Hello

    I have a problem. The output of a query results page. There are 2 fields must be updated: scholarshipID and amount. I want to update my request at a time. My dynamic drop-down list does not appear selected value. The value is there, but it does not recognize in the drop-down list. I could not find the error. My code is below, so please help...

    < name cfquery = "getStudentsData" datasource = "#application. DSN #">"
    Select StudentID, fname, lname, GPA, Tbl_Students.ID, ScholarshipID, rise, Tbl_StudentsScholar.ID as the SSID, AwardStatus
    of Tbl_Students, Tbl_ApplyYear, Tbl_EduBckgrnd, Tbl_StudentsScholar
    where Tbl_Students.ApplyYr = Tbl_ApplyYear.id
    and Tbl_Students.id = Tbl_EduBckgrnd.SID
    and Tbl_Students.ID = Tbl_StudentsScholar.SID
    and ApplyYear = 1
    and steps = 7
    order by studentid
    < / cfquery >

    < name cfquery = "getScholarship" datasource = "#application. DSN #">"
    Select AcctNum, scholarship, Tbl_Scholarships.id, Code
    of Tbl_Scholarships, Tbl_DistCode
    where Tbl_Scholarships.DistCode = Tbl_DistCode.id
    AcctNum order
    < / cfquery >

    < cfparam name = 'X' default '0' = >
    < cfparam name = default "CounterX" = "0" >

    <!--get scholarship-->

    < cfif getStudentsDataRet.RecordCount eq 0 >
    < class p 'paragraph' = > No Records Found < /p >
    < class p = "pageheight" > < / p >
    < class p = "pageheight" > < / p >
    < cfelse >


    < class p = "submitmessage" > records found - < cfoutput > #getStudentsDataRet.Recordcount # < / cfoutput > < / p >
    < table width = "98%" border = "1" cellpadding = "3" cellspacing = "0" style = "" border-collapse: collapse "bordercolor ="#000000"align ="center">"
    < class tr = "steptext2" bgcolor = "#999999" align = "center" >
    < td width = "10%" > Student ID < table >
    < td width = "9%" > name < table >
    < td width = "9%" > name < table >
    < td width = "5%" > GPA Cum < table >
    < td width = "5%" > account # < table >
    < td width = "5%" > < table > amount
    < td width = "20%" > account # | Dist Code | Scholarship name < table >
    < /tr >

    < do action = "updateAward.cfm" method = "post" name = "AwardForm" > "
    < cfoutput query = "getStudentsDataRet" >
    < cfif eq x 0 and x neq getStudentsDataRet.recordcount >
    < cfset x = 1 >
    < cfelseif x neq (getStudentsDataRet.recordcount + 1) >
    < cfset x = x + 1 >
    < / cfif >
    < class = "paragraph" tr >
    < td > #StudentID # < table >
    < td > #lname # < table >
    < td > #fname # < table >
    < td > #GPA # < table >


    < cfif AwardStatus eq 2 >
    < name cfquery = "getStudentsScholar" datasource = "#application. DSN #">"
    Select Code, Tbl_Scholarships.id, AcctNum, scholarships
    of Tbl_Scholarships, Tbl_DistCode
    where Tbl_Scholarships.DistCode = Tbl_DistCode.id
    and Tbl_Scholarships.ID = #getStudentsDataRet.ScholarshipID #.
    < / cfquery >
    < / cfif >
    < td >
    < select name = "" scholarshipID_ #X # "onChange =" showMessage_ #X #(this.options[this.selectedIndex].value) ">"
    < option value = "" > < / option >
    < cfloop query = "getScholarshipRet" >
    < option value = "" #id # "selected < cfif getStudentsDataRet.ScholarshipID eq id > < / cfif > > #AcctNum # < / option >"
    < / cfloop >
    < / select >
    < table >
    < td > < input name = "" amount_ #X # "type ="text"size ="5"< cfif amount gt 0 > value = ' #NumberFormat (amount, 99.99) # ' < / cfif > / > < table >"
    < td > < cfif AwardStatus eq 2 > #getStudentsScholar.AcctNum # | #getStudentsScholar.Code # | #getStudentsScholar.Scholarship # | #getStudentsDataRet.ScholarshipID # < / cfif > < table >
    "< input name =" "IndexID_ #x #" type = "hidden" value = "#SSID #" / >
    < /tr >
    < / cfoutput >
    < cfoutput > < input name = "CounterX" type = "hidden" value = "" #getStudentsDataRet.RecordCount # "/ > < / cfoutput >"
    < b >
    < td align = "center" colspan = "11" height = "50" valign = "middle" > < input name = "Submit" type = "submit" value = "Submit" / > < table >
    < /tr >
    < / make >
    < /table >
    < / cfif >

    the syntax is: getStudentsDataRet.ScholarshipID [1]

    where '1' is the line number to specify

  • Unable to connect any device bluetooth on my windows vista, go to bluetooth devices but the drop down menu will not drop

    Original title: mouse bluetooyh
    Unable to connect any bluetooth devices on my computer windows vista, go to bluetooth devices but the drop down menu will not drop iam so unable to connect any bluetooth. any suggestions

    Hello

    read these tutorials on how to set up bluetooth

    http://www.vista4beginners.com/how-to-setup-a-Bluetooth-connection

    http://Windows.Microsoft.com/en-us/Windows-Vista/set-up-a-Bluetooth-enabled-device

    Here are solutions to some common problems with Bluetooth devices.

    You can also try a convenience store for diagnose and fix common problems with equipment and devices running.

    http://Windows.Microsoft.com/en-us/Windows-Vista/troubleshoot-problems-with-Bluetooth-enabled-devices

    f the foregoing does not fix it contact the manufacturer of the device

  • Drop-down menu does not when the navigation bar collapses in rocker

    Hi all

    I use 3 "bootstrap" on the site below and I have some questions when the navigation bar collapses in rocking, as it seems to stop the drop down menus to work. When you tap or click the drop-down menus, the menu closes just, once again.

    Can someone tell me please on this?

    http://www.clockdoctors.co.UK/test/index.html

    I apologize to this topic. I didn't see that earlier post, I obviously had a blond moment.

    OK, so I think that I fixed it!

    I first tried to remove the script ' ' to see what would happen. Which translates to the stop of the page class 'scrolling' to work, but then allows the drop-down menu to work as it should, as you say.

    I then put this script, but removed this piece of code in the file "agency.js".

    Close the sensitive Menu on the Menu, click on item

    $('.navbar-effondrement_ul_li_a').click (function () {}

    $('.navbar-toggle:visible').click ();

    });

    and now it works fine!

  • Selection drop-down menu does not work on "display".

    33.1 Firefox latest and before that had the problem

    If I go to 'view' then 'zoom in' or 'sidebar' or 'toolbar' nothing shows.
    also can not copy or paste on / in the address bar.

    works fine in safe mode.

    But I can not disable add ons because
    those disable drop down menus do not work.
    so I can't turn them off.
    may have started in the last version
    SO I can't say which add on is a problem.

    BTW, I have windows 7

    Hello telebob, try turning off hardware accelerationand check again (in safe mode hardware, acceleration is disable).

    Thank you

  • Drop-down menu is not expanding

    Hello

    I created a drop down menu in a qml Page (inside a container), but it is not workin: when I tap on it, it does not extend. The code is below

    Container {
    minHeight: 720
    layout: StackLayout {
    }
    onCreationCompleted: {
    scrollView.requestFocus();
    }
    
    DropDown {
    title: "Push button on the"
    enabled: true Option {
    id: centerOption
    text: "Center"
    value: 1
    }
    Option {
    id: rightOption
    text: "Right"
    value: 2
    }
    }
    
    }
    

    I found the solution. I'm accidentally requestFocus() baseobject another and so the menu drop-down is unlikely to expand.

  • drop-down menu does not work any longer

    Even on this page by clicking on the drop-down menu bar under "Happened" below shows that the option for a fraction of a second.

    Try turning off hardware acceleration.

    • Tools > Options > advanced > General > Browsing: "use hardware acceleration when available.
  • Modules window does not appear when selected in Tools/Addons except new open first tab

    Addons window does not open when selected Tools/Addons, except new (empty) tab was selected first. Is there a fix or is this a bug

    This has happened

    Each time Firefox opened

    == upgraded to 3.0

    It is a problem with one of your modules, Mr Tech Toolkit, it is a known problem, but I don't know any solution, although there are workarounds.

    In Mr Tech Toolkit options, under the section "Manager Hacks > Behaviour ', you will have to"select target window' set to 'new tab '. One solution is to change to 'new window '.

    An alternative is to use a bookmark to open Bookmark Manager modules in a tab at the following location:
    chrome://mozapps/content/extensions/extensions. XUL

  • anchor points and path does not appear when selected windows 8?

    CS6 Illustrator on Windows 8, first of all the flickering screen, path problem now and anchors do not display when selected. That is why the program practically unusable.

    HA!

    jacdepczyk.com

    Could be view > Show Bounding Box... .or maybe consider > Show Edges

  • Drop-down menu came not in internet explore

    Hello

    I have created a Web site drop-down list came not on mouseover internet explore, works fine in safari, firefox.

    Please help me Weblink

    Try wmode = "transparent" for the second flash movie like you did with the first flash movie.

    GRAMPS

  • Drop-down menu does not when the navigation bar collapses for mobile devices

    My menu drop-down does not work correctly when the navigation bar collapses on mobile devices. The menu, but it's completely to the left, not right where I like it and hidden under a picture so that none of the links are accessible. The site is http://www.medicinedancecounseling.com.

    Index-Z = stacking order.  So even if you make menu items at the top, they mask your portrait in a most flattering way.

    Nancy O.

  • Drop-down menu does not work properly in firefox

    My http://www.base-x-of-war.com/ Web page has a menu drop-down.
    When I hover over the section flyout left menu should be right next to the left with the products menu.
    But when I fly over the left menu, the mobile part is very good website page and you can see that a very small strip of it.

    After I zoomed in or out, the flyout work all of a sudden. But after I clicked on a category of products and you want to use the flyout, once again it is on the right side very new and I need to zoom in or out again so that the context menu appears where it should be.
    The same happens when I hover over the menu and make a left click with the mouse and select "Open link in a new tab" it works again, but only until what I clicked on a category of products on the fly part.

    It works great absolute in all other browsers I have tested.

    Your help would be very appreciated, I searched for hours on the web and found nothing that could help me with this.

    Thank you and best regards
    Simone

    Hello
    Thank you all very much for your answers.
    This answer by forums.mozillazine.org solved my problem:

    The problem is reproducible when the page is reloaded. Clicking on a product category the problem reappear, Yes, but in large part because a new page has been loaded from the server.

    You mentioned this code in a script element starts shortly after the text of the page 'Sticker 25 x 25 mm base metal' (line 773 served home page)

    $(window) .one ("Resize", function() {}

    .... resize code ....
    

    ({. resize()});

    Now, if the call to. resize() is trigger execution of the resize handler and configure the code from menu drop-down, it seems to be too early for Firefox: the DOM has not been finalised and HTML more follows to the bottom of the page.

    Without being able to modify and test the page from the server, I can only predict how to fix:

    function myResizeCode() {/ / name of the function to resize for reference}

    .... resize code ....
    

    }

    $(window) .one ("Resize", myResizeCode); Save the resize Manager
    $(window) .one ('load', myResizeCode); and call when the page is loaded

  • Data from the field drop-down list does not clear when the reset button is activated

    Acrobat Pro XI

    All field boxes are checked in the tab properties of the button actions... but when I click on the reset button of the form I created only the data in clear text fields, not any of the data that has been selected in a drop-down list.  What I am doing wrong?

    The 'rest shape' command returns the fields to their default values. If this

    value is not empty, that's what he'll be back.

Maybe you are looking for