The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
4answers
596 views

Joining two lists in a single view or edit form

I'm having trouble creating a joined edit or view form from 2 lists in Sharepoint 2010. Details I have two lists in Sharepoint 2010 that have a 1:1 relationship. When a user creates an entry in the ...
2
votes
1answer
973 views

“No connectivity with the server” for files in only one content DB?

SharePoint 2010 / SQL Server 2008 R2 One of my users reported a problem opening files yesterday. Upon opening a file she would receive this string of error messages: Clicking "Retry Open" leads to: ...
1
vote
0answers
27 views

Connect to a Shared Folder on a new computer

I have been using SharePoint Shared Folders as a backup and synching mechanism for my working documents on my laptop. I created a Shared Folder (I called it "Synchronize") for myself and keep all my ...
1
vote
1answer
80 views

InfoPath Form Works Under Admin Account But Not Under Regular User

An InfoPath browser enabled form that has udcx connections from a connection library, code in C# and some rules, was created and tested on the SharePoint server and functions more or less as designed ...
1
vote
2answers
774 views

accessing database through sharepoint using a service account (windows account)

I am having an issue with connecting to the database for KHouse through sharepoint. I have run through several workarounds to get it to work, but to no avail. We are using several pages that retrieve ...
0
votes
1answer
321 views

How to Connect an iOS App to SharePoint Through Office 365

How would I connect an iOS app to SharePoint through Office 365? 1) Connect an iOS app to an Office 365 iOS app on the same device OR 2) Use Services (Web, REST) to connect to Office 365 This is a ...
0
votes
2answers
403 views

Send Paramets from HTML form to DVWP via javascript

Good day! I have a DVWP. DVWP has parameters as query string "StartDate" and "DateEnd" and filters on datefield "Date" by parameters "StartDate" and "EndDate". Also I have form on the page with ...
0
votes
1answer
26 views

Connecting to SP from virtual machine

I've installed SharePoint and Visual studio on a virtual machine. Now I'm trying to add a SharePoint connection in the server explorer but it says "The site does not exist or is unavailable". I've ...
0
votes
1answer
41 views

How are columns in SharePoint connected to CAML with regards to data submission?

I am trying to make an alteration to an infopath form that was created to submit data to sharepoint. I added a dropdown box and want to submit that data to sharepoint. The submission has been ...
0
votes
0answers
103 views

Get filter information from List View Web Part using web part connection

Hi My requirement is whenever user filters a column of list view web part, the information is captured by a custom made consumer webpart, using LVWP as provider I can see 2 provider connections - ...
0
votes
1answer
299 views

WebPart Connection : sending table sends only first page data

I have created a custom WebPart to consume connection(table) from a list view webpart, from list view webpart when i send the table to my custom consumer webpart i get all data from the list, but this ...
0
votes
1answer
35 views

COMException due to WebPart Connection while trying to Filter provider list web part

In SharePoint 2010 I see the following symptoms: We have three lists, looking up to one another in a chain. Sample: Vendors [30] as root; Projects [100], Looking up to Vendor; Deliverables ...
0
votes
1answer
246 views

how to add data connections in infopath codebehind

I'm trying to add multiple data connections to an infopath form in the codebehind. I see that I can connect to a db file , but not straight to sql server. Is this possible? Thanks,
0
votes
1answer
50 views

sharepoint connection Libraries

am new in share point, my task is to implement Connection Libraries and how to implement. what are the features are there. which scenario need to use this. Please let me know.
0
votes
0answers
180 views

ConnectionManager can't find connection

I'm trying to get a connection from the connectionManager, but when I run the following code, I get my connection as null (which throws a nullreference exception later) Is there anyone who knows what ...
-1
votes
0answers
67 views

How to Check if user is connected to Sharepoint using VBA

I have a Microsoft Access 2010 database published to Sharepoint 2010. I am able to use an ADO connection to connect to the database from Excel. The Excel file is not published to Sharepoint, just ...