-
- Updated values in event receiver do not show up in list view until pressing F5?
by Peter ebSms
- 0 Replies
- Last post
by Peter ebSms
- I check values in an event receiver and want to give the user a feedback in an extra column "Remark" of the custom list.
Code Block class RegistrationApproval : SPItemEventReceiver { public override void ItemUpdated(SPItemEventProperties properties) { string email = properties.ListItem["Email"].ToString(); if (!isEmail(email)) { DisableEve
-
- Multiple controls with the same ID were found....
by Gabor Beres
- 0 Replies
- Last post
by Gabor Beres
- Hi ! I'have made a simple TabControl, as a asp.net 1.1 user control. The TabControl holds a collection of TabPage, which has title, and content property. When this tabcontrol renders when the page is loaded, there is no problem. however, when i make a postback (by clicking on tabs, or a button) i get the following exception : Unhandled exception caught during execution of Microsoft.SharePoint.Po
-
- Visual Studio 2005 Crashes after installing Extensions for Windows Sharepoint services
by MarkLawrence
- 8 Replies
- Last post
by Joubin
- After installing Windows sharepoint services for VS 2005, I created a web part but then went I attempt to view the Sharepoint solution properties tab in project properties it causes Visual studio to crash.
The following error is displayed.
"Microsoft Visual Studio has encountered a problem and needs to close"
The further error message displayed in the Event log is as follows;
Faulting
-
- Deploying Caching Profiles using features
by Morten Andreasen
- 1 Replies
- Last post
by anpe
- Does anybody know how to deploy caching profiles using features
-
- Migrate data out of Exchange Public Folder Calendar to MOSS 2007 Calendar
by UberScooter
- 1 Replies
- Last post
by kwm
- I would like to move my organisations Public Folder Calendar our of Exchange and into a MOSS 2007 calendar - I am looking for a solution to do this found links to gotdotnet.com with possible solutions but told they are shutting down - any advice/help greatly appreciated.
-
- SPSiteDataQuery for lists and doclibs
by Chase M
- 1 Replies
- Last post
by Ariel Kirsman
- I've been trying to use the SPSiteDataQuery object to issue a query for items in both Custom Lists and Document Libraries. Has anyone been able to do it
From reading the documentation I'm starting to think that it is not possible.
I'm setting the Lists property of my query using the ID of the lists, like this:
query.Lists = @"<Lists><List ID=""4218d200-06cf-425
-
- Sharepoint 2007 and Advanced Search
by Binoj Kumar
- 1 Replies
- Last post
by Matthew McDermott, MVP
- Hi, After upgrading from Sharepoint 2003 to Sharepoint 2007, the advance search option is not displaying. any ideas would be greatly appreciated.
-
- Managing site collection administrators through Web Services
by rbe
- 0 Replies
- Last post
by rbe
- Sorry to spam the forum today
I'm also looking for a way to manage the site collection administrators of a SharePoint site through the standard Web Services.
By using this method:
https://msdn2.microsoft.com/en-us/library/ms774637.aspx
you can know whether a user is site collection administrator or not by checking the IsSiteAdmin property. But it's read only
I'm looking for th
-
- Adding an InfoPath-Form to a content type
by Uwe82
- 0 Replies
- Last post
by Uwe82
- Hi,
I have to add an InfoPath-form to a content type in my feature. I have a document library and need to assign the form as a template to this. All I tried with DocumentTemplate-tags, XMLDocuments-Tags and so on, didn't really work.
I just want this form to be added as a standard form, with forms services support, so that I don't need InfoPath. I can do this all manually, but I want to deve
-
- Unable to use the Sharepoint Webpart template
by Chris Cormier
- 14 Replies
- Last post
by Curtis Ruppe (MicroStaff IT)
- I am unable to use the Sharepoint Webpart template. I installed it, and created a project. When I execute a BUILD, everything works fine, but when I execute 'DEPLOY' I get the error, "Attempted to perform an unauthorized operation". I looked through the logs on the server, there is not a trace of anything, any clue as to what this error means. I have spent the last week hunting the web f
-
- Survey Question in SharePoint Service 3.0
by gengyu
- 4 Replies
- Last post
by Gaurav Rehan
- Dear All,
I am very new to sharepoint and hope can get some help from here.
My question is which table in the Content database is holding the question for each survey
The only thing I can find is where the surevy results are hold.
Thanks
-
- Changing the look of a custom list.
by Jason Evans
- 4 Replies
- Last post
by Ayub Patel
- Hi there. I have a custom list created on my site and was wondering if it's possible to change the appearance of the list somehow I've already view the properties of the list and changed stuff like setting 'No Toolbar' for it, but I'm looking to alter things like the colours, layout, fonts, etc. A complete rework on the look without loosing the functionality. Is this possible, plus is it a good i
-
- Infopath drop-down list clear and refill
by GiannisZ
- 2 Replies
- Last post
by GiannisZ
- I have to DDLists on my screen, and I add values to second that depends on choice made at first but I can¡¯t find the way to clear the second before refill it. Code in C# is something like
public void Unit_Changed( object sender, XmlEventArgs e)
{
// Write your code here to change the main data source.
if (e.NewValue == "IT" )
{
XPathNavigator root, user
-
- Opening a sharepoint wss v3.0 document in appropriate application (word or excel) through asp.net application
by dmlavigne1
- 7 Replies
- Last post
by Lucy_H
- I am trying to figure out a way to do edit-in-place of documents from wss v3 from another application.
If I use the wss v3.0 gui to click on a document in a document library a popup box appears then the document is loaded into word (or excel if it is an excel file) for the ability to edit.
I am referencing the sharepoint document through an external application written in ASP.Net an
-
- VSeWSS
by SpoonsJTD
- 14 Replies
- Last post
by Nidhish Dhru
- When can we expect the next release of VSeWSS I am getting the error mentioned in other places (blogs and newsgroups) where I can't build and deploy the same project twice (works the first time, errors out each time after).
-
- XmlFormView in a custom webpart
by Lou8566
- 1 Replies
- Last post
by SYM Wong-A-Ton
- I am attempting to embed a XmlFormView control inside of a custom web part. When the web part renders, the content area of the web part is blank. I am not receiving any errors.
Has anyone experienced this issue Any resolution
-
- Document Library Modified / Created Date after File Upload
by Rik Williams
- 2 Replies
- Last post
by Rik Williams
- Hi Everyone
I've got loads of documents from the past 3 years that i want to transfer to a number of sharepoint site document libraries
When i upload the files through a drag n drop in explorer view, the files appear to retain the correct metadata for Modified Date, Created Date and Author. However, if you go into any other type of view, you get the date and time of upload plus the u
-
- Does SerializationException lead to OnTaskChanged event not being called?
by Gerry571639
- 1 Replies
- Last post
by Gerry
- The sequential workflow that I have created does not trigger the OnTaskChanged event although the task is created. I am starting the workflow programattically by calling the WorkflowManager.StartWorkflow method from a web service. There is no exception that comes up on the site, the task is created and I am able to also open the taskeditform while editing the task. However when I submit from the t
-
- Promoting 'Sent Date' from .msg file to list column
by Antonio Gutierrez
- 4 Replies
- Last post
by Antonio Gutierrez
- I have an email-enabled document library that receives .msg files as attachments and stores them as 'documents' in this list. Properties promoted as columns by default are 'E-Mail Subject', 'E-Mail To', 'E-Mail From', 'E-Mail Sender', etc., but NOT the 'Sent Date'. Is there any way to extend the parser that is promoting these properties from the .msg file so we can get the sent date These columns
-
- features for system monitoring
by MossUser1
- 4 Replies
- Last post
by ccf112222
- Hi All,
I need to know whether there is any inbuilt feature / tool available to do the following in sharepoint 2007.
1. Monitoring availability and performance 2.back and restore of database 3.Any interface to other system management tools
Cheers
-
- Removing Blog
by Shannon Kelley
- 12 Replies
- Last post
by Gary Lapointe
- I have been setting up Sharepoint for my office, we are going to be using it more in the portal perspective for company information on an Intranet. Right now running Sharepoint Server 2007, and have enabled Mysites for the users. Most of the information within the Mysite is fine, however I have scoured various forums and have not been able to find a solution to one of the problems ive encountered.
-
- Search Scope with pdf files metadata
by Murugan N
- 2 Replies
- Last post
by Murugan N
- Hi All:
I face the following issue with MOSS 2007 search:
I have a site column DocumentType attached to a document library. I have both word and pdf documents in the library, and in all the documents, I have set the column value to UserGuide.
I have mapped this crawled property to a managed property (docytype) and created a search scope with the rule: docutype = UserGuide.
If I search
-
- How to start using sharepoint and visual studio 2005?
by Anonymous123321q
- 7 Replies
- Last post
by Bruce VB
- Hi,
I'm trying to start developing in moss 2007 and visual studio 2005, but I dont have a clue of what to do first I have moss installed in a remote server and visual studio and the moss 2007 sdk installed locally, after creating a new project and trying to add a references to the moss dlls I found none of them, also there are two sharepoint project templates but when trying to use them an erro
-
- Audience Targeting
by Alana
- 3 Replies
- Last post
by Baronne
- Hi,
I've set up several views in a document library but I only want certain groups to be able to see certain views.
Can someone tell me if this would best be done with audience targeting
if so, I don't have any experience with audience targeting, so some links to a few blogs on this would be helpful.
Thanks!!
-
- Approval workflow failed to start in MOSS 2007
by Chris551804
- 13 Replies
- Last post
by Ziga
- Hi there,
i am having the OOB approval wokflow in MOSS 2007 , it starts whenever users want's to publish major versions. i have enabled both version controlling in the document library, namely "pages",(coz it's a publishing site i am working on) where all the pages are stored. but whenever i click the "submit for approval" button the workflow initialization window shows up,