Use our Google Custom Search for best site search results.
Search
-
Hi again Arthur, it just occurred to me that the issue might also be with an xpath string in your code. Perhaps you have a line that looks something like this: "//xsf2:connectoid[@name='" + MY_VAR + "']" where MY_VAR is a variable that evaluates to Applicants' Pool when your code is executed. In this case, the ...
-
Hi Arthur, it looks like your template has some code that wasn't transmitted when you sent the template file to me. Can you check to see if the code contains the following line:
//xsf2:connectoid[@name = 'Applicants' Pool']
This seems to be causing some issues on my end, because the apostrophe at the end of the word ...
-
Hi Arthur, what version of FormsViewer are you using? You should be able to find this in the footer section of the main page. Is this happening with all the templates you upload, or just this one?
-
Add another action immediately above the Query for data action to set the value of the Title field in the queryFields group in your secondary data source.
-
Hi, after reading your other post, I think what you want to try is the following: open your list form template in InfoPath Designer and add a receive data connection to your list. Then click the Form Load option on the Data ribbon, and add a rule to Form Load to query the data connection you just created, but make sure to set the Title query field ...
-
Hi Arthur, you're welcome and glad you were able to find a resolution. Thanks for posting.
-
Ok thanks. I'm currently working on deploying your template in one of our test environments, I'll let you know when I find something else.
-
Hi Arthur, I also noticed that you have the security level set to Full Trust. I just checked the original Leave Request template, and it is set to Domain. Any reason why you have changed the security level to Full Trust? Did you publish it as a Full Trust template to both SharePoint sites? You should not need to set as Full Trust ...
-
Hi Arthur, I took a look at your form template and noticed that you have added code to the form. When you add code to an InfoPath template containing qRules, you need to follow certain guidelines outlined in the post below:
http://www.infopathdev.com/files/folders/qrules/entry56111.aspx
Can you review the ...
-
Hi Arthur,
What specific customizations did you make to the original form template? Have you tried creating a simple test form with a few promoted properties and publishing it to both environments to see if you can duplicate the problem? Feel free to attach your customized template in your reply and I'll try to take ...