Browse by Tags
-
Hello! Could anybody advice how to perform the title action? I'm trying to do it by handling Changed event. But after manipulating with the picker in GUI and adding a person or group i can't see changes programmatically. But after saving filled form i can see changes in xml file. Where am i wrong...
-
I am trying to display multiple columns from a sharepoint list based on a filter of another field in the InfoPath form. Two questions: What control should be used to display the column in the form? How to display each column in its own control? Sample data: Job Titles Department SOP1 SOP2 SOP3 Batch...
-
Hello. I have a pecular need. I need infopath to write a form, one with a unique name on a sharepoint server, and then make a copy of it to another server with a different name. This is not a problem, I then need it to "call" a VB program I wrote that takes the second .XML and manipulates it...
-
Warrtalon: Thanks for the quick reply. It is publishing. In InfoPath 2007, if you use the "Publishing Wizard", it gives you four options on publishing a form: To a SharePoint server with or without InfoPath Forms Services To a list of e-mail recipients To a network location As an installable...
-
This is a publishing related questions for InfoPath 2010. Is it possible to programmatically publish an InfoPath form using C#? I could never find an answer with InfoPath 2007 and figured that it was not possible with 2007. I wanted to publish to email based on task list in SharePoint. I had written...
-
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...
-
When a form is ready to submit, I would like to like to click one button and have the following be performed [needs to happen in this specific order] Run a “web service” already setup within the data connections section of the form. This web service gets the next Change Management reference number. Now...
-
Hello, I am a c# novice and I am trying to build a template that can save forms under multiple templates. I want to accomplish this by accessing the processing instructions and modifying them to point to the other templates. Can this be done, and if so any help on how to accomplish this would be greatly...
-
Hello. I'm trying to get Digital Signature data (Status, Certificate, Comment) into text fields. Im trying to do this by using the Singature class http://msdn.microsoft.com/en-us/library/microsoft.office.infopath.signature.aspx . The code works on client (preview) but not in the browser. (Log files...