Having trouble finding a blog or post that answers your question?
Check out our
Custom Search Page
Browse by Tags
-
Greetings, I have a computer within my workplace that just simply will not open a file from Sharepoint 2010.l There has been no alterations to the template. I am using this template for purchase requisitions. Interesting enough, clicking on an existing file, if you right click and manually select open...
-
I have a submit data connection set up to take all of the XML from a secondary data source to be input into a string parameter of a web service. This works if using InfoPath Filler but when I choose to edit the form inside of a web-browser, I get the error, "There has been an error while processing...
-
Hi Everyone, I am new to InfoPath and SharePoint and I am having difficulty learning the best methods of developing web browser compatible forms. I am editing a SharePoint web compatible form in infopath and need to add several tables to the form. The data in the tables doesn't need to be stored...
-
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, I have an issue I'm hoping to get some help with. Here's where I'm at: 1.) Created Infopath webform that utilizes Excel Services to return the next Friday from today (excel sheet is in the same sharepoint domain - http://www.bizsupportonline.net/infopath2007/calculate-date-difference...
-
Hello and welcome to the forum! You might wanna try our UDC Editor Tool . It lets you create a data connection file where you can specify your web service info. It also works in browser-enabled forms. Please let me know if you run into issues and I'll be glad to assist you further. Cheers!
-
Hi, I am using a browser enabled form in Infopath 2007. I want to restrict some users depending upon the role. The restriction is, I do not want to delete node from repeating section but they can add more. In Infopath there is option to restrict both adding and deleting simultaneously. Is there a way...
-
Hi, I am creating a browser enabled form. I have 7 views and these views are dependent on some rules. At form options, I have written some rules for opening forms . Till here it worked fine. Now I want to open different views for editing form, from different web pages depending upon the user, roles etc...
-
I am having an issue while maintaining Sessions in Web Services and Infopath. This is a test web method to set session values [WebMethod(EnableSession = true)] public void Setvalue() { Session["groupID"] = 123456; } [WebMethod(EnableSession = true)] public Int64 Getvalue() { return Convert...
-
Hi, I am using a web service which submits data into database and has complex type as an input parameter. It works fine. Now I want to return some complex type data from the same web service. There is no option present to add a data connection to receive and submit data simultaneously. [WebMethod(MessageName...