Questions tagged [infopath-2007]

Infopath 2007 is a Microsoft Form Builder Tool used to create forms for Sharepoint.

111 questions
0
votes
2 answers

infopath 2010: rules and repeating table

I have a repeating table with 6 columns. Column 5 needs to be entered by the user with two numbers like "1234567890 / 1234". The first ten digits in this field, the first number, is to be looked up in the database and retrieve an email address…
Eric
  • 695
  • 9
  • 25
0
votes
1 answer

infopath 2010 form in infopath 2013

I have an InfoPath form created in 2003 or 2007, and I am trying to edit this form in InfoPath 2013, the problem is I was not able to view the source code, when I click on rule inspector I can see the programming function written within this form,…
Noora
  • 319
  • 3
  • 10
  • 26
0
votes
2 answers

The name "e" does not exist in this context.

I've been looking at other posts to try to fix the problem but I am really new to coding in InfoPath. I have a code that is supposed to allow me to use Infopath to udpate items in a SharePoint list. I keep getting the error that "the name "e" does…
0
votes
1 answer

Adding/removing rows form a repeating table linked to a secondary data source

I have some data I want to fill in when my form opens, so I created an XML-file-based secondary data connection (it has to be a secondary connection, not the primary) with some sample values with the intent of later removing them and replacing them…
Chris
  • 3,400
  • 1
  • 27
  • 41
0
votes
1 answer

InfoPath and UDC communication error

In my SharePoint site, I'm using InfoPath Form Libraries, the InfoPath files uses UDC files to get the data on form load. InfoPath files and UDC are in the same site collection and in same server "Server A". Now when I try to access the InfoPath…
0
votes
1 answer

copying information into repeating table component of infopath

I am trying to modify an existing infopath form that contains repeating table container.User enters the details in the table and form is used by another program for processing. The current requirement is for user should be able to copy data from…
f444ran
  • 15
  • 1
  • 6
0
votes
1 answer

System.Security.SecurityException Request for the permission of type 'Microsoft.SharePoint.Security.SharePointPermission

I have a created A browser enabled form it has two fields. I want to use the SharePoint object model. I have added the SharePoint dll to the project and also include the using Microsoft.Sharepoint statement. using…
Jayant Rao
  • 191
  • 1
  • 5
  • 15
0
votes
1 answer

Convert InfoPath 2010 form InfoPath 2007 Form

We've got an InfoPath floating around that was created in InfoPath 2010. It has been distributed to a handful of users through a SharePoint document library - unfortunately users with InfoPath 2007 aren't able to submit the form, or even open it.…
user2539197
0
votes
1 answer

InfoPath .NET ActiveX control reinstantiation - big difference between InfoPath 2007/2010

Another day, another weird InfoPath problem... So, I'm building custom ActiveX controls in C# by following these tutorials - mhttp://blogs.msdn.com/b/infopath/archive/2006/12/18/creating-complex-infopath-controls-in-c-sharp.aspx and…
Tryptamine42
  • 79
  • 2
  • 8
0
votes
1 answer

Query through VB fails (Infopath and Access)

I am working on an infopath form using MS Access as the database. On the form, I want to check emails for duplicates and I am trying to do this by running an SQL query from within the following VB code. Public Sub CTRL125_7_Clicked(ByVal sender…
user2204330
  • 13
  • 1
  • 1
  • 4
0
votes
2 answers

Click button to trigger multiple button clicks

I am working on Infopath and VBA and facing a trivial issue. I have tried searching on this and found a few examples but could not comprehend them correctly (being a novice). I will really appreciate if any one can push me in the right direction. I…
user2204330
  • 13
  • 1
  • 1
  • 4
0
votes
1 answer

SharePoint 2007 views, how to use additonal filters?

I have an InfoPath forms library in my SP site, and need to create view with more than 8(I guess thats the limit) filters. It would help If I can somehow implement a Field Contains 'ABC' OR 'DEF' OR 'GHI' kind of functionality, by just using one…
camelbrush
  • 236
  • 6
  • 16
0
votes
3 answers

SSRS 2008 rendering of HTML markup (does not allow .xml links)

I am trying to create links to infopath forms stored in sharepoint. This is MOSS 3 so they are not web based forms. If I create a link through HTML markup within a placeholder it renders fine until I make it a .xml extension. I'm using HTML…
bnw
  • 53
  • 2
  • 9
0
votes
1 answer

InfoPath 2007 error when opening file

We have some InfoPath (XSN) forms with code-behind hosted in MOSS that have data connections to SQL Server. I did some work on them in the summer to change one of the data connections - did the work, checked it into Sourcesafe, uploaded it to a UAT…
PhilPursglove
  • 12,511
  • 5
  • 46
  • 68
0
votes
1 answer

Difference between datepickers except sundays in infopath

How to get the no of days between two date picker controls in info path except sundays? If It is possible let me know. Thanks in advance.........
user2003167
  • 121
  • 1
  • 2
  • 5