sharepoint2007

Sharepoint synchrounous event receivers

Hi all I have a question about the synchrounous event receivers in Sharepoint 2007. As example, lets look at the event ItemUpdating: Is it safe to assume that the update operation will succeed if I don't cancel it manually? I know the event could be cancelled by another event receiver. But assume that there is no other event receiver a...

How can I find regional translations of built-in SharePoint list names?

There are PublishingWeb.PagesList and PublishingWeb.PagesListName properties, but other list's urls also vary by site language. Those that I found are translated are: Documents Images Pages Workflow Tasks There is additional API in SP2010, but how can I handle this in 2007? ...

How to use BDC (business Data Catalog) in sharepoint of user define ?

Hi, I have database in sql server 2008. I have installed the MOSS 2007 also configured the Sared services. I want to Use BDC concept to show the data on sharepoint pages by its web parts. What steps I have to follow for this? I searched for this also on several sites. But something XML with LOB I have to define. What is this exact. how c...

Is there a bug in SharePoint that copies a custom column?

I created a custom Revision column in one of my document libraries and required data to be put into it. The document library had some documents in it and I tried uploading a file. I put the data in Name and Revision, but it gave me an error that I was missing information. So I checked the columns in site settings and found 2 Revision ...

SharePoint 2007 and it's underlying operating systems

We have a MOSS 2007 Standard farm, running on 2 Web Front End (WFE) and 1 Indexing server all running on 64 bit Windows Server 2003 servers. We need to upgrade our servers to Windows Server 2008, and wanted to know if you can run 1 WFE on Windows 2008 and 1 WFE on Windows 2003, while we are in the process of upgrading our individual ser...

Disregarding updates on non-checked-in entries in a sharepoint list (SPAudit)

Hey guys. Okay, this is a little hard to explain, as the title might suggest. I have an event receiver on ItemUpdated and ItemCheckedIn, which both writes custom SPAuditEntries. When CheckedIn occurs though - it comes with two update entries as well (one for added file, and one for a simple update to the list item I suspect). I'd love...

InfoPath: Submit to SharePoint List via XML with attachment

I have a working form that creates a new item in a SharePoint list using CAML XML document. I have read how to include attachments and I want to include the entire InfoPath form as an attachment on the List item. Can I still do this with the CAML XML by including the file as an encoded string? I'm having trouble setting up the CAML XM...

MissingRequiredFields property on SPListItem always returning true after intial validation

Hi, I am updating some list items through code. Here is an example of what I am trying to do SPListItem item = GetListItem(); item["Field1"] = GetField1ValueFromControl(); item["Field2"] = GetField2ValueFromControl(); item.Update(); if (!item.MissingRequiredFields) { SuccessRedirect(); } else { Error("Fields missing"); } In th...

Sharepoint: Access SQL sharepoint files

I have the Sharepoint Intranet server on the same nework as the Internet PHP Web server. I would like to know if via PHP SQL code I can access a collection list of PDF files from the intranet so it can be viewed on the Internet site. ...

Is there a way in SharePoint to open a pdf and keep the top navigation bar frame?

I would like to be able to keep the top navigation bar on my sharepoint site and I was wondering if this is possible. Thanks. ...

how to create folder in sharepoint using SSIS

Hi All, Need Help!!!! I need to load data into sharepoint from Oracle Table using SSIS. Here Table contains Customer Information. I have to create CustomerID as Folder and within the Folder need to load perticular Customer Details How do i buld the Package for this. Note: I follwed the below link, But in that example they are not expl...

Creating sitemap in shareopoint

How to create sitemap in sharepoint ...

How do I fix a blinking dropdown menu when it overlaps div in SharePoint?

I am opening a pdf in an div object in a Content Editor Web Part. Some parts of my dropdown menu overlap the div and causes the menu to "blink" (hides under the pdf then shows on top) as you scroll over it. I am using IE6 and I was able to try this page in Chrome, and the menu gets hidden behind the pdf div. Is there any way to fix ...

Attach Files Sharepoint 2007

Hello, I am creating lists in WSS 3.0 and I could hide the columns by default like "Tittle" but I need to hide the attach file option and I don´t find the way to do that.. Can you help me?? Thanks!! ...

How to include dynamic information in Sharepoint master page?

We are creating several (19) sites to be hosted in Sharepoint 2007 and want to use Google Analytics. The first bit was easy, simply putting the Google Analytics javascript in the Sharepoint master page and all worked as expected. However, we want each of the 19 sites to generate seperate statistics and this is done by having a different...

Sharepoint 2007 - search

Hi, I have a sharepoint site.. in that i have uploaded many docs... When i perform a search by giving a keyword, its showing some docs which dont have that word. I dnt know the reason for it.. Can anyone please help me to find the reason? -Poorani ...

HTTPModule invoked on main page but not on sub-page

Hi All, I am facing a strange error in MOSS 2007 running under Windows 2008. I have created a custom HTTP Module that fires on the application's OnAuthenticate event. It basically creates a custom cookie which is used by another application to authenticate the user, creating a single sign-on effect. Everything went fine under the de...

MS Web Test to upload files to sharepoint

0 HI All, I created a webtest to upload file to sharepoint and also made sure that the file that I upload while recording gets deployed to my test out folder by following this article. http://blogs.msdn.com/b/edglas/archive/2008/08/05/how-to-upload-a-file-in-a-web-test.aspx But when I run my test it runs successfully but doesn't uplo...

What determines the priority between two solutions that provide the same set of fields in SharePoint 2007?

Running SharePoint 2007, WSS 3.0. Deployment is done using WSPBuilder 1.06. Question: I have two WSP solutions for two different levels of complexity in our SharePoint sites. One WSP has a feature ("C") that contains 2 sets of Fields. The other WSP has two separate features ("A" and "B") that reference those same sets of Fields with the...

Overriding web.config in sharepoint webpart/using custom membership provider in web part

I'm developing a web part for MOSS 2007. The web part is being deployed to a web application which utilizes forms-based authentication, and role/membership providers to control users. The membership table has been edited to include addition user info (I am aware, that this isn't the best way to handle additional user, i.e. profiles etc...