sharepoint-2007

Could this query to get the size of a doc be improved in Sharepoint 2007?

泄露秘密 提交于 2019-12-08 09:31:27
问题 Well, as I am relatively new to Sharepoint 2007 I would like to improve my way of writing code for this platform, and refine some habits I already have. In the following code what i am doing is to ask the size of a document that is in the "Documents" list, but i have the impression i create to many objects to access the info. Isn't there a way to go to the doc straight forward (i have to access de spweb, then the list and then the doc)? One of the things I want to improve is not to use oSPWeb

SharePoint DateTime default value respect timezone

删除回忆录丶 提交于 2019-12-08 06:52:41
问题 I have a DateTime field (Date Only) that uses the "Today's Date" as a default value. However, when a user adds an item to the list the date that is selected is respective to the GMT timezone. Therfore if a user adds an item on 2/22/2012 at 7pm (EST) the default value will actually read 2/23/2012. My first thought was to check the web application settings, and they were set to -5 EST. Then after some searching I found that time zones can differ based on a users regional settings. Testing this

Order documents by most popular in sharepoint content query webpart

走远了吗. 提交于 2019-12-08 06:35:53
问题 I'd like to order a set of webpages showing inside a content query webpart by 'most viewed' I know sharepoint keeps track of such things but I don't know how to expose this list to the content query web part - can anyone point me in the right direction? Thanks in advance 回答1: It is true that SharePoint can log user visits to the usage log on disk and the audit log in the content database. But there is no API for issuing report building queries against the data like a query for most viewed

creation of dashboard in sharepoint 2007

旧街凉风 提交于 2019-12-08 06:09:02
问题 For the creation of a dashboard I need to find out the way to get the count of the items in a field of a list. How to get the same in real time? Let’s say I have a list with the following fields; Quarter >>>> Batch# >>>>>> In field/Packed/Shipped For eg, if the entries for the first list is as given below; Quarter >>>>>>>>>>>>>>>>> Batch# >>>>>>>>>>>>>>>>>>>>> Status Q1 ------------------------------------B1------------------------------------ In the field Q1 ---------------------------------

Extending SharePoint Breadcrumbs across multiple site collections

邮差的信 提交于 2019-12-08 05:22:39
问题 I’ve been trying to find a way to extend SharePoint breadcrumbs across multiple site collections, and I’ve been unable to find a way. I can set the portal site connection setting on the site collection to link to its parent site collection. But, that will not show only one parent site collection. Here’s an example of the type of setup I’m looking at creating. The root site, Intranet, has a managed path called sites. Under sites there is site collection called HR located at /sites/hr/ . Under

Migrating MOSS 2007 from SQL 2000 to SQL 2005 [closed]

喜欢而已 提交于 2019-12-08 04:37:19
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . We have an installation of MOSS 2007 that is using MS SQL 2000 as the backend database. The web front end for MOSS is on one server and the database on a separate server. We would like to move the database to a MS SQL 2005 server. Is there a recommended approach for doing this? Does anyone know of any resources

Get Sharepoint Online users

纵然是瞬间 提交于 2019-12-08 03:49:38
问题 How Can i get the number of online users in sharepoint 2007? 回答1: Extensive explanation, tutorial, etc.: Find Number of Users Currently Logged on to a SharePoint Site The gist of it is that you don't have OOTB features to show you the number of currently logged in users. You can check IIS for current users, but you don't know whether these are logged on or not. The solution explained in the blog article is to create a delegate control which resides on all pages which counts the number of

Tool to import Excel sheet data to Sharepoint list [closed]

爱⌒轻易说出口 提交于 2019-12-08 03:18:35
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed last year . Are there any tools to import Excel sheet data to Sharepoint list ? I have found a tool to do that. Are there any alternatives to do this task? [should be support any Excel version and any SharePoint version] 回答1: IMHO Simple copy/paste form Excel to DataSheet view can cover simpler scenarios (if you are copying

Sharepoint 2007 and <!DOCTYPE html>

一个人想着一个人 提交于 2019-12-08 03:16:41
问题 Greetings... I'm trying to get my Sharepoint 2007 site to render in Standards mode when browsing in IE. Since "!DOCTYPE html" makes every browser that I might be worrying about do just that, I decided to use it. I've read here and there that Standards mode could cause unwanted behavior to some OOTB functionality and style (fly-outs, calendar items, etc...), but can't find a full list containing error reference and ways to correct it. So, I'm looking for any kind of info and guidance on the

Auto Number Column in SharePoint List with Link to Item

谁说我不能喝 提交于 2019-12-08 02:53:37
问题 There was a similar question posted regarding the same topic, but I'm adding to the question and the previous discussion was resolved. Here is the link to the original question: Auto number column in SharePoint list I'm now trying to find out if in a Custom List in MOSS SharePoint 2007 there is a column called "ID(link to item)". I know that when creating an Issues List in SharePoint, there exists an "Issue ID (link to item)" field that is by by default included in the view, however, I cannot