Adobe LiveCycle Designer 8.1 Drop-Down List Problem

I have an array of data.  I'm populating one drop-down list (Genus) with data and then trying to populate a second drop-down list (Species) based on the selection from the first drop-down list (Genus).<br /><br /><?xml version="1.0" encoding="UTF-8"?><br /><?xfa generator="AdobeLiveCycleDesigner_V8.0" APIVersion="2.5.6290.0"?><br /><xdp:xdp xmlns:xdp="http://ns.adobe.com/xdp/" timeStamp="2007-08-20T19:50:53Z" uuid="6f886dfc-03cb-474d-84ad-70c94bed1788"><br /><template xmlns="http://www.xfa.org/schema/xfa-template/2.5/"><br />   <subform allowMacro="1" layout="tb" locale="en_US" name="form1"><br />      <pageSet><br />         <pageArea id="Page1" name="Page1"><br />            <contentArea h="756pt" w="576pt" x="0.25in" y="0.25in"/><br />            <medium long="792pt" short="612pt" stock="default"/><br />            <?templateDesigner expand 1?></pageArea><br />         <?templateDesigner expand 1?></pageSet><br />      <subform h="756pt" w="576pt"><br />         <field h="8.6202mm" name="PrintButton1" relevant="-print" w="41.8956mm" x="158.7501mm" y="34.7904mm"><br />            <?templateDesigner isPrintObject true?><br />            <ui><br />               <button/><br />            </ui><br />            <font typeface="Myriad Pro"/><br />            <caption><br />               <value><br />                  <text>Print Form</text><br />               </value><br />               <para hAlign="center" vAlign="middle"/><br />               <font typeface="Myriad Pro"/><br />            </caption><br />            <border hand="right"><br />               <?templateDesigner StyleID apbx2?><br />               <edge stroke="raised"/><br />               <fill><br />                  <color value="212,208,200"/><br />               </fill><br />            </border><br />            <bind match="none"/><br />            <event activity="click"><br />               <script contentType="application/x-javascript">xfa.host.print(1, "0", (xfa.host.numPages -1).toString(), 0, 1, 0, 0, 0);</script><br />            </event><br />         </field><br />         <draw h="8.6202mm" name="StaticText1" w="128.9085mm" x="3.4391mm" y="0.3098mm"><br />            <ui><br />               <textEdit><br />               </textEdit><br />            </ui><br />            <value><br />               <text>CRP Request/Report Form for qPCR Analysis:</text><br />            </value><br />            <font size="14pt" typeface="Myriad Pro" weight="bold"/><br />            <margin bottomInset="0.5mm" leftInset="0.5mm" rightInset="0.5mm" topInset="0.5mm"/><br />            <traversal><br />               <traverse ref="DateTimeField1[0]"/><br />            </traversal><br />            <?renderCache.bounds 362576 21601 0 0 1417 1417 0 0?><br />            <?renderCache.textRun 42 CRP Request/Report Form for qPCR Analysis: 0 1417 11917 0 0 0 "Myriad Pro" 1 0 14000 ISO-8859-1?></draw><br />         <field h="7.7252mm" name="Req" w="77.6041mm" x="3.4391mm" y="8.9305mm"><br />            <ui><br />               <textEdit><br />                  <border><br />                     <?templateDesigner StyleID aped2?><br />                  </border><br />                  <margin/><br />               </textEdit><br />            </ui><br />            <font typeface="Myriad Pro"/><br />            <margin bottomInset="1mm" leftInset="1mm" rightInset="1mm" topInset="1mm"/><br />            <para vAlign="middle"/><br />            <caption reserve="26.19mm"><br />               <font baselineShift="0pt" typeface="Myriad Pro"/><br />               <para marginLeft="0pt" marginRight="0pt" spaceAbove="0pt" spaceBelow="0pt" textIndent="0pt" vAlign="middle"/><br />               <value><br />                  <text>Requestor</text><br />               </value><br />            </caption><br />            <border><br />               <edge presence="hidden"/><br />               <corner presence="hidden" thickness="0.1778mm"/><br />            </border><br />            <traversal><br />               <traverse ref="Lot[0]"/><br />            </traversal><br />         </field><br />         <draw h="8.1758mm" name="StaticText2" w="18.6252mm" x="3.4391mm" y="17.5504mm"><br />            <ui><br />               <textEdit><br />               </textEdit><br />            </ui><br />            <va

var constColNum = 10;
var InfoDB = new Array
new Array( "Bacillus","Brucella","Burkholderia","Coxiella","Clostridium", "Erwinia","Francisella","Yersinia","Rickettsia","Other"),
new Array( "anthracis","cereus","thuringensis","subtilis","globigii","lichenformis","other"),
new Array( "melitensis","suis","ovis","canis","abortus","neotomae"),
new Array( "mallei","pseudomallei"),
new Array( "burnetti","other"),
new Array( "botulinum"),
new Array( "herbicola"),
new Array( "tularensis","holartica"),
new Array( "pestis","pseudo TB","other"),
new Array( "prowazekii"),
new Array( "other"),
new Array( "DHP61.183","cereus grp","sodA","tarA","omp25","IS407A","IS1111A","Cbot","aroQ","tul4"),
new Array( "3A","Rprow4","capB,pagA,tarA","cereus grp, tarA","cereus grp, tarA, F1cap, pesticin, YopD","designed assay"),
new Array( "0.1754","0.1718","0.1742","0.2164","0.2170","0.2778","0.1565","0.1255","0.4762","0.4808" ),
new Array( "0.4831","0.8197","0.1976","0.1923","you figure it out")
function LoadDropMenu(obj, rowNum)
for(i = 0; i < constColNum; i++)
obj.addItem(InfoDB [rowNum][i], i + "");
function LoadDropMenu2(objDropDown, nIndex)
var arrayInfoDB = InfoDB[nIndex];
objDropDown.rawValue = "";
objDropDown.clearItems();
for (var i = 0; i < constColNum; i++)
objDropDown.addItem(arrayInfoDB[i], i + "");
//objDropDown.addItem(arrayInfoDB[i]);

Similar Messages

  • LiveCycle Designer 8.0 Drop-down menu help - newbie

    I am new with LiveCycle and do not know much about coding and the like. I've search the forums and have not found quite what I need. (It might be because I don't know the correct terms to search - so I apologize in advance if there was a previous posting regarding this)
    I am creating a form for lab tests for referring physicians to fill out.
    for simplicity, I will just use the state, city example.
    >>>>>> QUESTION 1.
    I have dragged/dropped a drop-down menu icon onto the form, gone through the Palette>Object>Field>List Items to compile the list of states (in my real case, a list of lab tests)
    How can I get the second drop down menu to show the corresponding cities based on the "state" selected in the first drop down menu? So that when I choose "California" I have the option in the second drop-down menu to choose from "Los Angeles," "Orange County," "Long Beach," etc
    VERSUS
    if I select "Texas" the list will retrieve "Houston," "Sugarland," "Dallas," etc.
    I read about hardcoding and although I'm not quite sure what that means, I think that is what I will be doing as I will not be referencing outside of my form.
    Also, the items in these menus are long/descriptive in nature, is there a way to refer to the lists in the code without having to type everything out? In my form (instead of "state") I will have lab tests "Test_1" with CPT codes attached, that is the list includes items like:
    93880 - carotid duplex scan, bilateral
    93882 - carotid duplex scan, unilateral
    and in drop-down list 2 I have items like:
    454.0 - varicose vein with ulcer
    454.1 - varicose veins with inflammation
    it would be such a pain to type each out in the code, but if there are no other ways around it, that is fine too.
    >>>>>>> QUESTION 2.
    The referring physician will have the option to email this form to the vascular lab scheduler. To prevent an "accidental" changes, I would like the form to be a "live form" for people to fill out, but upon return, the form to be a static PDF file, that is, the person receiving the email does not have the option to make any changes (purposeful or accidental), is there a way to do this?
    THANK YOU SO MUCH IN ADVANCE!
    again, I apologize for asking for help for what I'm sure is an easy fix. I don't know very much about the coding language, if it is not too much to ask - step-by-step would be helpful.
    I'm using Adobe LiveCycle Designer 8.0.
    Thank you.
    -Viv

    Hi Geo,
    Thank you for the link.
    Sorry, this is very difficult for me to explain not knowing the scripting language, but I will try my best not to confuse you too much.
    I was able to get Thom's example to work, and based on that, I was able to get this hypothetical situation to work:
    < script contentType="application/x-javascript" name="Example2" >var oTestOrdered = {
    12345678912345678: [ ["-"], ["AAA (Endologix)"], ["AAA (GORE)"], ["Aortic Arch"],["other"]],
    56565: [ ["-"], ["Varicose Vein"], ["Venous Insufficiency"], ["Spider Veins"],["Symptomatic Var Veins"]],
    46546: [ ["-"], ["TA biopsy"], ["CEA"], ["amputation"], ["debridement"]]
    function SetTestEntries()
    ICD9_2.clearItems();
    ICD9_2.rawValue = null;
    var aTests = oTestOrdered[xfa.event.change];
    if(aTests && aTests.length)
    for(var i=0;i<aTests.length;i++)
    ICD9_2.addItem(aTests[i][0].toString());
    </ script >
    HOWEVER, I cannot get something like this one to work (the only difference is that I added a "9" to the first option) it seems as though I cannot insert anything beyond 17 consecutive characters (no dashes and underscores are allowed either):
    < script contentType="application/x-javascript" name="Example2" >var oTestOrdered = {
    123456789123456789: [ ["-"], ["AAA (Endologix)"], ["AAA (GORE)"], ["Aortic Arch"],["other"]],
    56565: [ ["-"], ["Varicose Vein"], ["Venous Insufficiency"], ["Spider Veins"],["Symptomatic Var Veins"]],
    46546: [ ["-"], ["TA biopsy"], ["CEA"], ["amputation"], ["debridement"]]
    function SetTestEntries()
    ICD9_2.clearItems();
    ICD9_2.rawValue = null;
    var aTests = oTestOrdered[xfa.event.change];
    if(aTests && aTests.length)
    for(var i=0;i<aTests.length;i++)
    ICD9_2.addItem(aTests[i][0].toString());
    </ script >
    The form I am creating is a Vascular Lab request form, where the test ordered (drop down box 1)has a CPT code to reference the test being ordered (i.e., 93880 - Carotid Duplex Scan, bilateral) and the test has a set of diagnoses (ICD-9 codes) in drop down box 2, associated with that test (i.e., 459.81 - Venous Insufficiency)
    I have found that I do not have a problem with the "diagnoses" but I cannot add the descriptive test select in the first place. That is, the code works fine if I leave it as "93880" but not "93880 - description." I have also run into the problem that I cannot use dashes or underscores, nor can I type more than 17 characters otherwise the code no longer works.
    Is there something I need to add or remove in order to make this work?
    Thank you in advance for your help and patience!

  • Adobe LiveCycle Designer ES 8.2 Dropdown List Fill from a spreadsheet

    I am a new user to Adobe LiveCycle Designer and have created a form which a manager is required to fill out for each of their employees.
    I would like to create a drop-down object which will contain the name of the employees, so the manager can just pick the employee from a dropdown list and then fill out the evaluation.  We have over 1000 employees, so I don't want to type them in one by one.
    Please let me know how to link the list of employees to this form from another source. 
    I can put the list of employee names into an Excel spreadsheet or an Access Database.
    I have tried following information posted in different places in the web, but I must be doing something wrong??
    I would appreciate a step by step guide of instructions to help me accomplish this task.
    Thank you in advance for your assistance.

    Select the Drop Down object and add a sample name thru the object UI. Now view the "XML Source" TAB, it shows xml code similar to the image.
    Now need to prepare all the names from the excell, place all names in one column of excell and copy paste the <text> and </text> nodes to the names(hopefully each column at a time). now need to copy all together and prepare final version to copy notepad (may require some replace all with spaces to format properly) then from notepad only update the above xml source . while going to design view it may pop-up warning message of changed xml, and click yes, now all names should be present in the dropdown. Hope this works.All we are doing here the form design is from "XML Source" tab insted of adding one by one from the object from design view.

  • Adobe Captivate 4 Quiz(Matching)  Drop down list font size too small.

    Hi,
    We are using Adobe Captivate 4.  Quiz (Matching).  Exported to SWF.
    The drop down list fonts are small. We want to use bigger font in the drop down list, but cant find a way.
    Any one can help?
    Thanks
    Rajan

    Hello,
    Formatting Question slides in CP is sometimes a pain. I cannot give you a proper answer, but it would be great if you filed a feature request to the team to have more control over the styles used in this dropdown list (link is in the main page of this forum). If we are many to ask for such enhancements, it will get higher on the priority list.
    As you probably discovered, in the Properties of the dropdown lists in the Matching Question slide you can only change font and color, not font size. My proper workaround is choosing a font that gives the best result, some fonts really look bigger than others. This is not always consistent with the styles in the rest of the movie, but I adapt all the Text in Question slides to this choosen font.
    Sorry not to be able to help you. Question slides are in the folder, but in SWC-format, and I cannot open those files, even though I have Flash CS4 installed. Perhaps a Flash-wise guy will pop in to help you.
    Lilybiri

  • Drop down list problem in Reader 8.1

    I have a drop down list in my form with three values. Select one, yes, no.
    I can choose first option fine. let's say i choose Yes, it displays Yes in the drop down with the functionality behind it working too. Now if I change it to No, it executes the functionality behind it, but still displays Yes. I have to choose No second time for it to display. Same code works fine in reader 8.0. Adobe reader 8.1 is the one that is showing this behavior. Any inputs??
    Thanks!

    WPW07 wrote:
    > Is there a way to modify
    > my form so that the fields keep whatever values were
    made in the previous edit.
    Select the drop-down menu in Design view, and click the
    Dynamic button
    in the Property inspector. Click the lightning bolt icon
    alongside the
    Select value equal to field, and select the value from your
    recordset.
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • Spry region drop-down list problems in IE

    Can someone please help me determine the reason that IE does not display the correct item in a spry region drop-down list when first opening the site.  You can see the problem at http://www.minursemap.org/agedistnurse.html.  The initial item in the drop-down list should be Alcona with the corresponding graphic displayed in the detail region.  In Firefox, this works correctly.  When first opening the page in IE, the graphic is Alcona, but the drop-down list displays Wexford (the last item in the list).  From then on, all of the links work correctly.
    The code for the two regions is below.  Thanks in advance for assisting someone new to spry.
    <div id="ctyname">
         <div spry:region="dsChartNurse">
           <select name="name" spry:repeatchildren="dsChartNurse" onchange="dsChartNurse.setCurrentRow(this.value)">
             <option value="{ds_RowID}">{name}</option>
           </select>
      </div> <!--spry:region close -->
    </div><!--ctyname close -->
    <div id="image">
       <div spry:detailregion="dsChartNurse">
            <div align="center" style="padding-bottom:15px"><img src="{dataimage}" width="405" height="202" />
            </div><!--un-named div close -->
       </div><!-- spry:detailregion close -->
    </div><!--image close -->

    Try the following code to replace yours:
           <select name="name" spry:repeatchildren="dsChartNurse" onchange="dsChartNurse.setCurrentRow(this.value)">
             <option spry:if="{dsChartNurse::ds_RowID}=={dsChartNurse::ds_CurrentRowID}" spry:selected="selected" value="{ds_RowID}">{name}</option>
             <option spry:if="{dsChartNurse::ds_RowID}!={dsChartNurse::ds_CurrentRowID}" value="{ds_RowID}">{name}</option>
           </select>
    I hope this helps.
    Ben

  • Drop down Lists problem

    Hi
    I have two drop down lists.
    One called P2_PRODUCT_GROUP which has a LOV.
    Also another called P2_PRODUCTS which has another LOV.
    I want P2_PRODUCTS to be filtered based on the selection I make in P2_PRODUCT_GROUP.
    I've used the following SQL statement for the P2_PRODUCTS LOV:
    select     PRODUCT d, ID r
    from     PRODUCT
    where ID = :P2_PRODUCT_GROUP
    When I run the page, it doesnt display anything in the P2_PRODUCTS drop down list at all, even after I select a PRODUCT in P2_PRODUCTS nothing shows in P2_PRODUCT_GROUP.
    What am I doing wrong?
    Regards
    Adam
    Message was edited by:
    user582756

    Hi Adam,
    that's the classical cascading lov problem. It's not necessary to do a page submit roundtrip, you can use AJAX instead.
    Have a look at Carl Backstrom's AJAX example at http://htmldb.oracle.com/pls/otn/f?p=11933:37 or have a look at my generic cascading lov which is part of the ApexLib Framework http://inside-apex.blogspot.com/2006/11/generic-solution-for-depending-select.html
    BTW, my solution also can handle a popup lov as a master.
    Patrick
    My APEX Blog: http://inside-apex.blogspot.com
    The ApexLib Framework: http://apexlib.sourceforge.net
    The APEX Builder Plugin: http://sourceforge.net/projects/apexplugin/

  • No "Adobe email Service" in Client drop down list

    I'd like to use Gmail to send photos, but all I have is "mail" in the list.  I'm using a Mac.

    Set default web-based client
    For web-based email service like Google or Yahoo Mail, you can use the Adobe email Service to send Photo Mail directly to recipients.
    Select Edit > Preferences > Sharing (Windows), or Adobe Elements Organizer 11 > Preferences > Sharing (Mac OS).
    Select Adobe E-mail Service from the E-mail Client menu.
    Enter your name and email address.
    Click OK. The first time you use Adobe E-mail Service, a verification email is sent to the address you entered in the Preferences dialog box.
    In the body of the email, you’ll see a Sender Verification code. When prompted to enter the code, copy the code from the verification email, paste it into the dialog box, and then click OK.
    When your email is verified, click OK. Now you can send email directly from Elements Organizer whenever you’re connected to the Internet.
    But this is wrong. Mail.app is your only option via pse in OS X, and there is no photomail at all on a mac, only attachments. That part of the help file is correct.

  • Drop-down list problem

    This code isn't working. I'm trying to use the data entered into instances of assessment.Objectives.objectivesdetail.objectivesdetail to populate the dropdown lists later in the form.
    assessment.Objectives.objectivesdetail.objectivesdetail::exit - (JavaScript, client)
    xfa.form.assessment.Questions.Questionset.Questiondetail.MCdetail.qObjlist.addItem(this.ra wValue);
    xfa.form.assessment.Questions.Questionset.Questiondetail.Matchingdetail.qObjlist.addItem(t his.rawValue);
    xfa.form.assessment.Questions.Questionset.Questiondetail.SAdetail.qObjlist.addItem(this.ra wValue);
    xfa.form.assessment.Questions.Questionset.Questiondetail.Essaydetail.qObjlist.addItem(this .rawValue);
    xfa.form.assessment.Questions.Questionset.Questiondetail.MSdetail.qObjlist.addItem(this.ra wValue);
    xfa.form.assessment.Questions.Questionset.Questiondetail.TFdetail.qObjlist.addItem(this.ra wValue);
    xfa.form.assessment.Questions.Questionset.Questiondetail.orderingdetail.qObjlist.addItem(t his.rawValue);
    xfa.form.assessment.Questions.Questionset.Questiondetail.FIBdetail.qObjlist.addItem(this.r awValue);

    Thank you for your response. I added this code:
    assessment.Objectives.objectivesdetail.TextField1::exit - (JavaScript, client)
    xfa.resolveNode("xfa.form.assessment.Questions.Questionset.Questiondetail.MCdetail[0]").qO bjlist.addItem(this.rawValue);
    xfa.resolveNode("xfa.form.assessment.Questions.Questionset.Questiondetail.MCdetail[1]").qO bjlist.addItem(this.rawValue);
    xfa.resolveNode("xfa.form.assessment.Questions.Questionset.Questiondetail.MCdetail[2]").qO bjlist.addItem(this.rawValue);
    xfa.resolveNode("xfa.form.assessment.Questions.Questionset.Questiondetail.MCdetail[3]").qO bjlist.addItem(this.rawValue);
    This should work to add the choices to the dropdown lists of the first four occurrences of the subform, right? I don't know how to assign a variable. If I did this code right, it's still not working. I have attached my form. To recreate, add some objectives. Then click Add a Question Set and then click Multiple Choice to see the MCdetail subform.
    Thanks,
    Tianna

  • Is it possible to allow use to type entry into a drop down list box ?

    Hi ,
    Is it possible to provide  type in the value option ( provide option to user like he can select a value from the extracted data in a drop down list object and also he can enter a value manually ) to a drop down list box on an interactive form ?
    Nanda

    Hello Nanda,
    In the Adobe LiveCycle Designer you can specify several list items for objects of type 'Drop-down List' and it is also possible to allow custom entries (checkbox: "Allow Custom Text Entry").
    Regards,
    Philipp

  • Adobe LiveCycle Designer 9.8

    Hello,
    I would like to install the latest version of Adobe LiveCycle Designer.
    According to SAP Note 1658830 ( 'Adobe LiveCycle Designer 9.8 - Installation' ) this is the version 9.8.
    I have searched the file "67837800102000002446 Adobe LiveCycle Designer 9.8" on the SAP Service Marketplace with several S-Users, but cannot find it under
    http://service.sap.com/installations
    Installations and Upgrades -> Browse our Download Catalog
    -> SAP NetWeaver and complementary products
    -> SAP NetWeaver
    -> SAP EHP1 FOR SAP NETWEAVER 7.3
    as it is described in the note, because I don't have the entry SAP EHP1 FOR SAP NETWEAVER 7.3.
    Under SAP NetWeaver I only can see the followings:
    SAP NETWEAVER 7.3
    SAP NetWeaver 7.3
    SAP EHP2 FOR SAP NETWEAVER 7.0
    SAP enhancement package 2 for SAP NetWeaver 7.0
    SAP EHP1 FOR SAP NETWEAVER 7.0
    SAP enhancement package 1 for SAP NetWeaver 7.0
    SAP NETWEAVER 7.0
    SAP NetWeaver 7.0
    Could you please advise?
    Thank you and best regards,
    Noemi
    Edited by: noemi.pocsai on Dec 31, 2011 11:55 AM

    Hello Noemi
         Go to SAP market place.
         Select software Dowloads.
         Left side menu, select:
              SAP Software Download Center
                   Installations and Upgrates
                        Search or Installations and Upgrades
                             Search Term: ADOBE LIVECYCLE DESIGNER
         You will have the list of all Adobe liveCycle Designer version. Just select the one you need.
    P.S. The version 9.8 has an installation problem under Windows 7 64bits
    I hope that helped.
    Regards
    stjacqd

  • Adobe LiveCycle Designer working with 2 drop down list, one response triggers the other

    I am fairly new to Adobe LiveCycle Designer ES 8.2, but I would like to have a drop down list of managers and another drop down list of employees.
    I would like this set up in such a way where the manager can click on their own name in the manager list and have a drop down list appear which is only populated with their directly reporting employees.  They can then click on the individual employee they are going to report on.
    Then there will be several questions pertaining to the individual direct report, etc. (This part I can do)
    Is this possible?
    If so, please provide detailed instructions for me to try.
    Thank you in advance.

    Put this in the change event of your Manager drop down:
    var myObj={"Manager 1":"Employee A,Employee B,Employee C",
                        "Manager 2":"Employee D,Employee E",
                        "Manager 3":"Employee F,Employee G, Employee H"};
    DropDownList2.setItems(myObj[this.boundItem(xfa.event.newText)]);
    This is assuming the list of items in that dropdown is "Manager 1", "Manager 2", "Manager 3".
    And DropDownList2 is the name of your Employee drop down.
    Kyle

  • LiveCycle Designer 8.0 - Linked Drop Down Lists

    Hi,
    Im new to Adobe LiveCycle and trying to link two drop down lists. I want the second drop down list to have certain options visible, depending upon the choice selected in the first list.
    I have spent a bit of time with JavaScript and trying to link them, however am struggling.
    Can anyone advise?
    TIA, Mike.

    Hi Mike -
    You can accomplish what you are describing with an array.
    An example of what you are asking about can be found in the Live Cycle Interactive Purchase Order sample found at [installdir]\EN\Samples\Purchase Order\Interactive (at least that's where I found mine, I'm using Live Cycle Designer version 7).
    There are two drop-down lists in this Purchase Order sample: Country and State/Province. Only two countries are listed for the purpose of the example however you can customize the script by adding other countries.
    Look for the script object named 'countryScript'. It contains the logic invoked by the drop-down lists when the form is created and based on the user interaction.

  • I wish to reinstall Adobe Creative Suite 6 Design Standard on a replacement PC using the original box CD and Serial Number. Website says SN is valid but cannot find corresponding Adobe product.  My product is not on the drop down list offered.  hat do I d

    I wish to reinstall Adobe Creative Suite 6 Design Standard on a replacement PC using the original box CD and Serial Number. Website says SN is valid but cannot find corresponding Adobe product.  My product is not on the drop down list offered.  What do I do next?

    Contact support by web chat.
    Mylenium

  • Adobe LiveCycle Drop Down List which allows typing to filter the values in a Drop Down list

    I have a drop down list in my form with contains a lot of different numbers, text, countries, cities and states, etc.
    I would like the user to either have the option to only use the drop down list or they can type "Zapple" or any portion and have it populate the value.
    Is there a setting or code which I can use which will do this?
    Currently, if the user types the first letter or number it will take them to the beginning of the list (since I have them listed alphabetically/numerically), but I'd prefer they can type beyond the first character and pinpoint the option they're looking for.
    Thank you for any help

    The whole sample will need to be updated. As I said in the email it can be done but it will be complex. This particular sample requires an external xml file. You will need to pull this from data in the form.

Maybe you are looking for

  • Printer does not work

    I have a photosmart b210 plus. It can t connect to the nexwork which is 20 cm away It says Geen Filter MISLUKT I do not use MAC filtering on the router trying HP Officejet Pro 8600 e-All-in-One Printer - N911a

  • Important differences between oracle 10g and 11g

    Hi friends, can anyone tell me (pointwise) what are the major (and minor) differences between Oracle 10g and 11g. Please point me to some documents if possible. Thanks in advance

  • SE93, custom transaction with variant, how to check if variant is used

    Hi, I have created a customer transaction ZHCM_CV01N for transaction CV01N - created a variant with SHD0 and assigned it to ZHCM_CV01N). sy-tcode returns 'CV01N' for both CV01N and ZHCM_CV01N transactions. How can I check whether user ran CV01N or ZH

  • FCPX: Change fade in/out on all audio to -3dB

    I'm creating audio fade in and out transitions on my voiceovers. I want them all to fade from -3dB. Is there a easier way to apply this on every audio track without applying it manually / one-by-one? I tried selecting them all and change it in the in

  • How can I view the original unedited image in Lightroom 4.3

    I just completed working on about 30 images that started out as horrable lighting and color.  Most of thhem are Nikon RAW images I would like to compare my finished edited images with the ones I started working with. How can I accomplish that? Thanks