Use our Google Custom Search for best site search results.
Search
-
Sorry for the delay.
I've replaced the "personal" Code Signing certificate with a real one, still no luck.
Here's my code. Am I using it correctly?
cliLib = cliNo.Substring(0, 2) + "000";
//get the REST connection
FileQueryConnection fq = (FileQueryConnection)this.DataConnections["REST ...
-
Hi Hilary,
Correct, this is a Filler form. I did create a separate test form and it worked fine. The error that comes back only presents the URL (which is the correct one), saying that it can't return the results. There is no proper error handling for this unfortunately. Is there any way to extend the timeout on this?
BTW, ...
-
Hi,
I built a REST data connection to validate the presence of a target folder prior to exporting to PDF.
The query works for me in and out of InfoPath.
The query works for end users outside of InfoPath.
The query FAILS for end users while in InfoPath.
I verified that the query uses the correct path and filter.
I ...
-
Hi all,
I have a Filler 2013 form that I need to export to PDF when it gets approved. The requirement is that I export it to a separate site collection on the same SharePoint server where the form template will be located. I managed to figure out the Full Trust and Code Signing certificate, however, I seem to be unable to ...
-
Hi,
Sorry I had to jump on something else yesterday.
I used the _Changing event as it's the only one of the 3 that has an e.CancelableArgs (which I think I need?!).
Ideally, what I want is prevent duplicate participants, no matter what role they play in the process. I haven't been able to create a validation rule because I'm ...
-
Hi Hilary, Happy New Year to you too! ;-)
So I wrote to following for 1 of the participant (which I'll extend to the rest of them once it works properly). It works fine except that:I'm not seeing any error message/prompt.The People Picker is no longer editable.The previous value is gone (hence why I was after the ...
-
Considering the following structure: /my:myFields/my:participants/my:*/my:review/my:ppicker/pc:Person
I'm trying to detect any duplicate people among my:participants. So when I enter a name in any particular People Picker, I'd like to validate that it is unique among the set.
I tried the Changing, Validating, and Changed events but ...
-
Disregard this one. I modified my design to make it work.
-
Hi,
I have a dropdown list where when a specific value is selected, 3 hidden field should get updated and they aren't.
These hidden fields are located 2 levels below a group/section that gets hidden based on the value above. Hiding the sections works fine, but changing the value of those fields doesn't. Is there an issue updating fields ...
-
Great! I couldn't figure out how to jump over the named node ;-)