Browse by Tags
-
I've been looking around for the stuff on how to create cascading dropdowns in a sql database form on infopath 2007 for the past week and I can't find anything, can somebody please help me. So I have a database form in infopath 2007 connected to a table in sql server 2008. The table has three...
-
Hello I have a dropdown and a text box in a repeating section. I want to allow users to add new sections. However, what I dont want is users selecting same values in the dropdown for inserted sections. To sum up, I would like only unique values to be selected in the dropdowns. Can this be achieved without...
-
I have a repeating table that is only one column and has a drop-down menu instead of the default "single line text." The menu contains names of people. I want it to work so that every time one inserts a new line, the drop-down list won't show the names chosen before. For example: the first...
-
I am using InfoPath 2003 with SP1. I have created a form with several drop down boxes. Within each of these boxes, there are several unique options which all have the same value. For example, A, B, and C are all worth 1 point while X, Y and Z are all worth 2 points, etc. Both in preview mode and while...
-
Is it possible to have each value in a dropdown list box with its own background color? For example, a dropdown contains 2 values: "Good" and "Bad". I want high to display "Good" with a background color of geen,and "Bad" with a background color of red. I tried...
-
Hi, I am using infopath form which has a dropdownlist.I am firing a webmethod to filter the dropdown when the selection is changed using vb.net code.I have published the form into the sharepoint.When i open a new form and changes some thing in selected dropdown,it is firing the even and doing everything...
-
I have a listbox (listBox) and a dropdown list(dropDown). I want to be able to select an item from the dropDown and add them to the listBox. I have looked everywhere for this but all I ever see is adding data from a datasource instead of a dropdown. I want this to be dynamic so the listBox is populated...
-
Hi, I want to change the color of radio buttons and dropdownlists when they were disebled.Or even i need to change the color of the radio button that was selected.Please help me.The disabled fields look very light and making hard for users to read. Thanks.
-
Hi,Would anybody give me an idea how can i filter a dropdownlist based on itz own selection.I am using webservice method to fill the dropdownlist .ie;items will be from database. ex:Say there are 4 status types, Requested,Approved,Not Approved,Completed . First on form load i need to show only Requested...
-
Hi, I have published a column to sharepoint document library when publishing infopath form,that column represents a dropdown in infopath form.When i submitted the form to document library i am getting dropdown list value instead displayname.Is there a way i can send the displayname instead Value by doing...