Use our Google Custom Search for best site search results.
Browse by Tags
-
Hi I've created an InfoPath form, containing several project Information ('Project name'; 'Project number'; ...). Via a button in the form I'd like to create a folder (project folder to store project documents) on a seperate network drive, not in a SharePoint library. The folder...
-
Hi, Anyone knows how can infopath form copy current library ID to another field and add fixed number e.g.: ID/2012, so, when you move document from one library to another the number stays exact. My target is, that every infopath form on the site has his own ID/YEAR number and main point is that it does...
-
There appears to be a problem with InfoPath 2010 and programmatically created custom digital signatures. After I create the signature XML using the 'System.Security.Cryptography.Xml' namespace's classes and insert the signature fragment to the appropriate container element in the document...
-
Thank you for the quick response Jimmy. I added TOTAL_LENGTH_1MM .CreateAttribute("xsi", "nil", NamespaceManager.LookupNamespace("xsi"), "true"); to my code, but now I am getting this message System.InvalidOperationException was unhandled by user code Message="Schema...
-
Hi, I am publishing a infopath form field say status into sharepoint document library.Also i am firing a workflow when a new file is created.The approver can change the status by editing that property.Now,my problem is,i have to update it in database.So that when user opens the infopath form,using form...
-
Hey all. Somewhat of an infopath newbie here, but have managed to make it do what I want for the most part. At least, until today. Here's a description of what I want to do: The users can draw on an inkpicture. What I want to do is click a button and erase the stuff on the picture (in case of an...
-
Hi, I am pretty new to developing in InfoPath and SharePoint. I have the requirement to extract repeating table data from an InfoPath form using web part (written in C#). I have been looking into how I might go about doing this but I don't seem to have come up with a solution. I have tried getting...
-
I am trying to create a PDF file using the printer macro, I am getting error expected statement. Code attached below. Sub Print_OnClick() ' Write your code here Dim fileName1 Dim nameNode1 'Set the values. Replace "/my:myFields/my:textField" with the xpath to the field that has the...
-
I have an IP Form and on the submit I change the value from a field with a rule. The problem is that after submitting if the user doesn't save the instance then the value isn't changed. I need to save the form in the submitting event in the same library and with the same name it already was saved...
-
I have a custom workflow that I'm building and the InfoPath form the user fills out is a broswer based form. There is a requirement to present a drop down list of choices that is based on a SharePoint list within the same site as the form library. While this is easy enough, I need to be able to filter...