<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Searchable drop down menu? in Adobe LiveCycle Questions</title>
    <link>https://experienceleaguecommunities.adobe.com/t5/adobe-livecycle-questions/searchable-drop-down-menu/m-p/42109#M109271</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank &lt;A href="https://experienceleaguecommunities.adobe.com/people/BR001"&gt;BR001&lt;/A&gt;​..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far everything looks fine on my side, I will add my findings below to help improve the reusability of such components in the future...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I tried to use a fragment inserted on the master page, which will be used to how/hide the Autocomplete subform (component). This approach worked with limited success. I was able to show/hide the instance on the designated page, however, I need to solve two problems:&lt;UL&gt;&lt;LI&gt;If there are other elements on the same position of the list box of Autocomplete, and if they are clickable, then the click event of the listbox will not work.&lt;/LI&gt;&lt;LI&gt;I need to get the absolute position of the element, and use it to set the position of the Autocomplete component. This is because the Autocomplete component coordinates are relative to the master page, and the coordinates of the Search Box are relative to the content subform, and they don't align with each other. I believe I have seen script that will take care of this issue. I will have to look for it. &lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code below I used to get a reference to the Autocomplete component (inserted in the master page) from the Enter Event of the search field:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15428306275262128 jive_text_macro" data-renderedposition="292.1875_8_1042_64" jivemacro_uid="_15428306275262128" modifiedtitle="true"&gt;&lt;P&gt;// form1.subform[0].address_field::enter - (JavaScript, client)&lt;/P&gt;&lt;P&gt;var pgNo = xfa.layout.page(this);&lt;/P&gt;&lt;P&gt;var strAutocomplete = "form1[0].#pageSet[0].Page1[" + (pgNo-1) + "].AddressAC[0]";&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt;"&gt;sfAutocomplete = xfa.resolveNode(strAutocomplete);&lt;/SPAN&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1627116_pastedImage_1.png"&gt;&lt;img src="https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/287i423D4905C4A71431/image-size/large?v=v2&amp;amp;px=999" role="button" title="1627116_pastedImage_1.png" alt="1627116_pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For now, I will insert the subform fragment "AddressAC" in each main page where it is needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tarek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Nov 2018 19:00:02 GMT</pubDate>
    <dc:creator>tarekahf</dc:creator>
    <dc:date>2018-11-21T19:00:02Z</dc:date>
    <item>
      <title>Searchable drop down menu?</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-livecycle-questions/searchable-drop-down-menu/m-p/42043#M109199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have several drop down lists in a PDF I am creating. These drop down lists contain diagnoses to be used by physicians. With there being a LOT of diagnoses, it would be extremely convenient if I had a "search" function of some kind that could be utilized as the wording of the descriptions for the codes/diagnoses can vary: (Ex. "Rib Pain" or "Pain in Rib")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As of now, the only option is to select the first letter of the name they believe the diagnosis to have. Using this example, they would select the drop down menu and press "R" and the list would jump down to the beginning of the R's. But, if the name is actually "Pain in Rib", they would have to search through all the other diagnosis codes to locate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe a search function would be the most appropriate for something like this. But, I am having some trouble locating any info on coding for something of this nature. If there are any suggestions that could make this, (or something that accomplishes the same task), possible, I am all ears.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I included a pdf with the fragment with the drop down menus as well as a list of the diagnoses I have in them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate any help or ideas. I've never been let down by the people here in these forums. &lt;IMG src="https://experienceleaguecommunities.adobe.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 15:31:16 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-livecycle-questions/searchable-drop-down-menu/m-p/42043#M109199</guid>
      <dc:creator>jrhea1984</dc:creator>
      <dc:date>2009-11-05T15:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: Searchable drop down menu?</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-livecycle-questions/searchable-drop-down-menu/m-p/42044#M109200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've done something similar using a textbox and a listbox, which I hide when the textbox is empty and populate with matching entries when it is full.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Might be a starting point for you, attached is my demo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bruce&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 02:14:29 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-livecycle-questions/searchable-drop-down-menu/m-p/42044#M109200</guid>
      <dc:creator>_Bruce_Robertson</dc:creator>
      <dc:date>2009-11-06T02:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: Searchable drop down menu?</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-livecycle-questions/searchable-drop-down-menu/m-p/42045#M109203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I too think your best option would be a text field and list box as recommended. I probably can't give you a better example than what was already given. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 04:56:52 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-livecycle-questions/searchable-drop-down-menu/m-p/42045#M109203</guid>
      <dc:creator>TechiesTechie</dc:creator>
      <dc:date>2009-11-06T04:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Searchable drop down menu?</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-livecycle-questions/searchable-drop-down-menu/m-p/42046#M109204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jrhea1984,&lt;/P&gt;&lt;P&gt;Is it possible to post the Problem + Diagnosis menus PDF sample again&amp;nbsp; without fragment?&lt;/P&gt;&lt;P&gt;It is very intersting the way you have done the searchable Drop down menu even with first letter!&lt;/P&gt;&lt;P&gt;From the Fragment I can not view your Scripts..&lt;/P&gt;&lt;P&gt;There is any way to help me how you did is?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 14:23:41 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-livecycle-questions/searchable-drop-down-menu/m-p/42046#M109204</guid>
      <dc:creator>mmgiath</dc:creator>
      <dc:date>2010-01-21T14:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: Searchable drop down menu?</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-livecycle-questions/searchable-drop-down-menu/m-p/42047#M109205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; liked this thread !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 14:25:55 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-livecycle-questions/searchable-drop-down-menu/m-p/42047#M109205</guid>
      <dc:creator>tarekahf</dc:creator>
      <dc:date>2010-09-29T14:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: Searchable drop down menu?</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-livecycle-questions/searchable-drop-down-menu/m-p/42048#M109206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Bruce ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I liked your script. Though it worked for me , I could not get a complete hold of it. I mean how does it perform the action required for ? One more thing I have several connected Dropdowns, if some one selects a name from a drop down (as you select country here) then all the data associated with it in all the drop downs should be auto populated once its selected. I want to use MySQL DB here. I know I have to write some select/update statements here . But I am a bit confused, how to implement it , Would you please guide me in the same ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bibhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 06:39:15 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-livecycle-questions/searchable-drop-down-menu/m-p/42048#M109206</guid>
      <dc:creator>Bibhu_Bikash_Na</dc:creator>
      <dc:date>2010-11-02T06:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: Searchable drop down menu?</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-livecycle-questions/searchable-drop-down-menu/m-p/42049#M109208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P id="function(){return A.apply(null,[this].concat($A(arguments)))}" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;Hi Bibhu,&lt;/P&gt;&lt;P id="function(){return A.apply(null,[this].concat($A(arguments)))}" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;/P&gt;&lt;P id="function(){return A.apply(null,[this].concat($A(arguments)))}" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;There's some code in the change event of the Search textbox that each time a character is entered (or changed) just matches all the values in the its list and populates a listbox with the matching values.&lt;/P&gt;&lt;P id="function(){return A.apply(null,[this].concat($A(arguments)))}" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;/P&gt;&lt;P id="function(){return A.apply(null,[this].concat($A(arguments)))}" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;I can't help with you othe question, I've used a webservice for this sort of thing but never tried a direct connection.&lt;/P&gt;&lt;P id="function(){return A.apply(null,[this].concat($A(arguments)))}" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;/P&gt;&lt;P id="function(){return A.apply(null,[this].concat($A(arguments)))}" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;Regards&lt;/P&gt;&lt;P id="function(){return A.apply(null,[this].concat($A(arguments)))}" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;/P&gt;&lt;P id="function(){return A.apply(null,[this].concat($A(arguments)))}" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;Bruce&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Nov 2010 02:37:36 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-livecycle-questions/searchable-drop-down-menu/m-p/42049#M109208</guid>
      <dc:creator>_Bruce_Robertson</dc:creator>
      <dc:date>2010-11-16T02:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: Searchable drop down menu?</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-livecycle-questions/searchable-drop-down-menu/m-p/42050#M109209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Bruce,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one problem with your form. When I preview it in the LiveCycle Designer , then it works fine. But If I open it in the Acrobat then , it's not working. I man the list box is not showing the related values. I am confused what's the problem. My product version : LiveCycle Designer 8.2 , Acrobat - 9 Pro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bibhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Nov 2010 14:51:18 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-livecycle-questions/searchable-drop-down-menu/m-p/42050#M109209</guid>
      <dc:creator>Bibhu_Bikash_Na</dc:creator>
      <dc:date>2010-11-19T14:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: Searchable drop down menu?</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-livecycle-questions/searchable-drop-down-menu/m-p/42051#M109210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P align="LEFT"&gt;Hi Bibhu,&lt;/P&gt;&lt;P align="LEFT"&gt;&lt;/P&gt;&lt;P align="LEFT"&gt;When using Acrobat you will have to manually import the countries.xml datafile&lt;/P&gt;&lt;P align="LEFT"&gt;&lt;/P&gt;&lt;P align="LEFT"&gt;Bruce&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Nov 2010 20:37:17 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-livecycle-questions/searchable-drop-down-menu/m-p/42051#M109210</guid>
      <dc:creator>_Bruce_Robertson</dc:creator>
      <dc:date>2010-11-19T20:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: Searchable drop down menu?</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-livecycle-questions/searchable-drop-down-menu/m-p/42052#M109211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Bruce,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks. It worked. But I have few doubts regarding this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Do we need to place the XML files in the same folder as with the PDF ? I mean suppose we are developing a form which will be used by users. But we want that the administrator/form developer have the access to the XML files. When the user just opens the form,there will be no need to embed the data. In a nutshell the user will not be aware of what's happening at the back-end side ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Can we import the data in csv format ? If yes, how ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Can we export the data in csv format or it's only possible in xml format ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need your guidance on the above points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bibhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Nov 2010 05:16:18 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-livecycle-questions/searchable-drop-down-menu/m-p/42052#M109211</guid>
      <dc:creator>Bibhu_Bikash_Na</dc:creator>
      <dc:date>2010-11-20T05:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: Searchable drop down menu?</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-livecycle-questions/searchable-drop-down-menu/m-p/42053#M109212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When working with XFA you need to forget CSV for good! XML must be your&lt;/P&gt;&lt;P&gt;friend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tarek.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Nov 2010 07:54:14 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-livecycle-questions/searchable-drop-down-menu/m-p/42053#M109212</guid>
      <dc:creator>tarekahf</dc:creator>
      <dc:date>2010-11-20T07:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: Searchable drop down menu?</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-livecycle-questions/searchable-drop-down-menu/m-p/42054#M109213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bibhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It sounds like you want one of Adobe's Server side products, maybe LiveCycle Forms, something to take the form template and some xml and render a PDF form.  I don't know much about server side processing as I have never worked with any LiveCycle product except Designer. I think the server products do support XSLT so you could convert the csv file to the xml format needed by your form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry can't really help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bruce&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Nov 2010 21:46:11 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-livecycle-questions/searchable-drop-down-menu/m-p/42054#M109213</guid>
      <dc:creator>_Bruce_Robertson</dc:creator>
      <dc:date>2010-11-22T21:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: Searchable drop down menu?</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-livecycle-questions/searchable-drop-down-menu/m-p/42055#M109214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Bruce,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your example works fine. But there is a problem. It's not taking the space. For example :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; There are 3 choices in the dropdown.&lt;/P&gt;&lt;P&gt;Say : abc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ABC&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Abc 123&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I type 'a' then it lists all the choices without any problem. The moment I type 'abc' and hit the space bar all choices vanishes. Could you please tell how to include this functionality ? So that when the user hits the space bar after typing few characters those corresponding choices which has a space inbetween must be displayed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bibhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Dec 2010 05:30:02 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-livecycle-questions/searchable-drop-down-menu/m-p/42055#M109214</guid>
      <dc:creator>Bibhu_Bikash_Na</dc:creator>
      <dc:date>2010-12-17T05:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: Searchable drop down menu?</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-livecycle-questions/searchable-drop-down-menu/m-p/42056#M109215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P id="function(){return A.apply(null,[this].concat($A(arguments)))}" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;Hi Bibhu,&lt;/P&gt;&lt;P id="function(){return A.apply(null,[this].concat($A(arguments)))}" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;/P&gt;&lt;P id="function(){return A.apply(null,[this].concat($A(arguments)))}" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;I'm not sure I understand, there are a number of countries with spaces in their names New Zealand and New Caledonia for example.&amp;nbsp; They seem to work as I would expect and as I think you are discribing.&lt;/P&gt;&lt;P id="function(){return A.apply(null,[this].concat($A(arguments)))}" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;/P&gt;&lt;P id="function(){return A.apply(null,[this].concat($A(arguments)))}" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;Bruce&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Dec 2010 06:08:58 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-livecycle-questions/searchable-drop-down-menu/m-p/42056#M109215</guid>
      <dc:creator>_Bruce_Robertson</dc:creator>
      <dc:date>2010-12-18T06:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: Searchable drop down menu?</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-livecycle-questions/searchable-drop-down-menu/m-p/42057#M109216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Bruce,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I was trying to say is : If you type New then both the countries New Zealand and New Caledonia are displayed. The moment you hit the space bar after typing the New then the dropdown suggest box goes blank. I want if you type some letter and after that we hit the space bar all those names containing that letter should be displayed , like that of a FaceBook/ Google search.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bibhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Dec 2010 05:30:38 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-livecycle-questions/searchable-drop-down-menu/m-p/42057#M109216</guid>
      <dc:creator>Bibhu_Bikash_Na</dc:creator>
      <dc:date>2010-12-21T05:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: Searchable drop down menu?</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-livecycle-questions/searchable-drop-down-menu/m-p/42058#M109217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bibhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not seeing this behavior, if I type the space after "New" then the two countries stay in the list.  I have tested this code in versions of Reader 7.0.9 to X so I'm not sure what to suggest.  What version are you using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bruce&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Dec 2010 06:41:08 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-livecycle-questions/searchable-drop-down-menu/m-p/42058#M109217</guid>
      <dc:creator>_Bruce_Robertson</dc:creator>
      <dc:date>2010-12-21T06:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Searchable drop down menu?</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-livecycle-questions/searchable-drop-down-menu/m-p/42059#M109218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Bruce,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using LiveCycle ES 8.2.x and Acrobat 9 Pro and Acrobat reader.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bibhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Dec 2010 07:16:10 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-livecycle-questions/searchable-drop-down-menu/m-p/42059#M109218</guid>
      <dc:creator>Bibhu_Bikash_Na</dc:creator>
      <dc:date>2010-12-21T07:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Searchable drop down menu?</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-livecycle-questions/searchable-drop-down-menu/m-p/42060#M109219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Bruce,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a problem. The search results are only shown by the starting letter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Example : There are 3 Dropdowns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Chistmas&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Happy Christmas.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Happy Chrismas to you all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I type Christmas then it should show all the 3 entries. But it's showing only the starting Christmas. (This is only for the example purpose, the same situation is applicable to the Countries as well.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bibhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 15:38:36 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-livecycle-questions/searchable-drop-down-menu/m-p/42060#M109219</guid>
      <dc:creator>Bibhu_Bikash_Na</dc:creator>
      <dc:date>2010-12-22T15:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Searchable drop down menu?</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-livecycle-questions/searchable-drop-down-menu/m-p/42061#M109220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P id="function(){return A.apply(null,[this].concat($A(arguments)))}" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;Hi Bibhu,&lt;/P&gt;&lt;P id="function(){return A.apply(null,[this].concat($A(arguments)))}" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;/P&gt;&lt;P id="function(){return A.apply(null,[this].concat($A(arguments)))}" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;You could change the sample to work in this way by replacing the line populating the list in the Search text fields change event from&lt;/P&gt;&lt;P id="function(){return A.apply(null,[this].concat($A(arguments)))}" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;/P&gt;&lt;P id="function(){return A.apply(null,[this].concat($A(arguments)))}" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;list = xfa.resolveNodes('$record.country.[Lower(Left(name,' + (xfa.event.newText.length) + ')) == "' + xfa.event.newText.toLowerCase() + '"]');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P id="function(){return A.apply(null,[this].concat($A(arguments)))}" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;/P&gt;&lt;P id="function(){return A.apply(null,[this].concat($A(arguments)))}" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;to&lt;/P&gt;&lt;P id="function(){return A.apply(null,[this].concat($A(arguments)))}" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;/P&gt;&lt;P id="function(){return A.apply(null,[this].concat($A(arguments)))}" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;list = xfa.resolveNodes('$record.country.[At(Lower(name),Lower("'+xfa.event.newText+'")) &amp;gt; 0]');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P id="function(){return A.apply(null,[this].concat($A(arguments)))}" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;/P&gt;&lt;P id="function(){return A.apply(null,[this].concat($A(arguments)))}" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;Bruce&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Dec 2010 01:00:59 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-livecycle-questions/searchable-drop-down-menu/m-p/42061#M109220</guid>
      <dc:creator>_Bruce_Robertson</dc:creator>
      <dc:date>2010-12-24T01:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: Searchable drop down menu?</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-livecycle-questions/searchable-drop-down-menu/m-p/42062#M109221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Bruce,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It worked fine. But I have one problem again. After selecting a country from the dropdown when I submitted it through XML instead of getting only the country I have selected I get all those values that we are embeding in the form. Is there a way that we will get only the selected value as XML so that we can update our DB ? Otherwise it's not possible to update the DB after some selections has been made.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bibhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Dec 2010 04:43:04 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-livecycle-questions/searchable-drop-down-menu/m-p/42062#M109221</guid>
      <dc:creator>Bibhu_Bikash_Na</dc:creator>
      <dc:date>2010-12-24T04:43:04Z</dc:date>
    </item>
  </channel>
</rss>

