infopath

I have checkbox in repeating table and the 1st row checkbox populates but additional rows do not.

This is a DB form, and is dynamic, meaning I use a SQL based system that asks user questions that can be added multiple times with different answers. I cannot get checkboxes to populate correctly. I am a novice user and do not know how to write code in infopath but really need to get this table to work. Thanks for any help ...

How to make an InfoPath web form and its web services accessible from the Internet via HTTPS?

I have an InfoPath web form deployed on SharePoint. It has Full Trust, uses web services to obtain data, and some pieces of code to generate filled rows in the form. The web services are custom web services deployed on the same web application on the same site. I have extended the web application to the Internet Zone with HTTPS access a...

Infopath Conditonal Format Expressions

Using conditional formatting I'm trying to hide/show a control based on the number of items selected in a multi select listbox. I'm having trouble finding the correct expression that will give me the count of selected items out of the multi select listbox. Here's what I've got right now, just trying to figure out what the correct XPATH...

InfoPath Script Editor Install

My job disables or does not install (I don't know which one) the Script Editor that InfoPath uses. But now I need it to add custom code to my forms and I'm having trouble installing it. Even worse, when I call the IT support, they don't know what am I talking about. Do you know where within Office 2003 setup files is the Script Editor in...

Can infopath be integrated with asp.net for the data entry portion of an application?

Can ms infopath be integrated with asp.net or is it only for use with sharepoint? I would use it to provide the dataentry portion of an c# aspnet application. ...

Why is InfoPath letting me do edit controls in real-time?

This an odd error. Infopath is letting me to change (move around, delete, expand, etc.) controls of the form in real time as if I was in in design mode. It happens for a particular view, not all of them. I don't want this. Does anybody know what could I've done to cause this and/or how to fix it? Thanks! ...

Selecting a node from an InfoPath form.

I am trying to get an XmlNode within an InfoPath form, and I can't get it to return anything but null.. I'm following the example at http://suguk.org/forums/thread/17780.aspx and running into this issue.. MemoryStream inStream = new MemoryStream(file.OpenBinary()); XmlDocument myDoc = new XmlDocument(); myDoc.PreserveWhitespace = true; ...

Infopath Forms in Subversion

Just would like to know if anyone has tried using source control for Infopath 2007 forms specifically for Subversion. Is it advisable to upload these type of sources (not in text format) in SVN? ...

InfoPath: Clear a form field and then set it to read only

I have a check box and a text field in my InfoPath form. When the check box is unchecked, I would like to clear the field content and then mark it as read-only. I created a conditional formatting to mark the form as read-only and then a rule to clear the field content. However, I found that every time I enable both of them, the rule wil...

Sharepoint. SPFile.OpenBinary() returns document with content type metadata

I have a method which downloads sharepoint documents to the local disk. I use SPFile.OpenBinary() method to get physical file, but it contains all fields of a parent DocumentLibrary. Does anybody know how to clear file (doc file) from these fields? I found only way to do it using Word interop library (method described here http://maxim-d...

InfoPath cannot submit the error occurred while the form was being submitted

We recently upgraded an intranet site created in SharePoint 2003 to SharePoint 2007. After we did that multiple InfoPath Forms began to fail when either open or submitted. It is unsure if these forms were create in infopath 2003 or 2007 however after recreating one of them, I still get this error when trying to submit. The submit opti...

ASP.NET vs Infopath for forms

We use Infopath at work, quite frequently for form design and then we integrate this into MOSS 2007. What I don't yet know is what advantages are there to designing a form in Infopath as opposed to making a webpage (eg ASP.NET/C#) to allow for the same intention? Thanks ...

Problem with final branch in a parallel activity

This might seem like a silly thing to say, the final branch in a parallel activity so I'll clarify. It's a parallel activity with three branches each containing a simple create task, on task changed and complete task. The branch containing the task that is last to complete seems to break. So every task works in it's own right, but the la...

Digitally Signing InfoPath Forms

I have an InfoPath 2007 form with custom .NET code. In order for it to be accessible on our Sharepoint server, it needs to run in full-trust (I get an error about the form trying to access my computer, and therefore it cannot run). In order to run in full-trust, it needs to be signed with a cert. The network admin sent me a cert, but ...

InfoPath 2007 drop down populates from MOSS07 list, but doesn't Alphabetize

We have an InfoPath 2007 form that populates a drop down from a SharePoint 2007 list of Employees. However, when opening the form in the browser (like it is designed to do) it does not alphabetize the drop down. But if i open the form on my computer, it does. Anyone else come across this issue and have a solution to it? I am wondering...

Publish Infopath form takes very long

I am publishing a browser enabled Infopath form to Sharepoint server 2007. Once i publish the form using the publishing wizard i upload it using the Sharepoint Administratior. The upload takes 15-20mins. I found that within the Feature folder in the 12 hive the upload process re-creates all previous versions of the solution folder. Is th...

Accessing the Sharepoint Lists Web Service from .NET

I have an InfoPath form with custom submit code to update a Sharepoint list by calling the Sharepoint Lists web service. The code runs without any exceptions, and I was able to set breakpoints to make sure that the variables contain the correct values before being sent to the web service. The values never get added to the Sharepoint li...

Infopath saveas in sharepoint overwriting

I need help getting an infopath form to not overwrite existing files going to a sharepoint library. I have an infopath form with a custom submit. In the submit I am doing "me.saveas(http:\mysharepointlibrary\FormDropDownValue) This is working just fine. But, if I create a new form and pick the same drop down value I can't get the for...

Dynamically populate an InfoPath DropownList with managed code

I have an InfoPath form with custom C# code, and a Sharepoint list. I have a dropdownlist in the InfoPath form that I want to populate with a certain field from the Sharepoint list (I want the InfoPath dropdownlist to contain this field's value from every item in the Sharepoint list. I can successfully get the list of values I need fro...

How do I show which users have completed a form in a form library?

I have 10 form libraries on a Sharepoint 2007 site. The site is for the use of 20 "Scholars". Any Scholar (or any of a dozen secretary-types who assist them) can go into any form library, cick [New] to get an Infopath Form, select the appropriate Scholar's name from a drop-down list field, fill out the rest of the form and click [Submi...