Search Results

1
vote
6answers
2k views

Deploying InfoPath forms to different SharePoint servers

How do you manage deploying InfoPath forms to different sharepoint servers? Is there a better way to deal all the data connections being site-specific without opening the forms, editing the data co …
0
votes

Deploying InfoPath forms to different SharePoint servers

In my scenario, I am not using the built-in "save" button. I have a data connection that I use to "post" the data to another list. Yes, that's what I mean by site-specific. I don't think yo …
0
votes

Webpart registration error in event log

Can you provide more information about the error? Is there an error for each assembly? …
2
votes

Have you moved MOSS SharePoint 2007 out of the C:\Inetpub\wwwroot\wss\ folder?

What would be the reason for using an alternate location? …
0
votes

Sharepoint Workflow Development (2 part question)

While it's true you need SharePoint installed on your development computer for most SharePoint development, you can get away without it for workflow development. Follow these steps: C …
0
votes

UI’s in Sharepoint

Option 2 from Mauro is the quickest and most flexible way. If you use smart part, you just have to focus on developing regular ASP.NET user controls. …
0
votes

Is InfoPath the right choice?

Before delving into whether or not InfoPath (+ SharePoint) is the right solution, what's the reason for not using ASP.NET with which I assume you are familiar? While InfoPath + SharePoint is sexy a …
0
votes

Mapping Infopath fields to Sharepoint columns

When you are promoting fields within a repeated section into SharePoint columns, the options available are to promote the column as: first (i.e. only the first selection is promoted) …
0
votes

SharePoint List Error: “Value does not fall within the expected range”

This usually means "URL" is not a field in the list. If it's a promoted InfoPath column, try deactivating and re-activating the form template to the site. I have noticed that I have to do …
0
votes

how to deploy web.config modifications in a Sharepoint web application?

I think direct web.config manipulation can get tricky when you have multiple servers. If your entire installation is only on a few servers, it just might be easier doing that than trying to make si …
0
votes

Sharepoint form layout in VB

Smart Part (or a variation of it) is the easiest way to go. Why mess with rendering direct html when you can develop a user control more easily? Plus if you are not an expert in VB, having …
0
votes

SPListItem in FormsLib does not handle blank values

Yes. I have encountered this and the work around I came up with was to add a single space instead of clearing out the field entirely. In my experience though, it only happened if I made the changes …
0
votes

What are you doing to prepare for SharePoint 2010?

I think most people are probably not going to upgrade existing 2007 installations to 2010. Unless there's a very compelling reason. Like Jamie's said, why fix what's not broken? Especially when the …
2
votes

MOSS vs. traditional ASP.NET

Frankly, I don't understand why people compare SharePoint and ASP.NET as if they were competing products. If you need majority of the features of SharePoint (collaboration, workflow, communities, o …