Use our Google Custom Search for best site search results.
Search
-
Issue resoved :-
doesn't work :-
var fred = Application.XDocuments.NewFromSolution("\\\\coportall\\sites\\bill\Caveat Form\\Forms\\template.xsn");
but
var fred = Application.XDocuments.NewFromSolution("http://coportall/sites/bill/Caveat Form/Forms/template.xsn");
Looks obvious but the first fred has worked in IP03 for ...
-
Hi,
I'm currently migrating a number of 2003 developed forms (call them AQG and CAV), which have lots of jscript in them, to IP & SP 2010. The jscript in AQG has a couple of lines of code that opens a new form (CAV) & passes data to it - see below (to maintain the code I'm extracting the form files and editing ...
-
Issue resolved! Phew. Good old OE (Operator Error). I was using the wrong namespace for ns2. In design mode I checked the properties dataFields which shows Namespace: http://schemas.microsoft.com/office/infopath/2003/dataFormSolution
and I took that and set ns2 to same - wrong. Checking ns2:SharePointListItem_RW the namespace should ...
-
Jimmy - yes that's exactly the issue. I'm not able to check your suggestions at the moment as vpn is down and I can't access the environment, so it'll be tomorrow. But from what you're suggesting it's only a matter of syntax rather than it not being possible.
I've actually tried accessing data that doesn't have ...
-
Patrick/Jimmy - firstly many thanks for the prompt replies very much appreciated & Greg probably had the right idea!!
1. The form was developed in IP 2003 (with lots of jscript) and deployed in an SP03 environment and it has worked fine for 18 months (somedays 120+ users - I have an audit log written to by using ...
-
I'm using jscript because this is what we used when we were in a 2003 environment. I couldn't change the code now as there's just far too much of it and the other 3000+ lines of code work fine. The only problem seems to be extracting the data from the sp list.
Thanks.
-
HELP please!!!
I'm currently migrating from 2003 to 2010 in both InfoPath and SharePoint terms. The form I'm migrating has a lot of jscript that I need to retain (re-write etc. would be too much and I don't really have the time!) so I'm extracting the files & maintaining it that way. The 2003 form had some code that read ...
-
I'm not sure if this will help, but have you checked out XDocument.View.DisableAutoUpdate() and XDocument.View.EnableAutoUpdate(). If you disable before you compose all your nodes etc. and the enable after this might improve performance.
-
Well I'm not sure what exactly has happened, but it's now working correctly - my recolection is that nothing has changed. Having said that I'm trying it on a corporate laptop which is getting constant central updates so maybe I can put it down to that!
thanks.
-
Shouldn't the success field return true of false after the event? Additionally, as stated the fields in the secondary data source are not shown with a red star as in the documentation.