Can a drop down list item be multi line?

got (another) problem.
Client has asked me to add a new drop down list of reference codes. Some of these codes are very long - the biggest one reaching 3 lines A4 width.
So testing it as a pdf I notice that anything that goes beyond the visual area of the dropdown shows as a pop-up box for the user to select - which is nice - at least they can see the entire content. Unfortunately, when they select this item it cuts off most of the content and the same happens when the form is printed.
Ideally, if the entry is selected it would be great for it to appear in multi lined format so it can be entirely visible/printed - is this possible?
If not, any other ideas. The list is about 20 entries deep and although I could just have it as a list with checkboxes I'd rather keep the form as succinct as possible.
Thanks,
Sunil

Hi radzmar,
Your links sounds like it's the right answer for me. Unfortunately, the correct answer has a link to a file that keeps bouncing me to the adobe.com from page so I can't see the code or any other information apart from the lo res screen shot. Can you help me any further?
Many thanks,
Sunil

Similar Messages

  • Drop down list item to select date

    I am using oracle form 6i, i want to use drop down list item to select date
    I was able to manipulate my codes to get values for the three drop down list items year, month and day
    but at when list change trigger on month to populate day , it populated accordingly but at point if I selected other month, it added the days of the new month selected to
    the days of already selected month. And delete list_element command failed to provide solution..
    Can any one help me out -- <email address removed by moderator so that you won't get spammed for all Eternity>

    1976 as year and march as month
    declare
    last_date date;
    nDays number;
    cursor days(v_last_date in date,vnDays in number) is
    select first_day(v_last_date)+rownum-1 sdate from dual
    connect by rownum<vnDays+1;
    begin
    select last_day(to_date(monthITEM||yearITEM,'MonthYYYY')) from dual;
    // the month is in the monthITEM
    // the year is in the yearITEM
    // last_day will have the last day of that month.
    //now you have to find the no. of days.
    select to_char(last_Date,'dd') into nDays from dual;
    for dates in days
    loop
    add_list_element(listname,dates.sdate,dates.sdate,1);
    end loop;
    end;

  • How to populate active directory users in to drop down list items dynamically in Share point 2010 ?

    Hi My self Arun in my current project i have a task on that active directory user  need to automatically populate in share point list drop down  please help me.  is that any out of box feature in share point 2010 ?   
    Thanking You 
    Arun 

    Arun,
    If you plan to implement the "Querying the Active Directory" based on my code snippet,
    and if you do not have permission [your account must be the part of domain admin] to do so,
    Then still you can do it in least effort through code,
    string usersInXml = SPContext.Current.Web.AllUsers.Xml;your xml string look like this.
    <Users><User ID="2" Sid="" Name="Administrator"
    LoginName="i:0#.w|murugesan\administrator" Email="" Notes="" IsSiteAdmin="True" IsDomainGroup="False" Flags="0" /><User ID="1" Sid="" Name="Murugesa Pandian" LoginName="i:0#.w|murugesan\murugesan" Email="" Notes="" IsSiteAdmin="True" IsDomainGroup="False" Flags="0" /><User ID="1073741823" Sid="S-1-0-0" Name="System Account" LoginName="SHAREPOINT\system" Email="" Notes="" IsSiteAdmin="False" IsDomainGroup="False" Flags="0" /></Users>
    You can user Linq to XML to filter the "LoginName,Name and Email and then populate your drop down list.
    * User must be logged into the site at least once.
    Murugesa Pandian.,MCTS|App.Devleopment|Configure

  • Multiline - drop down list question

    Below is my scenario:
    I have a multi-record non-db block showing up in a tab canvas (say T). This tab canvas is supposed to be like detailssection in the form. In this tab canvas, one of the tabs is named 'Recon'. In this tab, there is an drop down list item called 'Purpose', which I am populating with a dynamic query using a look up value table.
    However, since it is a multi-record block, I have about 5 records displayed. My dynamic query populates only the 1st drop down list item ('Purpose'). I can put the query in a loop and populate the remaining drop down 'Purpose' list items.But, how would I know when to stop the loop? i.e., how many records should it loop? Also, let us say the user completes all the 5 records, but then navigates to the 6th record (scrolls down using the scroll bar) then how would I know to populate the drop down list item ('Purpose') in the 6th record?
    Can any one suggest an easy way to accomplish this?
    Thanks,
    Chiru
    Edited by: Megastar_Chiru on May 7, 2010 3:30 PM
    Edited by: Megastar_Chiru on May 7, 2010 3:30 PM
    Edited by: Megastar_Chiru on May 7, 2010 3:31 PM

    Yes. that is a mul-record block. How to populate the list is my question. That is what I am trying to figure out.I asked some information.
    how you are populating your list and on which trigger can you post the code?
    And sure there is nothing code in WHEN-NEW-RECORD-INSTANCE which is refreshing the list? Because when you populate any list for it shows for all records either in multi-record or single record.
    -Ammad

  • Beginner Problems - How to sum drop down lists in a table

    Hi,
    Please forgive my newness but I'm creating a table with 10+ rows and columns and need to sum the colums. The user is expected to select a number from a drop down list and I would like to sum those nbumbers up at the bottom of the column, seems simple enough...
    I have named each cell in the bindings tab but can't seem to find the right sum script. I just started using livecycle and have had a good experience up until now.
    I wish it was like excel where you just need to click or highlight the cells you want to sum and be done with it but I can't seem to find the easy button...
    Cant you just highlight a column, name it and then use that name in a sum script?
    Thanks so much for any help and I've looked around but can't get a grip on this one so I apologize if it's been asked before.
    Go easy on me.

    One last thing.
    I can manage this one on my own but it's taking so long to do it the way I'm going at it.
    Basically, I've overpopulated most of my drop down list items, some by over 100 and I'd like to restrict the results that can be chosen by the user.
    Right now, I'm deleting each value in the List Item field in the cell tab one by one but I have a lot more to go and this could take a few hours at this rate. Is there no way for me to just highlight a large chunk and remove it that way or do I have to go one by one clicking the delete button? I can't find any option to delete more than one at a time which seems odd.
    Sorry if I'm not clear enough.
    Thanks again either way.
    ~OK~
    I just ended up copying a new cell to each overpopulated cell and rename. Seems to have worked and definitely saved some time, kind of obvious I suppose... but would be nice to be able to delete more than one item at once in the list item field.

  • Drop down lists blank entry

    Can a drop down list be returned to blank. It seems to be possible when testing (the first line is blank) but not when an actual document?

    If you are using a web form then the field should have the ability to be reset to blank by selecting the top item in the drop down (which is blank).  This is just like when you test the form.  If this is not the case then please let me know what Browser you are using and email me a link to your form.
    If you are using PDF then the answer is a bit more complicated.  If you do not save the form data after submit then all answers are cleared.  If you have Acrobat Pro you can use the Clear Form tool (even after saving the form data).  This will clear all form data.  If you have Adobe Reader then you do not have the ability to clear the form data once you have saved the file.
    I hope this helps.
    Jeff Canepa
    Software Quality Engineer
    Adobe Systems, Inc.
    [email protected]

  • Drop down lists

    I am using Acrobat x pro for mac.  I am trying to create a fillable form.  I need to change objects in drop down list to have multiple lines? I need 3 - 4 lines of text for each object.  Is there a java script for this? And how do I do it?  I am a novice at best

    Thank you so much for your help.  I copied the script and put my copy in.  It accepted it.  But it does not show up in the text box when I choose a pattern.  Here is the script that I put in:
    (function () {
        // Do nothing if not committed
        if (event.willCommit) return;
        // Set up an array to hold the individual paragraphs of text
        var aPattern= [];
        // Populate the array with paragraph text
        aPattern[0] = "Progress is slow but adding days. Consider:  Extra reinforcer at ceiling progress."
        aPattern[1] = "Not making progress on Level 1. Consider:  a.  Inappropriate ADs?  b. Daily or AM/PM reinforcer?  c. Prelevel (Student in crisis)?"
        aPattern[2] = "Vacilating between 2 and 3. Consider a.  RT with adult to practice interaction or coping skills b.  Goal set for a needed coping or interaction skill for RT, lunch and privileges?  c. Avoiding Privileged or Privileged Responsibilities?  d. Counseling as a Related Service?"
        aPattern[3] = "Vacilating between 3, 4 and 5. Consider:  a.  Goal set for a needed coping or interaction skill?Avoiding Privileged Responsibilities? (Anxiety about leaving Teacher, setting or peers?  Anticipating failure in the inclusion setting?  b.  Student avoiding Privileges or Priviiedged Responsibilities?  c.  Need to review Level 5 Profile?        d. Modify speed of inclusion?"
        // Get the selected item, which is the export value of the selected combo box item
        var item = event.changeEx
        // Display the text corresponding to the selected item in the text field
    getField("paragraph_text").value=aPattern[item];
    I am unsure why the text is not showing up in the text box.
    I formated the text box as follows:
    General:  "paragraph_text"
    Options:  multi line
    What am I doing wrong so that the pattern does not show up in the text box when option is chosen?
    Really would appreciate the help.  Thanks in advance

  • Binding Drop Down Lists

    Hello,
    I am trying to figure out how i can bind drop down lists. I want it so if you choose a certain selection in drop down list 1, then you are only able to pick a certain selection out of drop down 2. So basically each selection in drop down 1 will give you different options to select in drop down 2. Sorry if i made that really confusing. Thanks
    -Aaron-

    Hi,
    Here is a mock-up version of the spreadsheet.
    The first dropdown has the nine categories set in the Object / Field tab. Also have a look in the Object / Binding tab as there are values specified for each of the nine categories. These will be used later in the script.
    The second dropdown does not have any values specified in the Object / Field tab.
    Instead there is script in the exit event of the first dropdown. This is a switch statement that first of all looks at the bound value ("9030") of the choice that the user has made ("9030 National Marketing"). The statement then looks at each case until it gets to one that matches; then it runs the script for that case and then breaks from the switch statement.
    Each case starts off with:
    DropDownList2.clearItems();
    DropDownList2.rawValue = null;
    This is important because this clears the list in dropdown2 and sets its value to null. These two lines are then followed by a series of addItem() script which goes through all of the types in that category.
    I have scripted all of 9030 and the first five lines of 9031. This should get you out of the traps. It is a bit of a pain, but just copy and paste downwards.
    Each case ends with a "break;" and the last "}" closes the switch statement.
    Good luck,
    Niall

  • Adobe LC ES2 :: Display Drop Down List Options On Print

    Hello Forum!
    A customer of mine is looking for a way to display a drop down list items when a user prints out the Adobe Extended form. Is this possible?

    Hi,
    you could have a dropdownlist for the user to be able to choose its option, but when coming to printing, you could be setting the dropdownlist to visible(screen only) and have a listbox set to visible(print only) with all the dropdownlist options.
    Hope this hleps.

  • Related Issue column in tracking list gets changed into drop down list in Infopath

    Hi All,
     i have created Tracking list in sharepoint 2010. which has column[Related issue - lookup for field in list[title] by default.
    this field will have a multiple selection check box,2 buttons [Add and remove] and text box[which show the items selected in check box].
    my issue is ,when i try to modify my list in Infopath. this column[Related issue] gets changed into drop down list item.Is is possible  to get the same [old format] back. if so pls guide me..
    I faced the same in Radio button,but i restored it by changing it into option button in Infopath
    V Jean

    Hi ,
    The
    multiple-selection list box control should be by design in InfoPath form, which is corresponding to the SharePoint "Related Issues" field, in my opinion, it cannot be converted to [old format] in InfoPath form, you may need to use SharePoint Designer 2010
    to customize your Issue Tracking list NewForm.aspx/EditForm.aspx per the way in the following article, then "Related Issues" field will still be the old format,
    http://www.cjvandyk.com/blog/Articles/How%20do%20I%20-%20Customize%20the%20NewForm.aspx%20or%20EditForm.aspx%20of%20my%20SharePoint%20list.aspx
    Thanks
    Daniel Yang
    TechNet Community Support

  • Drop-down lists: how to avoid entering long item lists by hand

    Hello all,
    I am very new to LiveCycle Designer. I want to create a form containing several drop-down lists. Each of them have a relatively long (up to 30-40) list of pre-defined items that can be selected at filling time. Those lists, btw, can also change from time to time.
    My question is: how can I avoid entering by hand those long list of items?
    I have seen from the online help that LiveCycle Designer supports a "binding" mechanims that should allow me to load those item lists from an "example XML" file. I have done several tests, but never succeded. I just do not what XML fields should be used. For instance, I have named a drop-down lists as "List1", then tried to feed an XML file like the following:
    This and other similar attemps just cause LiveCycle Designer to cough and show error messages.
    Someone is willing to show me how to do the job?
    TIA to all volunteers.
    Adriano

    Hello,
    +1. Complete Forms Solution described in the Dynamic poplist in a multi-record item. thread.+
    This solution is based on dynamic list population with appropriate predefined record group (the number of such predefined record groups could be rather big --> 1 Continents*Countries.+
    Record Groups can be totally dynamic, so you don't need to have them pre-existing at runtime.
    Francois

  • Unable to capture data from drop down list in custom added field in migo tcode at item level

    Hi guys,
    need bit help in resolving query related to custom added field in Tcode migo.
    i have added a field in migo at item level ,in this i have used drop down list
    to get data but unable to capture data from drop down list.gown through
    many blogs in scn but unable to resolve.
    Please help me out in this.
    Thanks,
    Umakant.

    Hi,
    U can use following code to fill the list box
    write this code in PBO
    In layout editor please select listbox in dropdown attribute of input field and put some fctcode attribute
    TYPE-POOLS vrm.
      DATA values TYPE vrm_values WITH HEADER LINE.
      TABLES: <ur custom Database table>.
      clear values, values[].
      SELECT * FROM <ur custom Database table>.
        values-text = <TABLE FIELD TO DISPLAY IN DROPDOWN> .
        values-key = <TABLE KEY FIELD TO DISPLAY IN DROPDOWN>.
        APPEND values.
      ENDSELECT.
      CALL FUNCTION 'VRM_SET_VALUES'
        EXPORTING
          id              = '<SCREEN INPUT FIELD NAME>'
          values          = values[]
        EXCEPTIONS
          id_illegal_name = 1
          OTHERS          = 2.
    Also please define the following before accessing the listbox value
    data: <listbox input field name> type <table field name>,
            <inputfield name where text to display> type string  in top include
    In PAI, select the text from the table into <inputfield name where text to display>  depending on value selected which will be called when enter key is pressed or any vale is selected

  • How do I get a URL to display in the Awesome Bar drop down list? Some URL's appear in this drop down but I can't figure how they got there.

    There is a drop down list from the Awesome Bar containing some of my most frequently visited sites. How can I add URL's to this list?

    The location bar drop-down list shows items based on visited count (bonus points and frecency: frequency and recency) and if you have visited other URLs more often then those will replace other websites.
    *https://developer.mozilla.org/en/The_Places_frecency_algorithm
    You can't customize this drop-down list and you would have to bookmark websites to have easier access.

  • How do I make a drop down list of text in numbers as it is made in the example spreadsheet for comparing cars for buying where you can choose a value from a dropdown list for each car?

    how do I make a drop down list of text in numbers as it is made in the example spreadsheet for comparing cars for buying where you can choose a value from a dropdown list for each car?

    Where is this example spreadsheet? Without seeing it I can only guess at what you are asking.
    To make a drop-down list (a pop-up menu in Numbers-speak), format the cell as a pop-up then edit and add to the list of items.
    If the example spreadsheet is pulling in a dollar value based on what car you chose in the pop-up, it is probably using LOOKUP or one of the other lookup functions, getting the information from another table (a lookup table). If, instead, these dollar values are what you are choosing in the pop-up, then you need to create a pop-up with these values in it.
    The Help menu includes a link to a page where you can download the Numbers Users Manual. It also has a link to the Formulas and Functions guide. Both are useful to new users.

  • How can I make a bound drop-down list using OAF?

    Please note, this is for OAF. I am aware of the support in ADF.
    I'm sorry this is such a basic question, but I've been trying for days, and I can't think of anywhere else to look for an answer.
    I need a simple drop-down list, not a search. This particular list only has 10 or so items. It is based on a view containing a code value, and a description. I need all descriptions to be available at all times. Just click the arrow, and the entire list is displayed. When the user selects an entry, the code associated with the discription populates a bound attribute. Ideally, when the page is instantiated, the code value controls the text value visible in the collapsed drop-down list. Visually, it would be similar to an html <select> element.
    Can someone please tell me how I can produce such a simple thing, or point me to some documentation?
    Thank you.

    Thank you for the excellent reference Peddi. I had played with the OAMessageChoiceBean component yesterday, but I was able to tell from your instructions that "Picklist Display Attribute" and "Picklist Value Attribute" really are not for binding to the database EO. That was the key piece of information that had me confused.
    In addition to adding the messageChoice component to the page, I needed to write some code to synchronize the picklist value with the corresponding code value, which I placed in am OAFormValueBean (hidden form field) which I could then bind to my application's database EO in the controller, running in the processFormRequest procedure:
    /** Synchronize the catalog code with the selected catalog name */
    protected void syncCatalogValues(OAPageContext pageContext,
    OAWebBean webBean, MyApplicationAMImpl am) {   
    OAMessageChoiceBean mcb =
    (OAMessageChoiceBean) webBean.findChildRecursive("CatalogName");
    OAFormValueBean cc =
    (OAFormValueBean) webBean.findChildRecursive("CatalogCode");
    String catalogDescription = mcb.getText(pageContext);
    if (catalogDescription != null) {
    String catalogCode = am.getCatalogCode(catalogDescription);
    cc.setValue(pageContext, catalogCode);
    Along with a little code to get the catalogCode value from the LOVVO, that's all it took.
    Thanks again. This was a great help.
    Pete

Maybe you are looking for

  • Installing a Solid State Drive (SSD)

    Hi, I am helping a friend instal a SSD into their Mac Pro.  I have changed out drives before, but it has been a long time.  From what I have seen on the web, it looks like a fairly easy process.  There are no ribbon cables to attach, nor power cables

  • ME57 - Not mandatory Purchase Organization - Action: Process Assignments

    Hello: In the Me57 transaction when I click the "Process Assginment" botton, SAP shows a screen where the following field have to be completed as mandatory: - Document Type - Document Date - Purchase Organization - Purchasing Group I will like the Pu

  • Broadcast titles in Photoshop?

    I am creating titles for a dv source documentary edited in FCP which need to be broadcast quality. The film will be shown on television, DVD, theatrically on video and quite possibly theatrically on film (after transfer). I have LiveType and Motion b

  • Can't re-install version 5.0.4

    Hi there ... I recently (after having backed everything up) reformatted my hard drive and re-installed OSX 10.3.9 as my system was slowing down. The version of iphoto that was re-installed is 4.0.3. Even after performing the 'check for updates' and '

  • I just upgraded to iPhoto 11 and got this message: "There is a problem...

    I just upgraded to iPhoto 11 and got this message: "There is a problem accessing one or more files in your iPhoto library. Do you want iPhoto to repair permissions for this library for you?" I am afraid to click "Repair" b/c I don't want to loose pho