Having trouble finding a blog or post that answers your question?
Check out our
Custom Search Page
Browse by Tags
-
I have a browser-enabled InfoPath 2010 form with several data connections to various SharePoint web services (User profile service etc - All data connections are packaged as UDCX files and reside in a data connection library.) The form works absolutely fine UNTIL I add any code at all. Even so much as...
-
Hi Guys I am using data connections (XML) that target specific views in a list, NOT the default view. How do I count the number of items in a particular view. Note: My form is being used via browser NOT client on MOSS 2007. Also this is NOT a data connection to a SharePoint list where I would just count...
-
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, Patrick... Thank you for your help...But I can't use the SharePoint ID, because using the SharePoint ID, the only way I could reset this ID is deleting and recreating the list (it's needed to reset the ID sometimes), and I can't do that, because the client is already working with this...
-
Hi.. I'm using infopath browser forms and I have a problem I can't solve...I'm saving the forms to a sharepoint library...The name of the files is "number" + underline + current year (as you can see in the attachment)...To generate this "number", I have a column called...
-
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...
-
I've got a browser-based form that I'm publishing as a template in a document library. Seems like every time I publish, it overwrites the file (as it should), so there's no version history. Is there any way to keep a version history?
-
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 web enabled form I am working on and need to pull the user name of the person so that I can programatically setup rolls with an xml file. Currently the userName() only pulls the first name, which works, but we really need to pull both the first name and last name. Any ideas?