Exporting list boxes to PDF

I am trying to create a form that has two drop-down (list)boxes. One of them contains five choices, the other 52 (state abbreviations, etc.). I can get the smaller of the two to work just fine, but the other just displays a small square with an X. I have checked all the settings, and they are all identical. The font size is 10 pt and the boxes are 14 pt high. Going between the two boxes, I cannot see any difference in the settings. Is there something about putting so many choices in the list that creates problems? Any help would be greatly appreciated.

I ended up finding the answer I needed. The problem was that I was using a list box from InDesign when I should have been using a combo box. The reason the list box did not work (I believe) was because the length of the entries in the box exceeded the length of the page. It seems that a combo box allows this, while a list box does not. If anyone else is having a similar problem, try using a combo box instead.

Similar Messages

  • Displaying list box field in PDF

    I have exported to an interactive PDF which contains radio buttons, text fields, combo boxes and list boxes. This form is to be viewed on an iPhone 5 in Adobe Reader. All the form objects work except for the combo/list boxes. They appear and a selection can be made but the selection is not displayed in the box. I have tried to enlarge the box, thinking it was too small to display the text.
    I have tested it on an Ipad 3 and an android phone and it doesnt work but it does work on a desktop. The reader app is up-to-date on all devices. This is how it displays (sorry about the quality). The option within the list box are "nothing" ie space, Y and N. Before a selection is made the arrow is displayed but after a selection is made the box is blank.
    Can someone please tell me if there is a compatibility issue or a work around for this problem.
    Thanks!
    Gemma

    One more thing: There is a workaround for those who own Acrobat for Windows or Mac. You should be able to open forms with this problem in Acrobat, modify the default values in these fields, return the default values in those fields to their desired state and then resave the document from Acrobat (windows or mac). This forces Acrobat to save the fields in a way that the mobile Readers can properly display and edit. While we absolutely should fix the bug to properly display fields created by InDesign, this workaround may be useful for others so I am posting it here.

  • How can I export multiple selections in a list box into a .csv file?

    Hi all, I've created a form in Acrobat X with a list box enabled for multiple selections. When I try to export the filled out form into a .csv file, only the first selection shows up. Can anyone help me figure out how to get all selections to export? Thanks!

    Thank you for your quick response!
    Once a recipient fills out the form (which has two questions with list boxes and multiple selection enabled) they send the completed form back to me. When I open the completed form, I am given the option add the completed form to a reponse file which was set up when I distributed the form. When I open the reponse file, it lists all of the responses in rows, and the values that were chosen in the form are arranged in columns. In this file, the list boxe columns have multiple values, separated by commas (which is what I'm looking for). At this point there is an option to export into a .csv file or an .xml file. If I choose the .csv file and open in excel, only the first selection shows in the list box column rather than all selections that were initially made by the responder.

  • Help Scripting for PDF Form List Box

    I am attempting to write JavaScript for an Adobe Acrobat X Pro form. I would like to set an action script for a List Box titled "customer_name" so that when a specific customer name is selected, a corresponding text box titled "cutomer_number" will automatically fill with the correct number. I am not very familiar with JavaScript so any help would be greatly appreciated.

    The easiest way to do this is to set the export value of each list box item to the corresponding customer number. The script for the custom number field could then simply be:
    // Set this field's value to the export value of the selected item in the list box
    event.value = getField("customer_name").valueAsString;
    Post again if you don't want to set up the list box that way for some reason since there are other ways to deal with this.

  • Bounding box and pdf export

    Hi all,
    I'm using Illustrator CS4 and I have interest in the bounding box of a figure when I export it as a pdf. I'm using the crop area tool (also called ArtBoard, ToolShift+O) to set-up by hand the bounding box and then export the figure as a pdf. The problem is that I can observe spurious small white margins in the exported pdf. It seems that the bounding box is not perfectly set-up. Are you aware of this problem? Is there a work-around?
    Thank you

    I don't think there is per se any problem nor is AI doing anything wrong. Sounds like your bog standard antialiasing/ transparency blending, if elements are not placed and shaped in such a way that their rasterized output perfectly coincides with whole pixels plus the usual issues with trapping, overprint etc., which Acrobat will obey based on its own settings and the properties defined in your AI document and which particularly become relevant if blending modes, partial opacity and raster effects are involved. You need to look into those things more than anything else and find the right combination of settings...
    Mylenium

  • Why won't Acrobat X Pro honor the margin (art box) from PDF's exported from InDesign CS6?

    Why won't Acrobat X Pro honor the margin (art box) from PDF's exported from InDesign CS6?
    When I export a PDF from InDesign CS6 with specific margins, Acrobat does not recognize the Art box. (I have PitStop Pro 11 for page box view)

    Thanks Steve,
    We are exporting PDF's as you indicate. I see the same thing. The boxes are all the size of the original InDesign document. The PDF art box should be predicated by the margins in InDesign. When we had CS3, this worked great. Now, it seems that there is a disconnect between the two Adobe products honoring the page box size. I have contacted the Adobe techs via chat, and they had no clue what I was referring to. I find it mystifying that Acrobat can not interpret the art box set in InDesign as margins.

  • Open PDF from menu/list box?

    I would like to be able to have site visitors view a list of
    PDF's in a menu/list box and then be able to open the PDF they
    select. Now, I have the menu box in a form. Selecting a PDF, then
    clicking the forms submit button, brings up another form. the
    second form shows the record (the PDF which was selected) - and
    clicking the submit button brings up the PDF. I would like it to be
    a one-click process versus what I have now.
    I don't know what code to palce for the 'action' attached to
    the first submit button.
    I would appreciate any help. I am using ASP js.
    Thanks

    You still need to have a single action on the first form to
    handle the
    selection but what I would do is send it to a page and use a
    Response.Redirect to send them to the write page. The
    following is vb script
    by you should be able to convert it to js.
    <%
    dim gotoPDF
    gotoPDF = request.form("SelectName")
    Response.Redirect gotoPDF
    %>
    Paul Whitham
    Certified Dreamweaver MX2004 Professional
    Adobe Community Expert - Dreamweaver
    Valleybiz Internet Design
    www.valleybiz.net
    "MontanaBill" <[email protected]> wrote in
    message
    news:f3sb74$fm7$[email protected]..
    >I would like to be able to have site visitors view a list
    of PDF's in a
    > menu/list box and then be able to open the PDF they
    select. Now, I have
    > the
    > menu box in a form. Selecting a PDF, then clicking the
    forms submit
    > button,
    > brings up another form. the second form shows the record
    (the PDF which
    > was
    > selected) - and clicking the submit button brings up the
    PDF. I would
    > like it
    > to be a one-click process versus what I have now.
    > I don't know what code to palce for the 'action'
    attached to the first
    > submit
    > button.
    > I would appreciate any help. I am using ASP js.
    > Thanks
    >

  • Combo/ list box in Adobe Reader on iPhone 5

    I have exported to an interactive PDF which contains radio buttons, text fields, combo boxes and list boxes. This form is to be viewed on an iPhone in Adobe Reader. All the form objects work except for the combo/list boxes. They appear and a selection can be made but the selection is not displayed in the box. I have tried to enlarge the box, thinking it was too small to display the text.
    Can someone please tell me if there is a compatibility issue or a work around for this problem.
    Thanks!
    Gemma

    I tested one of my interactive PDF forms, and it works fine in Reader on iPhone 5. Here is what a list box looks like:
    If you're having problems with Adobe Reader for iOS, I'd post questions on the Reader for iOS forum here:
    http://forums.adobe.com/community/adobe_reader_forums/ios

  • Script or way to delete or export random pages from pdf...

    hello
    I have many request to export random pages from pdf doc. etc.. 1-3,51,63,78-92...I think that easy way is to have some script which will open dialog box and ask for which pages I want to export or delete from pdf. Anyone have something for this?
    thanks

    I find way for this on adobe blog. I am so stupid that I miss this "choose pages" button!!! You can combine more files and in list select pdf, and choose which pages from individual doc you want. Great
    http://blogs.adobe.com/educationleaders/2008/05/extracting_non_sequential_page.html

  • List box multiselect resulting in pulsating cursor

    I followed the coding suggestion found in the following Topic link to create a multiselect Listbox that saves all its selections to the submitted XML output file.
    http://www.adobeforums.com/cgi-bin/webx/.3bbda6ea/9
    In the Listbox initialize event, I use this code:
    this.ui.choiceList.open = "multiSelect";
    this.rawValue = "-1";
    In the invisible Textbox preSubmit event, I use this code:
    this.rawValue = Listbox1.rawValue;
    However, in Designer's PDF Preview, as well while testing in Acrobat 7, the moment I have selected two or more items in the Listbox with the Ctrl key AND THEN click into any other field in the form, the cursor rapidly pulsates between either the text cursor and the hourglass, or the hand cursor and the hourglass.
    I can continue to fill out the form just fine and submit by email, and all the selected data is preserved in the XML output -- however, the pulsing cursor will totally unnerve the users.
    Does anyone have any idea why it does this? This behavior doesn't happen in the example that I borrowed it from.

    [email protected] wrote:
    > Note that this will only work if the text and value assigned to an item in the list box are the same as well as only work in the single-selection case.
    >
    > xfa.event.newText will only be set to the item text of the item which was clicked by the mouse. If an item's value differs from its text (e.g. you have an item named "Vegetables" with a value of "1"), xfa.event.newText will be set to "Vegetables", not "1". Although you can determine that the value of the new selected item is "1" by using this.boundItem(xfa.event.newText), you can't determine the value of all items that were selected.
    >
    > In a multi-select list box, simply using xfa.event.newText won't work in all cases because even when the user shift-clicks an item to select all items from the last selected item to the item clicked, xfa.event.newText will still only be set to the item that was clicked as opposed to being, for example, a newLine-delimited string of all items that were selected as a result of the shift-click.
    >
    > Although we shouldn't have to be calling this.saveXML() prior to retrieving this.rawValue, it's the only way we've found to successfully retrieve the value of all items that were selected at the time of the Change event.
    >
    > Stefan
    > Adobe Systems
    Sorry, I misunderstood the problem. I think the real issue here is that
    multiselect list boxes are not fully supported. Be careful when using
    these. If you try to export xml data from the form, you will get mixed
    results. Sometimes it exports all of the values, sometimes it exports
    one of the values, and sometimes it exports some of the values...none of
    which seem to match what was actually selected. At least this is what I
    experienced in limited testing. Proceed with caution!!!
    Justin Klei
    Cardinal Solutions Group
    www.cardinalsolutions.com

  • How to capture the selected values from module pool dialog list box !

    Hi experts,
    Can anyone help me out in capturing the values from the list box.
    i am able to set the values in the list box.But i am not able to capture the selected value from the list box. Always the list box name is getting as "space"
    I also tried in using the FM "VRM_GET_VALUES" but it is retireving all the values. Is there is any flag for filttering out the selected value.
    Your inputs are appreciated.
    Thanks,
    Vijay.

    Along with the PBO and PAI event, add a POV event in the flow logic of the screen
    DEMO_DROPDOWN_LIST_BOX -is a good demo example.
    PROCESS ON VALUE-REQUEST.
    FIELD structure_name-field_name MODULE create_dropdown_box.
    In the report :
    MODULE create_dropdown_box INPUT.
      SELECT carrid carrname
                    FROM scarr
                    INTO CORRESPONDING FIELDS OF TABLE itab_carrid.
      CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
           EXPORTING
                retfield        = 'CARRID'
                value_org       = 'S'
           TABLES
                value_tab       = itab_carrid
           EXCEPTIONS
                parameter_error = 1
                no_values_found = 2
                OTHERS          = 3.
      IF sy-subrc <> 0.
      ENDIF.
    ENDMODULE.
    In the layout, assign a Function Code , for eg : 'SELECTED' to the listbox and lets say name of the field is SDYN_CONN-CARRID. So in the PAI module,
    MODULE user_command_0100 INPUT.
      CASE ok_code.
        WHEN 'SELECTED'.
          MESSAGE i888(sabapdocu) WITH sdyn_conn-carrid.
      ENDCASE.
    ENDMODULE.
    sdyb_conn-carrid will contain your selected field

  • Format changing when exporting from InDesign to PDF

    I am using Acrobat 8 version 8.1.2, and InDesign version 5.0.2.
    I am noticing a very specific problem when exporting some files to PDF from InDesign.
    We often have a format where we have a numbered list of right-aligned number, followed by some text, a leader line, and then another number at the end of the line. This is set up with a left indent and a first line left indent (rather than using the numbered list options), and then the necessary tabs later in the lines.
    I am finding since we switched to IDCS3, that when I export to PDF, lines containing this format change in the PDF. The text that appears after the number in the front of the line is pushed over on top of the leader line, leaving a huge white space. On rarer occasions, it will move things in lines that have no indents, but contain tabs that aren't being used.
    I have been able to get the files to export correctly by removing the left indent and first-line left indent and using tabs instead (or by removing unused tabs). But we have hundreds of files set up in this manner so going in and changing how they are all set up is problematic to say the least.
    Is this a known issue? Does anyone know why this might happen and how I can prevent it?

    I haven't tried printing to PDF. I will try that and see what happens. Unfortunetly, where I work we are required to export to PDF rather than print to PDF, so if it works it will only be a clue for me rather than a solution.
    Thanks for the reply. I'll try a cross post to the InDesign forms.

  • Add List box for one field in ALV GRID

    Hi All,
      I need to add drop down list box for one field in ALV Grid.
      If any body knows, please help.
    Thanks in advance.
    Regards
    Manglesh

    Hi,
    Here is the ex where i have used for date parameter in the sel screen
    type-pools: vrm.
    data: name type vrm_id,
          list type vrm_values,
          value like line of list.
    parameters :    p_date like p_date2
                                  as listbox visible length 15.
    at selection-screen output.
      name = 'P_DATE'.
      value-key = '1'.
      value-text = 'Today'.
      append value to list.
      value-key = '2'.
      value-text = 'Last 7 days'.
      append value to list.
      value-key = '3'.
      value-text = 'Last 30 days'.
      append value to list.
      value-key = '4'.
      value-text = 'Last 90 days'.
      append value to list.
      value-key = '5'.
      value-text = 'Last year'.
      append value to list.
    Call the ''VRM_SET_VALUES' to display the values in Listbox
      call function 'VRM_SET_VALUES'
        exporting
          id     = name
          values = list.
    at selection-screen.
      if sy-ucomm = 'CLI1'.
        sscrfields-ucomm = 'ONLI'(001).
      endif.
      if p_date = '1'.
        p_date11 =  sy-datum .
      elseif p_date = '2'.
        p_date11 = ( sy-datum - 7 ).
      elseif p_date = '3'.
        p_date11 = ( sy-datum - 30 ).
      elseif p_date = '4'.
        p_date11 = ( sy-datum - 90 ).
      elseif p_date = '5'.
        p_date11 = ( sy-datum - 365 ).
      endif.
    Hope this helps u..
    Please reward points if useful.
    Regards,
    Sreenivas

  • How do you add a multiple entries at once to a drop-down list box?

    I'm making a form for students to fill out and I want them to be able to pick from about 200 different courses. In the Field/List Items place, it would appear that you can only enter one item one at a time. I did this for 56 faculty,which took too much time, but for over 200 course titles, it would be much more convenient just to copy/paste them from an Excel spreadsheet, which is what I've tried doing. Any help or tips would be appreciated. I've attached a PDF of what I'm working on. The drop-down box is the one next to "Course." Thanks.

    Hi,
    The next version of LiveCycle Designer ES2 will allow user to copy and paste a long list of items into a dropdown or list box at design time. But until then your choices are limited.
    Paste them one at a time;
    You could set up a global variable in the (File/Form Properties) with the 200 items in the one variable. Then it would depend if your users have Acrobat/Reader v9 or earlier versions of Acrobat/Reader. John Brinkman has (several) blogs on this topic: http://blogs.adobe.com/formfeed/2009/01/populating_list_boxes.html
    If you are going with v9 then you can use the setItem script. However if you want your form to be compatible with earlier versions then you will need the addItem script.
    Also check out a sample by Steve Walker. http://forums.adobe.com/message/1939873#1939873 and  http://forums.adobe.com/message/2038932#2038932  The first one dealt with adding user entered data onto a dropdown, which is not exactly what you are after, but it will give you direction in populating a dropdown from an array.
    You would place the script in the docReady event of the dropdown, which would populate the dropdown every time the form is opened.
    Good luck,
    Niall

  • How to hold the value in List box.

    Hi All,
    On my screen painter Screen I am displaying the Sold to party and ship to party with thier address.
    I am also displaying the Shipping condition based on ship to party. To display the shipping condition i am using list box. Once the user enter the sold to party automatically all the field is going to populate in their respective fields. I am facing the problem that, The list box getting populated with shipping condition but once you choose the shipping condition and hit the enter the list box getting refreshed. I am using this code in PAI event. And I can Only use this in PAI.
    The Function i am using for list box is CALL FUNCTION 'VRM_SET_VALUES'.
    Pls suggest me how to hold the value in List box.
    Thanks,
    Rakesh

    Hi,
    Now i am using in PBO.
    the code below in in PBO.It is still not holding the value.
          if list[] is initial.
          perform SHP_COND.
          endif.
    form SHP_COND .
    *DATA: SHOP(80).
        clear : GT_VSBED, list.
        refresh : GT_VSBED, list.
         select vsbed
           from knvv AS K
           into table GT_VSBED
          where Kvkorg = vbak-vkorg  "Kkunnr = GV_STPH
          and K~vtweg = vbak-vtweg
          and K~spart = vbak-spart.
        select VSBED vtext
          from TVSBT
        into table list
        for all entries in GT_VSBED
        where spras = sy-langu
        and vsbed = GT_VSBED-VSBED.
    *break-point.
    NAME = 'SHP_CON'.
    CALL FUNCTION 'VRM_SET_VALUES'
      EXPORTING
        id                    = NAME
        values                = LIST[]
    EXCEPTIONS
       ID_ILLEGAL_NAME       = 1
       OTHERS                = 2
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    endform.                    " SHP_COND
    Thanks,
    Rakesh

Maybe you are looking for

  • GUI_DOWNLOAD Control_flush_error -- session missing?

    Hi guys, here's the deal: I developed an application (simple Report) in which a PDF is created, downloaded to the Presentation Server (Client) and executed via inetexplorer. Works all fine testing with SAP_ALL. When run with the rights of a user who'

  • ADS: ICM_HTTP_CONNECTION_FAILED

    Hello, I am facing some issues with the ADS configuration. I checked all the programs (FP_TEST_00 and FP_PDF_TEST_00) and i keep getting into this error: Error Code: 100.101 Error Message: SOAP Runtime Exception: CSOAPExceptionTransport : HTTP receiv

  • [ISA570] Application Control block https

    Dear Community, we've purchased an ISA570. Now we want to block some sites like Facebook Applications and Flickr. I've tried out this feature but it block only http trafic, I've got no chance to block https traffic. What can I do for solving this pro

  • Color misregistration scanning with image capture under Leopard 10.5.2

    The scanner is an older Epson Perfection 1250 Photo. Under Tiger, Image Capture scans perfectly. Under Leopard (Image Capture 4.0), the RGB channels in the image appear to be misregistered. I downloaded the Leopard compatible TWAIN driver from Epson,

  • Level Of Detail In Iphoto Maps

    I have labelled all my Paris photos with their exact location, ie Arc de Triomphe, Eiffel Tower etc.  I want to insert the google map with the drop pins into an iphoto book.  Is iphoto capable of this and to this detail?  I know how to use the map pa