| Thread | Last Post | Replies |
|
| 'null' is null or not an object | 20 Apr 2005 09:10 GMT | 4 |
When executing the following code in the onload event, i get the error: 'null' is null or not an object I just want to fill-in the username in one of the query fields, before invoking the query submit.
|
| Programmatically Submit Form to WSS | 20 Apr 2005 06:43 GMT | 1 |
I'm trying to submit an InfoPath Form to WSS using a Web Service. I have the form template published on a WSS Site. When the user selects submit, I want to be able to publish all the information to a web service which inturn does some extra processing and should finally also
|
| How do I find the name of my "DOM" when using getDOM???? | 19 Apr 2005 23:03 GMT | 1 |
Hello :) I have seen so many references to this XDocument.GetDOM("MyDom") thing, but I have not a single clue how I find the exact name of "MyDom". Can somebody please help me?
|
| xmlns in web service | 19 Apr 2005 18:07 GMT | 1 |
I submit my form to a web service. public void submitStudentInfo(XmlElement studentInfo){ XmlNamespaceManager xns = new XmlNamespaceManager(new NameTable()); xns.AddNamespace("my",
|
| To all MCP Is this a Infopath Bug ?? | 19 Apr 2005 17:59 GMT | 1 |
infopath permission=DOMAIN iam logged in as Administrator of the local machine. in my sumbit method i created an Activex object **********************************
|
| Printing form instead of submit | 19 Apr 2005 15:23 GMT | 2 |
A form I've created must have an actual signature at the bottom. So I can't use a submit button. Is there a way in InfoPath to create a control button that reads "Print" and will print the form upon clicking it?
|
| Add Repeating Section | 19 Apr 2005 15:18 GMT | 1 |
I have an issue in programmatically adding a Repeater Section. Here is how my schema looks: <hb:Mother> <hb:MotherFirstName></hb:MotherFirstName>
|
| create infopath readable xml with VB NET | 19 Apr 2005 12:06 GMT | 1 |
I'm not sure if this should go to an infopath forum or a VB NET forum? I'm trying to use Visual Basic .Net to open Infopath generated XML files; make changes and re-save them as infopath readable XML. As a quick test: I opened a sample xml file that I'd created with infopath; I ...
|
| How to set up Infopath Development for small team in VS.NET ? | 19 Apr 2005 08:55 GMT | 2 |
we'd like to develop Infopath app. We wanted to use Infopath integration with VS.NET to set up Solution, store project files in Source Safe and so on. But, when mz coleague created solution and added two Infopath Projects, I could not get them from SS correctly. Still got info - ...
|
| Mixed content | 18 Apr 2005 18:03 GMT | 3 |
I would like to consult Infopath support for mixed content. It seems that there is only one possibility - to use XHTML element and RTF text box. I would like to allow users to insert other elements with custom formatting into this text box. For example:
|
| Referencing a node using selectSingleNode.... | 18 Apr 2005 14:47 GMT | 2 |
I am trying to populate a field on my form, which is linked to an SQL back-end database, but need assistance in referencing the field. I am trying to use: XDocument.DOM.selectSingleNode("/my:myfields/my:DataFields/my:TblStaffDetails/my:userName").text
|
| Default .XML Editor | 18 Apr 2005 00:39 GMT | 2 |
When I open InfoPath 2003, I repeatedly receive a dialog box stating "Microsoft Office is not currently set as the default program for opening and editing .xml files. Do you want to set Office as the default program?" If I click yes, and select retire default ...
|
| Creating an InfoPath Custom Control using C# and .NET | 18 Apr 2005 00:25 GMT | 1 |
I have a question regarding the latest post in the InfoPath forum regarding hosting .NET ActiveX controls inside InfoPath forms (http://blogs.msdn.com/infopath/archive/2005/04/15/408728.aspx). As far as I know, Microsoft does not support managed controls in applications designed ...
|
| Iterating Through InfoPath XML Nodes | 17 Apr 2005 10:52 GMT | 3 |
I have an InfoPath form and I want to iterate through all the nodes programmatically and retrieve the node name, value, and the data type. For example, my layout looks like this:
|
| can i get this to work? thisXDocument.View.ExecuteAction("Cut", null); | 15 Apr 2005 21:16 GMT | 1 |
thisXDocument.View.ExecuteAction("Cut", null); what is wrong with this thanks
|