Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Calendar
  New Posts New Posts RSS Feed - Suggestion: Custom full-day view count
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Suggestion: Custom full-day view count

 Post Reply Post Reply
Author
Message
nighthawk View Drop Down
Senior Member
Senior Member
Avatar

Joined: 11 June 2004
Status: Offline
Points: 167
Post Options Post Options   Thanks (0) Thanks(0)   Quote nighthawk Quote  Post ReplyReply Direct Link To This Post Topic: Suggestion: Custom full-day view count
    Posted: 12 December 2005 at 5:46pm
For showing a calendar with each hour in the day, the only viewType option appears to be day or workweek.  I would like to be able to view any number of days using this view (1,2,3...8,9,10).  Not just 1 or 5.  Outlook will actually show up to 14 days using this full-day view although I would be satisfied if it only went up to 10.

 

Back to Top
sserge View Drop Down
Moderator Group
Moderator Group


Joined: 01 December 2004
Status: Offline
Points: 1297
Post Options Post Options   Thanks (0) Thanks(0)   Quote sserge Quote  Post ReplyReply Direct Link To This Post Posted: 13 December 2005 at 7:58am
Hi,

It's not quite correct.
You can always add any day into this view, even not following each other.

For example, show more subsequent days:
CalendarControl.DayView.ShowDays Today - 3, Today + 3

Or you can add any days you'd like in the following way:

CalendarControl.DayView.AddDay Today + 2
CalendarControl.DayView.AddDay Today + 5
...


Do not forget to call CalendarControl.Populate after configuring the view.

--
WBR,
Serge
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.141 seconds.