Microsoft Knowledge Base Email Alertz

(883973) - Describes a scenario where new items that you add to a custom Calendar view of a list in a Windows SharePoint Services Web site are not displayed if the Calendar view already contains 100 items. Describes a workaround.

Search KbAlertz

Advanced Search

Receive Microsoft Knowledge Base articles by E-Mail?

Every night we scan the Microsoft Knowledge Base. If technologies you're interested in are updated, we'll send you an e-mail. You only get one e-mail a day, and only when new articles are added.

Click here to create a
FREE account
Already have an account?
[Click here to Login]











Microsoft Knowledge Base Article

This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks

Article ID: 883973 - Last Review: October 8, 2007 - Revision: 2.7

New items that you add to a custom Calendar view of a list in a Windows SharePoint Services 2.0 Web site may not be displayed


SYMPTOMS

When you create a custom Calendar view of a list in your Microsoft Windows SharePoint Services 2.0 Web site and then add new items to the Calendar view, the items may not be displayed in the Calendar view. You experience this symptom only with a custom Calendar view. You do not experience this symptom when you add new items to the default Calendar view for a list, such as the Events list.

CAUSE

This behavior occurs if the custom Calendar view of the list contains 100 items. By default, a Calendar view that you create can contain a maximum of 100 items. If a custom Calendar view already contains 100 items, additional items that you add to the Calendar view are not displayed.

WORKAROUND

To work around this behavior, modify the .aspx page for the custom Calendar view. To do this, follow these steps:
  1. Start Microsoft Office FrontPage 2003, and then open the Windows SharePoint Services 2.0 Web site.
  2. Locate and then open the .aspx page for the Calendar view. For example, if you created a new Calendar view that is named MyCalendarView for the Events list, expand Lists under Folder List, expand Events, and then double-click the MyCalendarView.aspx page.
  3. On the View menu, click Page (if it is not already selected), and then click Code at the bottom of the page.
  4. Locate the following line that is contained in the .aspx page:
    RowLimit Paged="FALSE">100</RowLimit>
    To do this:
    1. On the Edit menu, click Find.
    2. In the Find and Replace dialog box, click the Find tab.
    3. Type RowLimit in the Find what box, and then click Find Next.
  5. Increase the number that is specified in the RowLimit Paged="FALSE">100</RowLimit> line to the number of items that you want. By default, the number that is specified is 100.

    For example, if you want to display a maximum of 500 items in the Calendar view of the list, change the line to the following:
    RowLimit Paged="FALSE">500</RowLimit>
  6. On the File menu, click Save, and then click Close.

MORE INFORMATION

For more information about a similar issue that has a different cause, click the following article number to view the article in the Microsoft Knowledge Base:
871145  (http://kbalertz.com/Feedback.aspx?kbNumber=871145/ ) The event is not displayed in Calendar view when you add a new event to an Events list in Windows SharePoint Services
For more information about Windows SharePoint Services 2.0, visit the following Microsoft Web site:
http://technet.microsoft.com/windowsserver/sharepoint/bb267377.aspx (http://technet.microsoft.com/windowsserver/sharepoint/bb267377.aspx)
For more information about Microsoft Office SharePoint Portal Server 2003, visit the following Microsoft Web site:
http://technet.microsoft.com/office/sharepointserver/bb267364.aspx (http://technet.microsoft.com/office/sharepointserver/bb267364.aspx)

APPLIES TO
  • Microsoft Office SharePoint Portal Server 2003
  • Microsoft Windows SharePoint Services 2.0
Keywords: 
kbconfig kbprb kbtshoot KB883973
       

Community Feedback System

Very often, it takes hours to solve a problem. Very often, you've looked high and low, and have tried a lot of solutions. When you finally found it, chances are, it was because someone else helped you. Here's your chance to give back. Use our community feedback tool to let others know what worked for you and what didn't.

Please also understand that the community feedback system is not warranted to be correct, it's simply a system that we've built to let people try and help each other. If something in a feedback response doesn't make sense to you, or you're not comfortable making changes that the feedback talks about (like registry edits), please consult a professional.

Thank you for using kbAlertz.com Feedback System.

-- Scott Cate

Perry Thompson Report As Irrelevant  
Written: 8/25/2005 12:18 AM
fantastic! just what i needed! i'm signing up right now.

s Report As Irrelevant  
Written: 1/24/2006 9:41 AM
Thank you very much for this link and article! My long quest was answered!