Use our Google Custom Search for best site search results.
Search
-
(hopefully this text doesn't lose formatting as my previous one did. Can someone delete my previous reply?)
Hi Hilary, Thanks for asking about my progress with the web service. I tried modifying my web service (which currently returns a dataset) to return xml instead. I added a few ...
-
Greg,
Thanks. That worked.
Yes, I am going to bring them in from a secondary data source. I was just using Main now while trying to figure out how it works.
Dave
-
Hi Ted,
If I use the picker and add them using the first checkbox in the "Add User Roles" dialog, then it works. For example, when I pick 2 people and put them in a role it looks like this:
domain12\fingerhut; domain12\davis
If I then copy/paste the above text, put it in an InfoPath text field, and then select the 3rd ...
-
I'm trying to figure our User Roles in InfoPath. I see a lot of information online basically saying that they don't work, and I'm beginning to believe that.
Anyway, I can assign a user to a group using the "User name from the form" option in the "Add User Role" dialog. What I haven't been able to do ...
-
Hi Hilary,
Thanks for the information and links. I'm using SQL 2008, and I thought that the direct endpoints should not be used and will be deprecated in a future version. At least that's what I read wherever it talks about doing it this way.
I will look into your second recommendation.
Thanks,
Dave
-
Hello,
I was hoping I could get some help on web service. I have a web service which returns a table to Infopath. The C# source is below. The table comes back to InfoPath as shown in the picture below. How would I modify my web service so that the table is returned as repeating row, rather than via the repeating (Choice) ...
-
So is there any way to copy the contents of a returned Dataset from a secondary connection, to Main, other than copying one field at a time?
-
What's FormsBoard and why does injecting QRules into a form cause it to go out to the Formsboard.com when the form is launched?
Dave
-
Jimmy,
I fixed that problem but get the same result; An error has occurred executing the rule. The table row of the source and destination must contain the same number of elements and attributes.
I noticed that in the secondary datasource, that LU_EducationLevel does not appear as repeating, even though there are multiple rows of ...
-
Ernesto,
I appreciate you helping with this. I'd really like to get it working. What you suggested doesn't work either.
I think the problem has something to do with the (Choice) node, which doesn't get mentioned at all in my QRules command. I don't completely understand Choices and noticed that you can't Copy the ...