Use our Google Custom Search for best site search results.
Search
-
Is there a way to iterate through a sharepoint list column WITHOUT code in Infopath 2010, specifically IFS. My basic task is to loop through the status column in a child list and populate the status field on the parent with the status of the child.
Example.....
1 parent record, 3 child records. If one or more of the child ...
-
So after reading about Query fields in your response I did some research and testing and figured out how to achieve the desired result I wanted, so Thank you for inadvertently giving me another option. I still would like to be able to write back to the parent "Req Number" from the child form if you have any suggestions. Thanks.
-
Hi ErnstoM,
I don't think I explained this one very well! Sorry.
Here is what I want to do:
When a new item is created in a child list I want a filtered text field to populate with the data from a field in the parent item. I'm using a web service data connection to bring the parent data over with a filter.
Here is ...
-
Hi,
I've successfully created a cascading dropdown field that imports filtered data from another SharePoint list. What I really want to do is have it auto populate another field or the current dropdown with the filtered data because it will always be a single piece of data, not multiple lines. There is no need for choosing. ...
-
Hi,
Not quite sure how to go about this, any help would be appreciated. I've got two SharePoint lists (a parent and a child). There is a certain field that I want to have in all child lists that I create called "Req Number". This is a look-up field to a field of the same name in the parent list. I've got to the ...
-
Hi
Is there anything special that needs to be done to allow infopath to use special characters in an xml document that I want to use as a secondary receive data connection (dropdown field). I get the error: "The form contains XML that cannot be parsed:Reference to undefined entity 'ndash'."
I can't get some entities ...
-
Thanks Jimmy,
After getting your answer I researched the xdXDocument:Get-DOM method/function to get a better understanding of it. I just want to get this straight, I drop this expression into a formatting rule in the field I want to enable or disable according to the xml document?
I added this expression to a field and changed the ...
-
Hi,
I'm trying to bypass InfoPaths standard user role option due to the fact that it's a first come, first serve basis when dealing with one user in multiple roles. I want to use an xml document to provide the list of names and roles they are in. See the following....
<roles>
<role = ...
-
Hi All,
I'm trying to run a bunch of tasks through vb code entirely instead of using rules because of the way infopath 2007 operates (rules first/ code second). It's was going fairly well until I try to submit through VB code. Below is the code I used that is giving me an error (Copied ...
-
I figured this out and got it to work with one exception.....the carriage return. Any ideas? Thanks.
I tried following this walk through...Didn't work :(
http://www.infopathdev.com/forums/p/13489/47827.aspx#47827