SharePoint login page doesn't seem to load styles from /_layouts, throws error "value cannot be null"
...
Hi, I have used the out of the box approval workflow in SharePoint. I would like the approver to be someone (an email address field) provided in the infopath form. Does anyone know how I can accomplish this? ...
Hi! I would need to capture events that users do on a SharePoint site (or at least Central Administration) - kind of "click on Site Settings" -> " click on Master pages gallery" etc... I guess that's quite easy as a Sharepoint site is in the end a simple web site - but what would be the best approach? Thank you! ...
The issue is that everytime an item is edited/changed all the users who are set up to receive updates are notified. I need the workflow to run only when a specific field is changed disregarding the others. For example if my item contains these values (Customer Name; Acc#; Contact Person; Address;) - I need the workflow to work only when ...
On one dev machine, the standard method for enabling SharePoint debugging is not working. From c:\inetpub\wwwroot\wss\VirtualDirectories\80\web.config: <SharePoint> <SafeMode MaxControls="200" CallStack="true" DirectFileDependencies="10" TotalFileDependencies="50" AllowPageLevelTrace="false">...</SafeMode> ... </Sharepoint> <syste...
I am retrieving a list of values from a sharepoint list, which works well but my problem is that it only retrieves the first 100 records. there are currently 500 records that should be available. Scenario: I have two comboboxes on an infopath form: A List of Locations A list of areas within the locations the list of locations will ...
I'm trying to figure out if deploying/upgrading solutions and activating features recycles the app pool or interrupts/slows the user's actions in any way. I need to know if these steps can be performed while there is load on the server, or it is best to do an after-hours deployment. The specific commands I'm using upgradesolution or di...
I need to get distinct department values where scope is people. I tried with Sharepoint full text query but this does not seem to return distinct values. Therefore, the only thing i can do is to get distinct values from the datatable. But this approach slows down the application when there are huge number of people belonging to a specifi...
Hi, I have been asked to write a custom webpage in a web application integrated into a MOSS 2007 solution to allow users to create a teamsite using a custom template. No problem. However, the user must have the ability to assign custom meta tags to the created team site to allow for specific searches, i.e. to assign country ("USA")...
I've written the following functions to remove non-breaking spaces from the html code in a SharePoint site (SharePoint designer litters whatever code you write with non-breaking spaces whenever you open the masterpage or page layouts! You end up spending all your time going back and deleting them). In any case, it seems overly long, I'm...
We currently have some c# code that runs and imports data from a number of opml feeds and stores it in several sql server tables. We are working in a moss environment and I am thinking the Business Data Catalog may be able to be utilised to make this process more robust/efficient. Can anyone suggest if it can? ...
Hi there, Can anyone elaborate on the parameter values to be supplied for GetChanges method of SiteData Web Service? Basically I am not able to understand what value should we supply for startChangeID and EndChangeID and from where can we get these values? Any help on this would be greatly appreciated. Thanks. ...
We have a SharePoint site and we now want to only allow users that have registered and paid to have access to the site by yearly subscription. We would like to automate the process of managing the subscriptions and creating the users as much as possible. I understand we will not get a turnkey solution. However, does the SO Community ha...
Edit at bottom with solution I've seen a similar question to this posted before and have tried the suggestions, but I must be missing something. My basic problem is this: I have a select box where the user can select a filter which may or may not have constraints built into it (requires the user to input further data so the filter know...
I am working on a specialized instance of MOSS for a client where What I am wanting to do is hide elements on the master page. In particular, I want to hide the main top navigation bar, the search functionality and the label that shows up in the upper-left-hand corner that tells you the name of the site you are on. So I made a copy of th...
Hello, I want to create a method for users to post comments (to a blog?) in Sharepoint anonymously. This would preferably be within an existing - authenticated - site. Any thoughts? ...
Can someone provide a sample for downloading a specific version of a file from SharePoint using web services? Normally I would get the file with the Copy Web Service (.../_vti_bin/copy.asmx). But I don't really know how to specify a version. Regards Anton Kalcik ...
How do you go about creating a web application in a Sharepoint server farm that has multiple Web front ends(identical ones for load balancing), especially if you creating it from command line? When you create it on one web server does it get automatically copied to other servers as well? Or do you have to extend the app to other servers?...
Is there any way that I can use SharePoint document library and document sharing functionality from an ASP.NET page? ...
I've been doing web (all ASP.NET now) and desktop development for ten years and have written half a dozen intranet CMS websites. Nobody at my shop has any SharePoint experience and I've been asked to investigate WSS 3.0 and answer questions like "Can we replace our current ASP.NET intranet with a WSS-based intranet portal server without ...