Use our Google Custom Search for best site search results.
Browse by Tags
-
Hi, This issue deals with I currently have a form, and I have a workflow. Both work great. The problem I'm having is getting the workflow to be flexible, but also fool proof. Currently, we areusing an "Infopath Form" and a "Default Edit Form" web part. The Infopath Form is used...
-
Hi all ---first time poster. I searched this board for an answer to this question and it doesn't appear that this has been encountered yet. Apologies if I overlooked it. I posted this question on MSDN forums as well and thought I'd expand my audinece here. <Cut and paste from my post on MSDN...
-
I have a project request form that needs to submit project requests to form libraries in several subsites. I decided to do this by setting up multiple Data Connections, and multiple Condition based action rules attached to my Submit button. Works fine. However, I also would like to property promote columns...
-
Hi there - I have created two forms for our supervisors to submit changes to their agents schedules. I have one user where when he submits the form, the TO field is always blank. Does anyone know the cause of this and how I can fix it? I've attached one of the forms.
-
Hi all, I am currently publishing an infopath 2003 form to a shared drive on a network. The completed form gets completed by colleagues and then when they click a button on the form it is emailed as an attachment to me. The problem I'm having is that I can not open the attachments - I get an error...
-
Hello, My InfoPath form is used to submit data to a table in a SQL Server database. I have a multi-line text box for the user to enter remarks, and would like to increase the maximum length to something above 255 characters (at least 2500 would be nice). I converted the appropriate column's data...
-
I currently have a form with several submit options depending on the actions the user takes and who has control of the form. Recently I discovered that if a person is reading a reply on the form, enter their comments in the correct fields, then change their mind and close the form using the X in the...
-
One quick & dirty codeless way is to associate a TRUE/FALSE Boolean field with each information field. If you only have around 10 information fields, it shouldn't take that much time to add these and set their default values to FALSE. Then, add an action rule to each information field that will...
-
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...