Having trouble finding a blog or post that answers your question?
Check out our
Custom Search Page
Browse by Tags
-
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...
-
I took Clay's idea and got it to work. Here's my version of a solution. 1) Create a text field on the form called FormName 2) Create a Retrieve data connection that gets the IDs from the form library 3) Create a On Form Load rule with criteria of 'If FormName is blank' do action of 'Set...
-
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 view containing:
2 cascading list (with single choice)
- list box: Zone {Europe, Asia, ... Multizone}
- List box: country {France, Romania,...,MultiCountry}
i would like if it possible when:
Choice zone=Multizone
and
Choice country= MultiCountry
transform...
-
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...
-
I need to understand if it is possible to do what I want to do. Summary Once a form template has been published in a sharepoint library and items have been created by entering data, I would like to reopen an existing item and enter new data. However, I still want to keep the data previously entered for...
-
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"...
-
I have created a custom view in a SharePoint 2010 document library. Each time that I update the InfoPath Template for that library, the columns are appended with (seemingly) previously existing columns as well as new - additional Promoted columns. I am moving from Dev to Test and now to Production and...