Use our Google Custom Search for best site search results.
Browse by Tags
-
Hello everyone, I am currently trying to implement Matt Faus' Code to Repeat Table Headers across Page breaks (http://www.infopathdev.com/blogs/matt/archive/2005/11/29/Repeat-Table-Headers-Across-Multiple-Printed-Pages.aspx) but without using a secondary source. I want to generate my print view from...
-
Hi Jimmy, I am trying to use the replaceChild method, so need to pass it 2 IXMLDOMNode parameters (newChild, oldChild). The nodes from the XmlDocument would be the newChild and the existing nodes in the XDocument (i.e. thisXDocument) are the oldChild. So, really, I need a way to get at the XmlDocument...
-
Hello, I am developing an InfoPath 2003 template with C# code behind and am trying to cast from System.Xml.XmlDocument() to Microsoft.Office.Interop.InfoPath.Semitrust.XDocument(). So far, I have had no luck finding any examples of how to do this. I believe someone wrote a post about casting to System...
-
I have been reading up on this and i have some of it working with the code below code. One of the two issues i'm still having is while looping through the repeating table "/my:fe_request" i can not get the value of the node ""/my:fe_request/my:frowid" and copy it to the variable...
-
Hello, We have developed a nifty little InfoPath front end to an Access Database to handle our Project Management tasks. It contains one header row, for the activity, with 4 repeating tables under it to provide more details. We have used the canned features of Infopath integrated with ACCESS and all...
-
I'm relatively new to InfoPath and desperately need some help. I've put together a few forms already to replicate existing functionality from our Lotus Notes systems, but have hit a bit of a wall. Basically I'm now trying to display a pop-up form or dialog from a button in the form. This...
-
Hi,
Currently I am working infopath and web service. Here I am submitting a text document to the web service where it will convert this into a XML data and sends back to the infopath. Before sending the data from web service, I am creating an object of a user defined class. Since the returned value...
-
See article Programattically Transfer Data Between InfoPath Forms for details and instructions on how to transfer data between two InfoPath forms programmatically using a JScript example similar to the above. If using SharePoint you can submit the data to a SharePoint list from the first form eith using...
-
How would I get the "name" attribute from the manifest.xsf file using C#? Example: name="urn:schemas-microsoft-com:office:infopath:FormName:-myXSD-2008-06-30T14-56-08" I want to retrieve "urn:schemas-microsoft-com:office:infopath:FormName:-myXSD-2008-06-30T14-56-08"
-
Hi RhysAZ, Instead of opening the second form directly using a rule, you can make the button execute an OnClick event handler. The code executed then creates an AciveX (XML Document) Object which is what loads the second form programmatically. Try the following: 1. From the "Button Properties.....