Infopath 2007 is a Microsoft Form Builder Tool used to create forms for Sharepoint.
Questions tagged [infopath-2007]
111 questions
0
votes
1 answer
infopath: hide control if all choices are filtered away
In infopath, I have a choice box that gives a choice of values from a secondary data source that is filtered.
How can I make the control hide if there is nothing matching the filter?

Myforwik
- 3,438
- 5
- 35
- 42
0
votes
1 answer
Filtering items in InfoPath selectNodes
I have an InfoPath 2007 form that uses selectNodes to chose a collection of items from my web service. So I have
In my code I have something like
customerData.selectNodes("tns:customer");
Of course this…

Unknown Coder
- 6,625
- 20
- 79
- 129
0
votes
1 answer
InfoPath Development IDE?
I need some guidance on creating a "proper" development environment for InfoPath. Here's what I have:
1 - An existing InfoPath form template with a significant amount of code that, thus far, I've been editing with the basic MS script editor
2 -…

Unknown Coder
- 6,625
- 20
- 79
- 129
0
votes
1 answer
Using HttpContext for InfoPath 2007 codebehind
What am I doing wrong here please? I get a NullReferenceException.
string outUrl = "http://whatever.com";
HttpContext context = HttpContext.Current;
context.Response.Redirect(outUrl, false);
When I use new like this:
HttpContext HC = new…

Sean
- 163
- 1
- 2
- 11
0
votes
1 answer
The file is not a valid XML file. The file is not a valid XML document
I am attempting to enter the url (http://servername:port#/_vti_bin/lists.asmx) of a web service for the Data Connection Wizard in InfoPath 2007 but I receive this error:
The file is not a valid XML file.
The file is not a valid XML document.
A…

Aci75
- 87
- 2
- 12
0
votes
2 answers
property promotion in infopath and sharepoint 2010
I have a SharePoint 2010 document library with >7000 xml documents created from infopath forms(Infopath 2007). Now i would like to promote few fields in the form to the SharePoint document library. I could do this only for documents created from the…

Shankar
- 448
- 3
- 9
- 34