Now you can find InfoPathDev on
YouTube and
Twitter!
Browse by Tags
-
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...
-
I have a form that has to auto fill fields, Date and RFQ ( which is a number built from the current date and time ). On the creation of a new form, these both work perfectly. My problem is after a form has been filled and saved to Share Point, when it is re-opened, the feilds are updated to the current...
-
Hi I am more just wondering if this is possible
I have divided up my infopath form into sections using groups (with uniform names) so that I can identify them separately in the datasource, I was then looking to be able to copy the contents of these groups and create new views and paste them in. The...
-
Hi friends, I have the below code that runs for my submit that is running off of a button. Does anyone know how to (what to) put to stop this from running and give an error message if the form is open as read only? I am getting row update errors if someone trys to submit it as read only, there ends up...
-
Can anyone help me out to solve this deployment issue. I am having around 25 infopath forms to be deployed on 25 different Form Libraries on Sharepoint server. All these form libraries are having a code behind logic with it. Manual opening of the forms and publishing will not be the feasible task. Please...
-
How to Update an Existing SharePoint list item using a CAML Query to the SharePoint Lists web service from an InfoPath form. The major steps involved are: 1. Create Initial InfoPath Form Create the initial form template, main data source and retrieve the required details from the SharePoint list 2. Set...
-
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...