Use our Google Custom Search for best site search results.
Search
-
No problem. In fact this post was for infopath 2003 .
-
I have'nt really test it but I guess that it will work because all JS code is on an html page.
Can you confirm that it's work on 2010?
-
Hi, on compatibility can you confirm that you use Infopath filler ? If you use web browser form, you can't use this option.
-
Hi, to configure the custom task pane on InfoPath 2010, go on "File", "Advanced form options", "Programming" enable custom task pane and then configure your html file.
-
You can try it and restart the service after that if it work or not ...
-
Hi, I'm not sure this solve your problem but this problem occur on dev environment with Sharepoint and infopath client install, and I don't know why it's just started.
-
OK never mind, your problem is probably not the same that mine you don't use manage path on your URL.
Can you try to stop the service :System Event Notification Service and try again your Form publishing ?
-
Hi, I already had this problem when I use a manage path "/sites/" and my root doesn't have a site I solve it when I create a blank site on the root.
-
Hi, I think you have to replace XDocument.DOM for oLastRow on your loop.
[quote]
Set oLastRow = XDocument.DOM.selectNodes("//my:myFields/my:Addrulegroup/my:addrulegroup/my:addruletable[a]")
src = oLastRow .selectSingleNode("//my:srcname").Text
srcaddr = oLastRow ...
-
Hi Sanjay619, I think you have to make some code for that. A way to do it is to extract each xsl view from your form template transform it with the main datasource xml and save it as html file on a library.