Having trouble finding a blog or post that answers your question?
Check out our
Custom Search Page
Browse by Tags
-
Background I have a browser-enabled InfoPath form, with a data connection to a SharePoint list. Upon loading, it pulls in data from the SP list and populates a load of fields. It worked fine in development, and it worked fine when there were a few rows of data in the list when I deployed the form. However...
-
Hello, I have an InfoPath browser form that I publish to a SharePoint MOSS enterprise form services form library. This form needs (IF POSSIBLE) a no-code solution. I have a text field called Alias/Badge # where a manager types in an employees AD account alias or badge field. After a button is pressed...
-
Hi everyone, I have searched for this in the forum and only found solutions a bit different. Here is my problem: I have to have the form viewable in the browser, so I can't insert any custom code. I need a link to an attachement that would be in a document center, and would love to have this a little...
-
Awesome. The first link really helped me out and I'm disappointed that it only appeared in 1 of the 10+ posts I saw regarding filtering SharePoint lists for browser forms.
-
Hi, I developed a workflow for sharepoint, using an infopath form as the association form for the workflow. I want to deploy the workflow to many different sites/servers, and don't want to re design the form everytime. Is it possible to let the form use the hosting page's stylesheet? (In my case...
-
Hi! I'm adding in an browser-enabled InfoPath Form dynamically with C# items, which works correctly. I setted the DropDown Source to Fields of the Form ( MainSource ). Via C# OnLoad() event i add my items dynaicaly: //-- set value of dropdown item tempNode.SelectSingleNode("my:" + XPathField...
-
I have a browser compatible InfoPath 2007 form that is based on a SQL Server Data Connection. The form submits the data back to the database via a web service. The form itself is then submitted to a SharePoint Library. The form works just fine when opened in either the InfoPath Client or the browser...
-
I want to check if the logged on user (Active Directory) is equal to the Created By field from a SharePoint list object. (Object can be a InfoPath form or word document or what ever…) I can retrieve the Created By and Modified By field from a SharePoint list. But the Created By field in SharePoint has...
-
Hi All, Is there a work-around so I can use xdExtension with browser enabled forms? It’s really very useful to use one place for the conditions. I can think of a work-around but it’s not a very nice one: - Create a checkbox - Hide the check box - Set it to true or false with a function. - Call the function...
-
I have an InfoPath form on sharepoint that is reading a list of addresses. I have it set to autofill the address based on the site code. The problem is I just got the list of sites and it is 33,000 sites. This means the browser based form times out trying to load the data source. The rest of the form...