Use our Google Custom Search for best site search results.
Search
-
Perhaps it might help if I explain why I want to do this
I want to be able to pass data from the first form to the second a little like how i think Application.XDocuments.NewFromSolutionWithData works (which I'm also trying to get working).
However, if I can't I can use the fix of knowing how the form was opened. If I knew this, I ...
-
Thanks for the quick response - I won' sleep tonight if I don't figure this out :-)
I'm not sure I fully understand!!
node "OpenedFromEstimate" is part of the Work Order xsn DOM - how can I set this from the Estimate xsn DOM?
-
Hi, I'm trying to establish how an infopath form was opened.Is it possible to establish if a form was opened using
var fred = Application.XDocuments.Open("C:\\form1.xml");
from another form or if it was opened direct by clicking on it?
Regards,
-
Hilary,
Please could you explain a little more how this works. I'm trying to create a hyperlink in my form to open a chm file, but no progress!
If I type
mk:@MSITStore:\c:::
in a hyperlink it adds mailto: at the start and when clicked opens an email!
If I type the line direct to a browser it works, but only displays the ...
-
Hi Lenka,
Options are :-
1.) Promote the cut across fields from form 1 as list items in the library, then connect to the form library as a data connection from form 2 just as you connect to any other sharepoint list. Presumably you have a common key that you could use to get the correct data into form 2.
2.) write the data to a completely ...
-
Patrick, do you have the code (WSS 2003) that you refer to to checkin/checkout the form?
Thanks,
-
Hi,
Please could someone explain - I'm confused!! I use IP 2003 & MOSS 2003 - is there anyway I can deploy a form to a form Lib that can be fully trusted without all the fuss about users registering the form etc.? I don't mind users being asked when they open a form if they trust the author - just like I suppose Excel does when ...
-
Two questions associated to task panes
Is it possible to display and infopath view in a custom task pane?
Is it possible in code to deploy a customised help file? I'm developing a complex form that is to be used to manage a process and I'd like the users to be able to press F1 (or a form control button) and see information about ...
-
Hi guys,
I have a node with XHTML content in it. I need to set this content into another node using JavaScript but I can't work out the last step.
In order to get the relevant XHTML information out I have to use ".xml" because ".text" strips the XHTML information, but when I try and set it into the receiver node, ...
-
I have managed to do this by using the master/detail table feature. I changed the detail section to just one of the row fields and set it to be an option button - works a treat!
Thanks