Infopath 2007 is a Microsoft Form Builder Tool used to create forms for Sharepoint.
Questions tagged [infopath-2007]
111 questions
1
vote
1 answer
Problem in dynamically load data to Drop-Down list box in InfoPath 2007?
I have a Drop-Down list in my InfoPath form and I am loading some other fields based on the selection of the drop-down list. so that I have written code as follows for the "changed" event of the drop down list.
public void ProjectName_Changed(object…

vml19
- 3,816
- 11
- 45
- 63
1
vote
1 answer
InfoPath cannot start Microsoft Visual Studio Tools for Application
when i hit alt+shift+F12 in InfoPath (which should open VSTA), i get the following error:
Obviously no helpful information (thanks Microsoft.
I have installed MSXML and .NET 2.0 as according to: source
If your computer does have the Microsoft .NET…

philx_x
- 1,708
- 16
- 23
1
vote
1 answer
InfoPath Secondary WCF Data Source's XML Structure
I'm developing a WCF Service to be consumed by InfoPath 2007 forms. After adding the Service as a secondary Datasource, InfoPath itself will autogenerate a certain Structure. for example:
my Problem with this are the generated xpaths. displayname's…

philx_x
- 1,708
- 16
- 23
1
vote
1 answer
Double data entry system using Infopath 2007 how to compare 2 infopath documents for differences?
How to compare 2 infopath documents craeted using double data entry system for
differences ?
We have a small project contains few infopath forms. Client is using double data entry system to reduce the errors. We are maintaining entry number in…

bugBurger
- 6,950
- 9
- 32
- 39
1
vote
1 answer
InfoPath 2007 - adding an attribute and childNodes through Managed Code
I’m converting my InfoPath 2003 Object Model Codes to InfoPath 2007 Managed Code, I want to add an attribute and childNodes to a section of form on form load event (FormEvents_Loading). I want to update the following section:
I was to add an…

Tony
- 119
- 1
- 2
- 6
1
vote
1 answer
Web service to return different column from different join tables as fields (output)
I am trying to create a simple web service which basically takes input parameter A and then according to that parameter it returns result (from query with couple of tables joins) fields from different tables, how to capture that output to use it in…

user2344306
- 41
- 4
1
vote
1 answer
InfoPath: Time field being converted to current time zone
I've created an email form using Infopath. (2007) It contains, first name, last name, date, time from and a time to field. I have supervisors enter the information on the form and submit it to our resource management department. The supervisors are…

Amanda Brine
- 311
- 2
- 4
- 13
0
votes
1 answer
Infopath - Populating textbox from a SharePoint list datasource but newlines are stripping out
As the title indicates I'm populating an Infopath textbox control using a SharePoint list as a datasource. Unfortunately although there are carriage returns in the text in the SharePoint list it's stripped out of the textbox for no conceivable…

Michael A
- 9,480
- 22
- 70
- 114
0
votes
1 answer
InfoPath 2007: Submit button error
I have a button that has custom code which sends the form data to a database. When I build the custom code, I receive the following error when I click the 'Submit' button.
Things that I have checked:
I don't have any errors in the code.
I have…

Jeremy F.
- 1,778
- 11
- 51
- 86
0
votes
1 answer
Snap controls to grid?
Having just started some work in Infopath after doing a lot of work with .Net Winforms I find manipulating the design of my form a very frustrating experience.
Is there a method, option or addon to have my controls 'snap' into alignment like they do…

Michael A
- 9,480
- 22
- 70
- 114
0
votes
2 answers
Infopath 2003 print button
I have created a form that has a "Submit" button and it works by sending an email to the correct inbox. However, during a meeting yesterday I was asked to insert a "Print" button, but don't know how to do this. I went into the button properties and…

Richell
- 315
- 2
- 10
- 22
0
votes
1 answer
Context aware SharePoint custom action in a form library
I'm trying to create a custom view for creating reports based on InfoPath form items which have been submitted to a SharePoint Form Library.
I want to
expose a checkbox next to each list item in a list view
create a custom action in the Actions…

vwfreak
- 369
- 2
- 5
- 18
0
votes
1 answer
Add item to repeating table when user submits?
When a repeating table is added to an infopath form, you can add a value to the repeating table by clicking the default "insert item" button. I want to know if instead of clicking the specified "insert item" you can just click a user added button…

tehman
- 828
- 2
- 11
- 34
0
votes
2 answers
Hiding Section in InfoPath 2003
I am creating an infopath form in 2003 where I only want certain sections/controls to appear based on the users choice. I am aware that there are rules and conditions that will have to be applied to this, however I have already added all of the…

Richell
- 315
- 2
- 10
- 22
0
votes
1 answer
Infopath 2007 form's controls resized after migration to sharepoint 2010
I recently migrated my MOSS 2007 application to share point 2010 which included browser based info-path form filling feature. The controls in the form look compressed and re-sized, and effectively renders without the desired functionality.
Is there…

Shankar
- 448
- 3
- 9
- 34