1
vote
0answers
21 views

SharePoint 2010 InfoPath Library Gantt Chart View MISSING Zoom In/Zoom Out Feature

How do I get the Zoom In/Zoom Out function back into the Library tab as it is in the List tab for Gantt Chart Views? Why would is the Zoom function missing from the Library tab? I set up a Gantt ...
0
votes
1answer
20 views

Set InfoPath 2010 form to grade mulitiple choice

I have set up an InfoPath 2010 form with drop-down list answers that I changed to radio buttons. When a selection is made and submitted, the answer(ID) is sent to a SharePoint 2010 list. My ...
1
vote
1answer
30 views

Sharepoint 2013 List/Form with Repeating and Non Repeating sections

Can someone point me to how to go about creating a sharepoint list form with a repeating and non repeating section? For example, a form that basically submits a team's information to a sharepoint ...
0
votes
0answers
16 views

Suggestion on how to create table using two data fields.

I am trying to replace an old system that contains a simple absence list. We decided that a simple InfoPath form and a table are enough for the requirement. But now the user is requesting this old ...
2
votes
1answer
55 views

InfoPath Forms Buttons disappear in Read Mode

When I click on the Linked Item it opens up an InfoPath form in read mode. But no ability to switch to different views (pages) in my form is allowed unless I go to edit mode. Why do the buttons ...
0
votes
1answer
41 views

How can we customize “View Item” form after using InfoPath?

I created a InfoPath form, and when I click on "New Item" I am able to see the nice form. However, when the user clicks "View Item" the form has sections that I would like to remove/hide. Is there ...
0
votes
0answers
84 views

Problem with Infopath File Attachment for List

Scenario: I have a List that is customized using Infopath form. It has only 2 fields. Title and a File Attachment. Problem: There are 2 users who have access to this list. User A has Add Item rights ...
0
votes
0answers
36 views

How to Display Uploaded Document Link to View/Download in InfoPath Form?

Hello I am new to Infopath! I have Two Share point Lists: 1. ClientList(ClientID,ClientName,Title,ID) 2. ClientDocuments(DocumentID,RelatedClient,DocumentName,Title,ID etc) RelatedClient field has ...
0
votes
0answers
26 views

GetList with a Library

I'm relatively new to SharePoint 2010 development and I recently rediscovered the DataContext class. Of particular interest right now is the GetList method. I've seen examples and sample code around ...
1
vote
0answers
122 views

Problem with CheckBox in infopath 2010

Hi my name is Marcelo ... I have a problem with extracting data from a list checkbox , i selected 2 options (or more than two of several existing) and these disappear after ... then I need to display ...
1
vote
2answers
645 views

Infopath form submitted to a List: How to make a repeating section for only certain columns

I am editing one of my list forms in Infopath and am trying to make one field a repeating section so a user can add multiple items within this form. I have got the repeating section to work, but what ...
0
votes
2answers
77 views

Display information from a list vertically

We are using Sharepoint 2010. There is an old hospital census that I need to give our users on our Sharepoint site before I can kill the old web server. On the web server, it is using an ODBC ...
0
votes
1answer
785 views

How can I add fields from an InfoPath form to a list? [duplicate]

Possible Duplicate: Can I display a field from a form in my form library view? I have a document library that uses an InfoPath form as the standard template. How can I have data from the ...
0
votes
1answer
42 views

How to allow submission to a list without acces to the list/site that contains it

I have a list in a Site Collection ("IT Site Collection") with a Submission form built using InfoPath. Only a few people have access to the "IT Site Collection" and I would like to keep it that way. ...
0
votes
2answers
656 views

Button in InfoPath to start a workflow (Out of the box) [duplicate]

Possible Duplicate: Is there a way to start a workflow through an infopath button? I have a client that wants to start a workflow on a list item from the InfoPath form. I haven't actually ...
0
votes
1answer
102 views

SharePoint not populating columns

My company is using the 3.0 version of sharepoint. I designed a form on InfoPath Designer 2010 and published as a form library on SharePoint. When I published the form I set all the cloumns needed for ...
0
votes
0answers
78 views

Get list permissions in InfoPath form

Is it possible to retrieve the custom permission groups on a list in an InfoPath form? What I've done is edited the edit item web part of the list in InfoPath. Now, what I want to do is disable ...
0
votes
0answers
213 views

SharePoint/InfoPath: Continuously submit list items until form is closed (assigning a new item ID)

I'm using a SP 2010 list with custom InfoPath forms to track requests. A lot of times a user needs to submit multiple, very similar requests in one sitting, so I am looking at ways to simplify this ...
1
vote
0answers
85 views

Best way to create a list with hidden columns with Data pulling from InfoPath form

So I have been working on this for a little bit here is what I am trying to accomplish: Using OOTB SharePoint 2010 Functionality I want to create an HR Referral System. Basically an InfoPath Form ...
3
votes
2answers
3k views

Using Default List Forms for Edit & View

Is it possible to configure a SharePoint 2010 list to the default form for editing and viewing while displaying my custom InfoPath form only for new items?
0
votes
3answers
1k views

Populate Data From SharePoint List to a SQL Table

Is there a way that i can populate a custom share point list into a table in SQL server Database . I have a custom list which i modified it and made it as an info path form and on submit i want that ...
1
vote
1answer
269 views

Infopath 2010 & Sharepoint 2010 rule to update value of textbox from previous update item

I have a project updates list that tracks updates on a list item within the projects list. I have created an InfoPath form that the Project Manager fills out instead of using a sharepoint built-in ...
0
votes
1answer
143 views

InfoPath 2010 Data Connection Server Side Filtering

I have a repeating table and I filter this repeating table at client side. But now I have a large amount of data and filtering this needs much time and in IE8 there is warning about long running ...
2
votes
1answer
1k views

Can an InfoPath 2010 dropdown be populated by a SP List column with multiple choice values?

I have a list with a column that accepts multiple values (a "choice" type with checkboxes) and wish to display the same available choice options on an InfoPath 2010 form. I'd prefer to accomplish this ...
2
votes
2answers
132 views

How to Add a ListItem?

I am able to add an item to a list using the CAML below. Now I need to modify it to make sure I can add an attachment as well. What is the syntax to add an attachment? <?xml version="1.0" ...
1
vote
3answers
300 views

Linking one-to-many (Employee to Salary History) lists in SharePoint

Here is my issue: [Edit]: Alright, this is almost turning into a separate question at this point...my apologies. To cut right to the chase, here is my business requirement. I have an Employee record ...
1
vote
1answer
635 views

Connect ECT to SharePoint List in InfoPath?

I'm trying to create a list in Infopath 2010. I'd like one of the fields to be a drop down list that connects to an external content type list. It doesn't show any of the External Content Type Lists ...
6
votes
4answers
8k views

How to submit data from repeatable table in infopath form to a sharepoint list?

I have a infopath form created from a sharepoint list content type. In this form I need to add a repeatable table to send data to another sharepoint list. So when people submit this form the original ...
2
votes
1answer
999 views

255 Character limitation for a Textbox in Sharepoint List

I have a list that I am customizing using Infopath 2010. Do you have any idea how to overcome the 255 char limitation for a text box? I understand that this is possible for document libraries. When ...
0
votes
1answer
481 views

Update sharepoint list from infopath drop down list box

I am new to sharepoint and this may be a simple issue but I cannot seem to find the results I am looking for by searching. It may be because I am not sure exactly what to search for. What I want to ...
0
votes
2answers
394 views

How to auto create InfoPath Form in SharePoint based on a SharePoint List

For example, I have a List called "Student Name" and a InfoPath document library called "Students Forms". When I have insert all the Student Names into the List 'Student Name', and do a action (* See ...
0
votes
1answer
1k views

How to Display Created By Field in InfoPath

I am using InfoPath to create a custom form on the SP2010 list. When the "created by" field is dropped on the design surface it uses a picker control. How do you go about using a Textbox control to ...
2
votes
2answers
154 views

SharePoint 2010 lists

I need to create list in SharePoint 2010 with the following requirements. When anybody will try to create new item it will have some kind of header and body. In header it will input for example name ...
1
vote
2answers
686 views

Automated update of SharePoint List from .csv file

Our company wishes to keep an updated SharePoint List of our current customers for use in a InfoPath form. Our ERP system is capable of exporting this on a timer job to a certain location (i.e. a ...
1
vote
1answer
195 views

Use REST to sum a column?

I want to retrieve items from a SharePoint list using REST, and then sum one of the columns. I'm brand new to REST, and didn't see a way to do this on MSDN. Is it possible to sum a column in a REST ...
1
vote
1answer
215 views

Is there a way to determine viability of Infopath Fields based on a Sharepoint list?

The idea is, to have a form in which only certain users can see one field. We would have a locked down list that held the UserID's of those who can see the field, and the form would look that up. So ...
1
vote
0answers
213 views

InfoPath 2010 Form / SharePoint 2010 List

I've been given an interesting project where I need to have a set of 3 forms as a readiness checklist for a software go-live event. I have approximately 200 offices that need to fill out forms of ...
1
vote
1answer
3k views

Hiding Ribbon on List Item Custom Form

I am using InfoPath to create a custom form when users add items to a list. I am using views and my own submit button so I don't want the ribbon to be visible. How to hide it? Thanks
1
vote
0answers
427 views

Creating Custom List Definitions that Use InfoPath Forms - Deploy everything using Visual Studio 2010

I'm trying to create a list instance from a list definition, all from a VS2010 solution and want to have custom InfoPath forms for the list instance. This article keeps popping around in my searches: ...
2
votes
1answer
173 views

Infopath, sharepoint list and SSRS

I have a challenging question from my manager. In InfoPath/SharePoint, he is trying to capture the time spent by his team on various activities via SharePoint. Using an infopath form, each week his ...
0
votes
1answer
164 views

InfoPath custom forms - Dynamically create controls in the form

Is it possible to dynamically (at runtime) create controls in an InfoPath form? Some background: I have a list for which the new item is a custom form created with InfoPath. It contains some ...
1
vote
0answers
116 views

Infopath forms - Filter external datasource items by user profile

As a continuation of another question of mine, I'm implementing cascading drop-downs using InfoPath based on this article . The thing works nice but I'm wondering if there is a way to also filter the ...
1
vote
1answer
126 views

Changing the value of a field in another List from a Form Library

I have the following scenario: I have one SharePoint List - List_A and one SharePoint form - Form_A List_A has two columns (ConfigItem and ConfigValue) and it contain a few configuration settings. ...
3
votes
1answer
1k views

Auto-generated custom format ID for InfoPath form text field

May I know how do I use a InfoPath form text field to auto generate a custom format ID? The custom format ID must be in this format: YYYY/XXXREQ where YYYY is the year that the item is created, ...
1
vote
1answer
1k views

InfoPath 2010 Form Load for SharePoint 2010 Lists

I'm using InfoPath 2010 to customize the View and Edit options of a SharePoint 2010 list. The view and edit pages, therefore, are displayifs.aspx and editifs.aspx. I have a Form Load operation in ...
0
votes
3answers
490 views

Access a list residing at the root level from a subsite for an InfoPath 2010 form

Sorry for the confusing title! I'll try to explain my problem a little bit better.. So the site that I'm building has a contact form (created using InfoPath2010) on each page that the visitor can ...
1
vote
1answer
952 views

InfoPath calculated field bound to SP list: how to populate only once?

Disclaimer: My experience with SharePoint does not extend much beyond having spelled it correctly a few times. I've inherited a SharePoint 2010 library that tracks expense reporting by running an ...
0
votes
2answers
881 views

Sharepoint Document Library with Item Content-Type?

Here is my problem: I wanted to use InfoPath forms, but due to complexity I have to switch to aspx forms. With Infopath Forms I could use a Forms Library, where the user is presented with ...
0
votes
2answers
44 views

Microsoft InfoPath [closed]

How to add data from sharepoint list to InfoPath form??