Simple (I hope) Combo/list box question

I am using Acrobat Pro 9, I have a combo list that allows a person to choose male or female.  I want the default to be blank so that if they don't have a dependent it isn't showing male or female. It doesn't allow me when I go to properties, any suggestions?  I do not work with script at all so that's not an option for me.
Thank you!!!

This might not be the absolutely best answer, but I was just able to game the properties by adding an option that is only a space...as in one click on the space bar. Then I made that the default.
I'd be interested to know if there's a better way to do what you're after, but I think this one works.

Similar Messages

  • 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

  • Combo/list box image next to option

    Hi,
    I'm trying to display an image (small icon) within a drop
    down/combo/list box in a form. I've not found a simple way of doing
    it and wondered if anyone could advise of an easy way to do this
    seemingly simple task ?
    The result I'm after can be seen here:
    http://dhtmlx.com/docs/products/dhtmlxCombo/index.shtml
    of the five combo boxes displayed I'm after the 'combo box
    with icons' result. The method used on this page to acheive the
    effect seems a bit overkill for my requirement, otherwise I'd
    try/use it. I've looked at the page source, but nothing is revealed
    regarding the html/css used to do it.
    I'd appreciate anyone advising a simple way to do this.
    Many thanks.

    If your page is asp then the code below will do what you
    want. Now when a
    user selects a country then that country id will be entered
    into a cookie.
    then when the user goes to other pages on your site you can
    have if else
    statements to show language of your choice.
    if you need the country flag icons go to ip2location.com they
    will give them
    for free.
    <form action="" name=langswitch style="display:
    inline;">
    <table cellpadding=0 cellspacing=0 style="float:right;
    margin-top:-14px;"><tr>
    <td style="padding-left: 3px; padding-right:
    3px"><img
    src="/images/flags/<%= Request.Cookies("country")
    %>.gif" width="14"
    height="11" border="0"></td>
    <td><select name="langcountry"
    onchange="document.forms.langswitch.submit()">
    <option value="uk" <%If (Not
    isNull(Request.Cookies("country"))) Then If ("uk" =
    CStr(Request.Cookies("country"))) Then
    Response.Write("selected=""selected""") :
    Response.Write("")%>>English
    <option value="es" <%If (Not
    isNull(Request.Cookies("country"))) Then If ("es" =
    CStr(Request.Cookies("country"))) Then
    Response.Write("selected=""selected""") :
    Response.Write("")%>>Espa&ntilde;ol
    <option value="de" <%If (Not
    isNull(Request.Cookies("country"))) Then If ("de" =
    CStr(Request.Cookies("country"))) Then
    Response.Write("selected=""selected""") :
    Response.Write("")%>>Deutsch
    <option value="fr" <%If (Not
    isNull(Request.Cookies("country"))) Then If ("fr" =
    CStr(Request.Cookies("country"))) Then
    Response.Write("selected=""selected""") :
    Response.Write("")%>>Fran&ccedil;ais
    <option value="it" <%If (Not
    isNull(Request.Cookies("country"))) Then If ("it" =
    CStr(Request.Cookies("country"))) Then
    Response.Write("selected=""selected""") :
    Response.Write("")%>>Italiano
    <option value="br" <%If (Not
    isNull(Request.Cookies("country"))) Then If ("br" =
    CStr(Request.Cookies("country"))) Then
    Response.Write("selected=""selected""") :
    Response.Write("")%>>Portugu&ecirc;s (Br)
    <option value="hu" <%If (Not
    isNull(Request.Cookies("country"))) Then If ("hu" =
    CStr(Request.Cookies("country"))) Then
    Response.Write("selected=""selected""") :
    Response.Write("")%>>Magyar
    <option value="ru" <%If (Not
    isNull(Request.Cookies("country"))) Then If ("ru" =
    CStr(Request.Cookies("country"))) Then
    Response.Write("selected=""selected""") :
    Response.Write("")%>>Ð
    ÑfÑ?Ñ?кий
    <option value="jp" <%If (Not
    isNull(Request.Cookies("country"))) Then If ("jp" =
    CStr(Request.Cookies("country"))) Then
    Response.Write("selected=""selected""") :
    Response.Write("")%>>æ-¥æo¬èªz
    <option value="kr" <%If (Not
    isNull(Request.Cookies("country"))) Then If ("kr" =
    CStr(Request.Cookies("country"))) Then
    Response.Write("selected=""selected""") :
    Response.Write("")%>>í.oêµì-´
    <option value="cn" <%If (Not
    isNull(Request.Cookies("country"))) Then If ("cn" =
    CStr(Request.Cookies("country"))) Then
    Response.Write("selected=""selected""") :
    Response.Write("")%>>ä¸æ-?(ç®?ä½")
    </select></td></tr>
    </table>
    </form>

  • List box question

    I am seeing a weird behavior with single select list boxes. If you want to select an item in the list box you click on it. My question is how do you deselect the item? If you click on it again the item should be deselected, but in this case it stays selected. You can select other items but you can never turn the select off.

    Hi,
    The workaround for this scenario would be to add another item "None" or "Select One". Like in a drop down list, an item once selected cannot be deselected. The only way to deselect an item would be to select another item. I hope this helps you.
    Cheers :-)

  • Combo/List Box Item List in Properties

    Im creating a form in Acrobat.  Used a list box instead of combo box.  But need to change to combo box.  I already entered in all the items for the list.  I don't want to spend too much time on this.  Is there a way to copy the list from properties on the list box and past into the new combo box?

    You can use Acrobat JavaScript to convert the current items, getItemAt,
    in the list box/combo box to an array or list that could be edited in array definition, edit that list and then use JavaScript, setItems, to use that array to populate the field.

  • Populating List Boxes

    Azadi – Thanks for your HELP on my last problem.
    – This is the Old Dog Playing a Young persons game! And
    loving It! Using CF8 and MySQL 5
    New?? List Boxes, or drop-down Combo list Boxes, could you or
    someone direct me in the proper direction for information on how to
    Populate a list box or combo box based on the input of the previous
    list box?? Example Enter From Selection - Southern Gulf Coastal
    States - All the State in the Southern Gulf Coast would populate
    the next combo box, and select a State and all the Coastal Cities
    would be of choice and next after cities is the Zip.
    I know how to do it in MS Access not sure the best way to
    attack this in cf8.
    Thanks

    There are many ways to do this:
    1. By submitting your data to cf server first and query only
    according to user selection then populate the target fields
    according to query.
    2. By querying all data and use javascript
    variables/arrays/structures to populate your combo box everytime
    user change the selected item.
    3. By incorporating Ajax to your CF application.
    The first one is the easiest one. But everytime you make
    changes to your selection, your app submits to cf server which is
    kind of slow 'cause you have to submit everytime selection changes.
    The second one is by querying all the data, which is slow at
    first 'coz even the unnecessary data are returned. That is, I don't
    think the user would try to select all the selections one by one,
    but rather maybe just select one item. Though, it will be faster
    already when the user selects another item. This way, your form
    doesn't have to be re-submitted 'coz you let a javascript
    variable/arrays/structures store the data at first query.
    The third one(kind of a mix of both 1 and 2), which is the
    most efficient way among the three to achieve your goal, needs
    learning Ajax which is going to take a few of your time. But if you
    know it already, you can let it work well with CF8.
    Anyway, a simple sample code for the first method is
    attached:

  • List box in data block

    Hi,
    I have trouble implementing a form that uses 2 master table. I tried using the one suggested here
    http://www.oracle.com/technetwork/developer-tools/forms/documentation/blockonajoin-131860.pdf
    but doesn't seem to support the specification I want.
    I have 2 tables say EMP and DEP, with the DML target table being EMP.
    But I also want to display the DEP.NO ( = EMP.DEP_NO) plus the DEP.NAME(which should disabled for change) but the field should be combo/list box
    This is so when I insert a new data, I can just select from the combo box field(which should be populated with all the possible values from DEP.NO in the DEP table). And when I select the DEP.NO, the DEP.NAME will automatically show. But if you just want to UPDATE, DEP.NO should be disabled (only ones from EMP table is enabled for CHANGE.)...
    Appreciate any suggestions.
    Thanks!

    Based on your description, you actually have just one master table and the second table is being used for reference only as it simply supplies the DEPT_NO and DESCRIPTION based on the DEPT_NO on the EMP record. There is no need to a block based on a join in this situation. Just create a data block based on the EMP table and populate your List Item (Poplist) using the value from the DEPT table.
    Do you really need to see the DEPT_NO of the department or will the department name stored in the DESCRIPTION column be enough? A Poplist will only display one value, typically the description of the underlying code (DEPT_NO). If your Department Poplist is attached to the EMP.DEPT_NO column in your form the description will automatically be displayed for the underlying EMP.DEPT_NO. If a user changes the Department using the Poplist the underlying EMP.DEPT_NO will receive the associated DEPT_NO and Forms will record a change has been made.
    When a new record is created, the Department Poplist will be NULL until your user selects a department from the list.
    This should satisfy your requirement!
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • 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.

  • Can I attach a specific action to a choice in a list box or combo box?

    I have a list of 26 sports that I would like people to choose from--in either a list box or combo box or any other tool that would work best. When they choose a particular sport, I would like another PDF to appear with the roster for that sport for this year, allowing them to check off certain players.  Is this possible? Everything I see is in javascript or some other language that I don't know.
    Thanks.
    Anne

    I am piling on Gary's question, as I would like to know the answer as well. But first a little more color in case there is another way to do this....
    When I get an email, I usually take some sort of action. I currently do not have a good way to note the actions I have taken against any particular email. This is why I want to know how to attach a note or a To Do to a particular email. I thought the To Do list would work, but when I type a To Do with a particular email sometimes it appears in the list and sometimes it doesn't.
    So my goal is to have a way to create a history of action against a particular email.
    Gary, I hope this is a valuable extension to your request as opposed to a diversion from your original intent. With any luck together we'll get a bit more traction for your request.
    Thanks.

  • How to populate a list box linked to selection in combo box?

    Hi All,
    I am a beginner in Xcelsius. I am having problem on how to populate a list box based on the selection on my combo box.
    I have a combo box and a list box.  The combo box value consist of Countries. Values are:
    Singapore
    Indonesia
    Thailand
    When I select, for i.e. Indonesia, I want to populate the list box with all the Postal Code of Indonesia. When I select Thailand, i want to do the same.
    Can anyone shed some lights on how to achieve this?
    My spreadsheet data is as follow
    Country         Postal Code
    Singapore     680123
    Singapore     680124
    Singapore     680125
    Indonesia     155123
    Indonesia     155124
    Indonesia     155125
    Indonesia     155126
    Thailand       333123
    Many Thanks,
    Harianto

    Hi,
    I am detailing the complete steps below:
    In the combobox select the entire range of Country while seeing the records from the Combobox, Xcelsius will automatically show the unique values in the selection.
    After that in the "Data Insertion" section for Combobox select the "Insertion Type" as "Filtered Rows" (please click on the question mark beside this option and it will show how the selection works).
    In the source select the postal code, in the destination select the range which will be used as a data source for the list box.
    This will resolve the concern. Please remember to select the question mark beside the "Insertion Type" option, it explains the working in specific details.
    Best of luck.
    Regards,
    Gourav

  • Access VBA - Clearing Combo or List Box

    Is there a quick way to clear all items in a Combo or List box other then While listcount > 0?
    Thanks in advance for any help.
    Brian

    Tom,
    It is a Value List I populate from a dataset.
    Currently I am using the following and it works fine.  However, some times the list are quit long and can take a couple seconds.  I was looking to see if there is a clear or drop list type process versus looping through.
        While Me.SelectCustomer_cbo.ListCount > 0
            Me.SelectCustomer_cbo.RemoveItem (0)
        Wend
    Thanks
    Brian

  • List Box Combo box linkage

    Hi,
    I have a dashboard with a regional filter that has the same 5-metric associated to each region.  I'd like my regional global combo box to filter by each indexed metric, for example, if I select KPI 2 and Global from the combo box, I'd like the index 2 to display in order chart data indexed to 2. Each metric has a unique index # associated to each regional metric, for example:
    Index      Region    Metric
    1             Global     KPI 1
    2             Global     KPI 2
    3             Global     KPI 3
    4             Global     KPI 4
    5             Global     KPI 5
    6             NA          KPI 1
    7             NA          KPI 2
    8             NA          KPI 3
    9             NA          KPI 4
    10           NA          KPI 5
    I've selected Row as the Insertion type with two series types (Global and NA).  Each series type has it's own sourced data but all point to the same destination row (A:26:C26).  I have the combo box inserting the regional source value to the cell where the list box inserts the region B26.  When I preview only one series (NA) from the list box is dynamic, meaning  if I select KPI 2 the spredsheet selector displays the region (NA) and Index 7, but when I switch regions, to Global, it's not linked to the list box and properly capturing the new index # 2.  How can I link my list box with two series (Global and Region) to filter by Region combo box?

    Hi Araceli,
    I do not fully understand your problem (I don't understand what the listbox does). But what might work a lot easier for you is to use the Filter option and not split comboboxes. That way Xcelsius can sort it out for you without having to write too much logic.
    Or are you already using a filter?

  • Poplating a List Box or Combo Box

    Hello,
    I need to add a list box onto the AR invoice screen that displays all employees. I need to do this using the SDK, 2004A and VB.Net. Has anyone done this, please forward me the source.
    Thanks John

    On Form Load call the function :
    Private Sub CreateItemsOnForm(ByVal strFormUID As String)
            Dim mobjItem As SAPbouiCOM.Item
            Dim mobjCombo As SAPbouiCOM.ComboBox
            oForm= objSBOApplication.Forms.Item(strFormUID)
            Try
                mobjItem = oForm.Items.Add("XYZ",SAPbouiCOM.BoFormItemTypes.it_COMBO_BOX)
                mobjItem.Width =
                mobjItem.Left =
                mobjItem.Height =
                mobjItem.Top =
                mobjItem.FromPane = 0
                mobjItem.ToPane = 0
                mobjItem.Enabled = True
                mobjItem.DisplayDesc = True
                mobjCombo = mobjItem.Specific
               Catch ex As Exception
                Throw ex
            End Try
        End Sub
    AND FOR FILLING COMBO
    Dim mobjForm As SAPbouiCOM.Form
            Dim mobjCombo As SAPbouiCOM.ComboBox
            Dim mobjRecordset As SAPbobsCOM.Recordset
            Dim intCount As Integer
            Try
                mobjForm = objSBOApplication.Forms.Item(strFormuid)
                mobjCombo = mobjForm.Items.Item("XYZ").Specific
                mobjRecordset = gobjCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoRecordset)
                mobjRecordset.DoQuery("SELECT EMPCODE,EMPNAME FROM TABLE")
                Do While mobjCombo.ValidValues.Count > 0
                    mobjCombo.ValidValues.Remove(0, SAPbouiCOM.BoSearchKey.psk_Index)
                Loop
                For intCount = 0 To mobjRecordset.RecordCount - 1
                    mobjCombo.ValidValues.Add(mobjRecordset.Fields.Item("EMPCODE").Value, mobjRecordset.Fields.Item("EMPNAME").Value)
                    mobjRecordset.MoveNext()
                Next
                       Catch ex As Exception
                Throw ex
                    End Try

  • Dynamically populating List box

    Hello Everyone:
    I need to create a JSP with two combo boxes and submit button.
    Where the first combo box will be updated from database - which is simple.
    but depending on the selection of the first box the second box should be populated and should be able to make multiple selections in it.
    and in the same jsp page should be able to display the results, of what I added by submiting the previous form.
    Please can somebody help me witha sample.
    Thanks
    ASB

    Dear user,
    If you get any response for the asked question on Dynamically populating List box from anybody please forward the reply to the following e-mail id.
    [email protected]
    --SUBIR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • How to increase the width of the drop down list box in SSRS multi value parameter

    Hi,
    I am using SSRS 2012. I have a parameter, which accepts multi value.
    The width of the drop down list box is very small, and the user need to scroll to the right to view the complete view of the content in the list box. But, if I don't use multi value then the length is good.  Kindly suggest how to I increase the width
    of the list box when it set to multi value parameter.
    Thanks in advance,
    Mahalengam Arumugam

    Hi Mahalengam,
    After testing the issue in my local environment, I can reproduce it. When the values for a single parameter are too long, the drop-down list of the parameter will automatically enlarge to an appropriate size. While the values for a multiple parameter are
    too long, we need to scroll to the right to view the complete view of the content in the list box in SSRS 2008. But in SSRS 2008R2 and SSRS 2012, we can directly drag the black control at the bottom of the list box to control the size.
    The following screenshot is for your reference:
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support
    Hi Katherine,
    Thanks for your reply. I understood we need to drag the list box to a maximum size to view the contents.
    But, this seems an additional task, i know this is a limitation in the current version of SSRS and hope it will be resolved in the next versions.
    Thanks for your efforts,
    Mahalengam Arumugam

Maybe you are looking for

  • Select statement in a sub routine(For Sapscript)

    Hi, M unable to write select statement for my reqirement in Sap-script in Sub routine. My requirement is 1)"Your correspondent for quality" in main window of my form. For dis rule is as below "Get the 'changed by' value resord in table QCPR field AEN

  • Corrupted query statement in MySQL

    Occasionaly queries are truncated resulting in an error. The problem is not repeatable, the same query runs fine for a long time and then suddenly it gets truncated. It doesnt appear with a specific query but randomly. An example: SELECT * from table

  • Deploying Adobe Acrobat 7.0 pro using Executive Sitekeeper

    Good morning all, I need help creating a command in Executive software's Sitekeeper to uninstall Adobe Acrobat 5.0 from our user community so that I can deploy adobe acrobat 7.0 pro to our user community using Sitekeeper. Thanks Lloyd

  • Migrating assistant help! Ethernet

    Please someone help me.  I have a late 2007 Macbook Pro and just bought a 2011 Macbook Pro.  Both have snow leopard and Im attempting to migrate through an ethernet cord.  Is there ANYTHING that I need to do?  I've plugged in the ethernet cord, turne

  • Weblogic server crashes with optimizeit request analyzer

    Hi, I am using weblogic 9.2 version and optimizeitsuite2006. I changed the audit system selector to request analyzer. then restarted my weblogic server. It shows the below error. Please let me know how to solve this problem. Error Message: Illegal me