<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Set start and end date in m&#111;nth view?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : Set start and end date in m&#111;nth view?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 08:02:50 +0000</pubDate>
  <lastBuildDate>Mon, 20 Feb 2006 09:02:32 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=2915</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Set start and end date in m&#111;nth view? : ActiveView is not a collection...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2915&amp;PID=11065&amp;title=set-start-and-end-date-in-month-view#11065</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 2915<br /><strong>Posted:</strong> 20 February 2006 at 9:02am<br /><br />ActiveView is not a collection of views, it is a reference pointing into the currently used view, which user see at th screen.<br><br>btw, answer to your second question:<br>2) There is a ViewChanged event.<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Mon, 20 Feb 2006 09:02:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2915&amp;PID=11065&amp;title=set-start-and-end-date-in-month-view#11065</guid>
  </item> 
  <item>
   <title><![CDATA[Set start and end date in m&#111;nth view? : thnks. It works fine.  for more...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2915&amp;PID=11064&amp;title=set-start-and-end-date-in-month-view#11064</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1751">WaaZ</a><br /><strong>Subject:</strong> 2915<br /><strong>Posted:</strong> 20 February 2006 at 8:44am<br /><br /><P>thnks.</P><P>It works fine. </P><P>for more info:</P><P>It is in the CalendarControl.ActiveView. The ActiveView object is a collection of CalenderViews.</P>]]>
   </description>
   <pubDate>Mon, 20 Feb 2006 08:44:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2915&amp;PID=11064&amp;title=set-start-and-end-date-in-month-view#11064</guid>
  </item> 
  <item>
   <title><![CDATA[Set start and end date in m&#111;nth view? : CalendarView is a collection of...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2915&amp;PID=11063&amp;title=set-start-and-end-date-in-month-view#11063</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 2915<br /><strong>Posted:</strong> 20 February 2006 at 7:00am<br /><br />CalendarView is a collection of CalendarViewDay objects.<br>&nbsp; <br>&nbsp;&nbsp;&nbsp; CalendarView&#091;0&#093;.Date : first day date;<br>&nbsp;&nbsp;&nbsp; CalendarView&#091;CalendarView.DaysCount - 1&#093;.Date : last day date;<br>&nbsp;<br>Just look into hierarchy of Calendar objects. <br><br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Mon, 20 Feb 2006 07:00:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2915&amp;PID=11063&amp;title=set-start-and-end-date-in-month-view#11063</guid>
  </item> 
  <item>
   <title><![CDATA[Set start and end date in m&#111;nth view? : Hi, where can I get the date of...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2915&amp;PID=11061&amp;title=set-start-and-end-date-in-month-view#11061</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1751">WaaZ</a><br /><strong>Subject:</strong> 2915<br /><strong>Posted:</strong> 20 February 2006 at 5:37am<br /><br /><P>Hi, where can I get the date of the first day being currently displayed? I have seen that you are using a SetbeginDate above. Where can I get this method?</P><P>1) Or how can I get the start and end date of the actual view of the calendar?</P><P>2) What handler is triggered when&nbsp;I change the current date range view?</P><P>thnks</P><P>WaaZ</P>]]>
   </description>
   <pubDate>Mon, 20 Feb 2006 05:37:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2915&amp;PID=11061&amp;title=set-start-and-end-date-in-month-view#11061</guid>
  </item> 
  <item>
   <title><![CDATA[Set start and end date in m&#111;nth view? : Hm, as far as I can see :) CalendarDayView...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2915&amp;PID=8707&amp;title=set-start-and-end-date-in-month-view#8707</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 2915<br /><strong>Posted:</strong> 21 September 2005 at 11:20am<br /><br />Hm, as far as I can see :) CalendarDayView object contains these methods even in 9.7.<br /><br />But you can wait couple days for 9.8 release, which has the newest sources.]]>
   </description>
   <pubDate>Wed, 21 Sep 2005 11:20:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2915&amp;PID=8707&amp;title=set-start-and-end-date-in-month-view#8707</guid>
  </item> 
  <item>
   <title><![CDATA[Set start and end date in m&#111;nth view? : Hi, I was not able to find these...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2915&amp;PID=8702&amp;title=set-start-and-end-date-in-month-view#8702</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1445">Nataraj</a><br /><strong>Subject:</strong> 2915<br /><strong>Posted:</strong> 20 September 2005 at 10:53pm<br /><br /><P>Hi,</P><P>I was not able to find these methods either in the help or in the object browser of vb. Iam using the evaluation version of Xtreme Suite Professional 9.7.0.0. Are these methods present in this version or some other version? Which object do these methods belong to? I tried DayView,WeekView,MonthView and ActiveView objects, none of these have these methods.</P>]]>
   </description>
   <pubDate>Tue, 20 Sep 2005 22:53:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2915&amp;PID=8702&amp;title=set-start-and-end-date-in-month-view#8702</guid>
  </item> 
  <item>
   <title><![CDATA[Set start and end date in m&#111;nth view? : Hi,  You can disable scrollbars...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2915&amp;PID=8681&amp;title=set-start-and-end-date-in-month-view#8681</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 2915<br /><strong>Posted:</strong> 20 September 2005 at 3:59am<br /><br />Hi,<br /><br />You can disable scrollbars for views with .EnableVScroll and .EnableHScroll methods.<br /><br />--<br />WBR,<br />Serge]]>
   </description>
   <pubDate>Tue, 20 Sep 2005 03:59:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2915&amp;PID=8681&amp;title=set-start-and-end-date-in-month-view#8681</guid>
  </item> 
  <item>
   <title><![CDATA[Set start and end date in m&#111;nth view? : Hi, Iam using the control in...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2915&amp;PID=8680&amp;title=set-start-and-end-date-in-month-view#8680</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1445">Nataraj</a><br /><strong>Subject:</strong> 2915<br /><strong>Posted:</strong> 19 September 2005 at 10:44pm<br /><br /><P>Hi,</P><P>Iam using the control in IE, there is a ShowDay Method and WeeksCount property of the monthview. Using this the initial date is set to the date specified, but i dont want the end user to scroll to other dates. I want the view to be restricted only to a specific date range. In this case the scroll bar should not be present / should be disabled since iam viewing only a specific date range. Can this be achieved?</P>]]>
   </description>
   <pubDate>Mon, 19 Sep 2005 22:44:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2915&amp;PID=8680&amp;title=set-start-and-end-date-in-month-view#8680</guid>
  </item> 
  <item>
   <title><![CDATA[Set start and end date in m&#111;nth view? : Hi Nataraj,  You can use following...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2915&amp;PID=8677&amp;title=set-start-and-end-date-in-month-view#8677</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 2915<br /><strong>Posted:</strong> 19 September 2005 at 11:31am<br /><br />Hi Nataraj,<br /><br />You can use following methods:<br /><table width="99%"><tr><td><pre class="BBcode"><br />pMonthView-&gt;GetGrid()-&gt;SetBeginDate(dtBegin);<br />pMonthView-&gt;GetGrid()-&gt;SetWeeksCount(nWeeks);<br /><br />pCalendarCtrl-&gt;Populate();<br /></pre></td></tr></table><br /><br />--<br />WBR, <br />Serge]]>
   </description>
   <pubDate>Mon, 19 Sep 2005 11:31:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2915&amp;PID=8677&amp;title=set-start-and-end-date-in-month-view#8677</guid>
  </item> 
  <item>
   <title><![CDATA[Set start and end date in m&#111;nth view? : Hi, How do i set the start and...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2915&amp;PID=8674&amp;title=set-start-and-end-date-in-month-view#8674</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1445">Nataraj</a><br /><strong>Subject:</strong> 2915<br /><strong>Posted:</strong> 19 September 2005 at 1:09am<br /><br /><P>Hi,</P><P>How do i set the start and end date in the month view? Currently on load it shows the current month, however i can use the scrollbar to scroll to different date of previous / next year. How do i control the scrolling i.e. what property / method can i use to show data for a specific date range. In day view i can use ShowDays method to specify a start and end date. Similarly how can i achieve the same result in month view?</P>]]>
   </description>
   <pubDate>Mon, 19 Sep 2005 01:09:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2915&amp;PID=8674&amp;title=set-start-and-end-date-in-month-view#8674</guid>
  </item> 
 </channel>
</rss>