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 2007 code Behind Deployment
I have designed a form which has code behind attached to IT. I have to deploy the form with code behind in the Server.
I have uploaded the .xsn file to central administartion and Activated it on the web application.
I need to upgrade the coding and…

Hari Gillala
- 11,736
- 18
- 70
- 117
0
votes
1 answer
Infopaht forms display in browser and for printing them
I have two questions that in sharepoint 2007 with infopath 2007,
1)"infopath form library forms(.xml) are not opening in browser" though i have made the option to "open in browser".
2)Another question is how to "retrieve the forms stored in the…

Ramesh.kbvr
- 763
- 6
- 15
- 31
0
votes
1 answer
infopath printing in sharepoint
Can any one explain how to print the infopath data in sharepoint

Ramesh.kbvr
- 763
- 6
- 15
- 31
0
votes
1 answer
MS InfoPath: How do you populate a date box by using a function? Mostly a formatting date issue
This might be a simple question. But I am trying to use a rule in an InfoPath field where if a user enters a certain value in a text box, a date box will populate with a certain date.
Example: User enters "Orange" in the Textbox1 field. Datefield1…

Tristan
- 23
- 7
0
votes
1 answer
How to upgrade InfoPath forms in Forms Server from WSP
I have a SharePoint workflow built with Visual Studio that implement a custom task form via InfoPath and deployed to Forms Server. My problem is that anytime I need to tweak the form, I cannot get the new version deployed to the server without…

Ryan Stone
- 1
- 1
0
votes
1 answer
New to InfoPath Forms 2007
I am new to InfoPath. My goal is to be able to develop Forms, exposed through Web, supporting Offline mode, submitted later on to Web Applications / Services, etc ...
Is the above doable with InfoPath? Do I need Form Services to run InfoPath? Can I…

Bill
- 2,026
- 9
- 55
- 99
0
votes
1 answer
Use VisualStudio 2010 for editing InfoPath C# code
The default editor for InfoPath 2007 C# code is VSTA. It has very low functionality and I want to use my VS 2010. Is this possible? If yes, how?
I tried to create a project out of an existing one, but i couldnt import the correct assemblies.

elCapitano
- 1,821
- 3
- 22
- 42
0
votes
1 answer
How can i get the current form which has the focus in infopath?
I have to get the currently focussed control in infopath. I only found "objects" via xmlPathNavigator, but with this i can not check if an element has the focus.
Thanks

elCapitano
- 1,821
- 3
- 22
- 42
0
votes
1 answer
Initialize task form fields with infopath form values
I'm trying to initialize a task form (in my workflow) with values contained in my infopath form (the global one if I could call it like this ^^).
For example, I've a worflow which is activated on a command from a client. The first task is assigned…

Skilpit
- 89
- 1
- 2
- 11
0
votes
1 answer
Info Path 2007 Full Trust XSN Not recognizing Valid Domain Issued Code Signing Certificate
We are using InfoPath 2007 forms on workstations as an input form for a medical EMR package that a developer wrote in house, the user wanted the form to look pretty and have the ability to print exactly how it was scene on the screen so this was the…

ASCII ZERO
- 23
- 4
0
votes
2 answers
Find difference in days between two date fields in Infopath
Could someone help me with determining the difference in days between two date fields in InfoPath forms.
Usual subtraction doesn't work with the date fields. like DateField1 - DateField2. Any code or no code solution is highly appreciated.

Vijay Swaroop
- 17
- 1
- 11
0
votes
1 answer
Initialize infopath in the code
I'm developping a workflow on MOSS 2007 and i'm trying to initialize my infopath in the code. Is it possible ?
Cheers,
Skilpit

Skilpit
- 89
- 1
- 2
- 11
0
votes
1 answer
Infopath 2007 form not displaying changes
I have an InfoPath 2007 form that is behaving quite oddly.
I created it, published to a Sharepoint document library, running smoothly. Now, if I make changes to the form, I don't see them reflected after publishing. If I rename the xsn file to a cab…

Dante
- 3,833
- 4
- 38
- 55
0
votes
1 answer
The form has been closed [Sharepoint 2007 - Workflow - infopath]
I'm developping a workflow with MOSS 2007 and infopath and I got this error :
The form has been closed
This error occurs when I start a task. So I bind my new demand with my workflow then I try to do the first task and I get this message on a blank…

Skilpit
- 89
- 1
- 2
- 11
0
votes
1 answer
Programmatic update of InfoPath form XML is stripping off tags
I have a C# program that is looping through all of the forms (browser enabled) in my forms library and injecting an XML node into each of them (for a newly promoted field). For some reason, when the XML is saved back to the form, the first few tags…

Olivia Kyle
- 1
- 1