Use our Google Custom Search for best site search results.
Search
-
Is there a way to display the data from a repeating field into one control (textbox or calculated field) with data separated by a comma? Similar to what you can do when displaying it in a SharePoint list (merge data) from an InfoPath form.
-
It is still an issue unfortunately. We're using Enterprise 2010.
-
I'm having an issue with appending memo fields in browser enabled info-path list forms that I can't wrap my head around. On certain field changes I have the old data in the field written to an appending memo field to capture the history of the field for view in the form, not version history (although I can see it there). What I have ...
-
Hi Bre!
If I design a button to submit the current data on the form to the server, but I do not place a rule that exits the form after, I get the notorious message: "your changes conflict with those made concurrently by another user" if I go to save again. I understand why it works this way, however, I most always use two ...
-
Hi Umashiva,
You can kick off alerts in a browser enabled form using JavaScript, content editor web-part, and a browser developer add-on (firebug) . It's not the best approach in my opinion, but I've used them successfully. Do the following:Add a content editor webpartUsing firebug, find the (#id) if the control you want to alert on ...
-
Is there a no code solution to getting around the save conflict error? I would like to kick off a workflow on a button click, which I've done by using a field change and submitting data. I've been having users exit the form after the workflow gets kicked off, due to necessity, however, it would be really nice if they could sometimes ...
-
Is there a semi straight forward way of hiding or disabling the Save button in an InfoPath 2010 browser enabled list form when in edit mode? I can't find anything. I know it can be done in a form library, but I can't find anything on list forms. Any direction would be appreciated. Thanks.
-
It's working, Thanks again!
-
Thanks Don, I appreciate the reply and the instructions and sample. I am going to break this down now and see what I can do. I'll post back when I'm done!
-
Hi,
Here is what I'm trying to accomplish. I have a field named "Memo Number" in my sharepoint list/infopath form called "List A". When a user adds data to the Memo Number field and hits submit I want to query the same field and list to find if the number entered in the memo number field already exists ...