Use our Google Custom Search for best site search results.
Browse by Tags
-
I am looking for help on what I am doing wrong when publishing a created form to a network location. The form I have created has several connections that retrieve and submit data to an SQL database. I have saved these connections in subfolder as the infopath form. I have saved the form as a normal save...
-
Hi, I have a form published to "Library_A". A workflow moves the form between "Library_B" and "Library_A". I'd like to save the form using a button. I'd like users in B to open the form and save it to Library B using the button. Likewise, after the form is moved...
-
Hi,
Is it possible to have a Save and Submit button on a SharePoint 2010 List form (browser form) while customizing using InfoPath 2010. What I thought of achieving is to have no ribbon, just 3 buttons; Save, Submit, Cancel.
Save should not trigger any validations or workflows, just create a new...
-
Hi -
Working in infopath2007 with sharepoint 2010. I have created a form that I only want the save feature to be enabled only after the form has been submitted. Therefore, when an individual opens a new form to fill out they would be unable to save it, only submit it.
Thanks for your help!
...
-
How is your save data connection set up? Where are you saving the form to?
-
Here's one way to do it: The idea is to store a copy of the form fields & values immediately after opening, and then add a function to detect when the fields have changed. When the user clicks your close button, call this function and if the values have changed, add code to submit the form; if...
-
Infopath 2010. I have a form with 5 views, Input, approval, attachments, comments\email, audit history. I have buttons designed to 'switch views' accordingly i.e., if you are on the approval form and want to write and email\comment, click on the email\comments button and presto you switch to...
-
I have a form that needs to be updated throughout a shift. I have completed the form and enabled the multiple saving of the form. When it is Submitted the form's status is changed to "FINAL" and the name is created using the concat formula. That all works fine. The issue I am having id...
-
Hi, I need to submit a info path browser enabled info path form every 20 minutes automatically from the FormServer.aspx page to a Document Library in Sharepoint. I have created a function with a timer that does HostingForm.Submit() every 20 minutes where the HostingForm is <form runat="server"...
-
Hello, all. When I fill out a form through InfoPath Forms Services I can choose to either save it to the form library or submit the form to somewhere. (In my case a web service). To the best of my understanding, when you save the form, the information is submitted to a SharePoint database where it is...