<?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 : DayView.ScrollToWorkDayBegin not being processed.</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : DayView.ScrollToWorkDayBegin not being processed.]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 28 May 2026 09:38:11 +0000</pubDate>
  <lastBuildDate>Fri, 29 Apr 2011 15:10:19 +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=18288</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[DayView.ScrollToWorkDayBegin not being processed. : Glad I could help.  If possible...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18288&amp;PID=64118&amp;title=dayview-scrolltoworkdaybegin-not-being-processed#64118</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2960">Xander75</a><br /><strong>Subject:</strong> 18288<br /><strong>Posted:</strong> 29 April 2011 at 3:10pm<br /><br />Glad I could help.<br /><br />If possible please add the word SOLVED to the title of this post, so it helps others know this solved your issue. ]]>
   </description>
   <pubDate>Fri, 29 Apr 2011 15:10:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18288&amp;PID=64118&amp;title=dayview-scrolltoworkdaybegin-not-being-processed#64118</guid>
  </item> 
  <item>
   <title><![CDATA[DayView.ScrollToWorkDayBegin not being processed. : Yep...that worked. Thanks. ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18288&amp;PID=64116&amp;title=dayview-scrolltoworkdaybegin-not-being-processed#64116</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1559">syndalis</a><br /><strong>Subject:</strong> 18288<br /><strong>Posted:</strong> 29 April 2011 at 12:59pm<br /><br /><P>Yep...that worked. Thanks.</P>]]>
   </description>
   <pubDate>Fri, 29 Apr 2011 12:59:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18288&amp;PID=64116&amp;title=dayview-scrolltoworkdaybegin-not-being-processed#64116</guid>
  </item> 
  <item>
   <title><![CDATA[DayView.ScrollToWorkDayBegin not being processed. : Hi,  The issue you are having...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18288&amp;PID=64112&amp;title=dayview-scrolltoworkdaybegin-not-being-processed#64112</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2960">Xander75</a><br /><strong>Subject:</strong> 18288<br /><strong>Posted:</strong> 29 April 2011 at 8:14am<br /><br />Hi,<br /><br />The issue you are having will be likely caused due to the tabs not being visually active, therefore the calendars are not redrawing. Try activating each tab in turn i.e. set tab as selected before using DayView.ScrollToWorkDayBegin either in the Form Load or Activate then setting to your default selected tab when done. ]]>
   </description>
   <pubDate>Fri, 29 Apr 2011 08:14:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18288&amp;PID=64112&amp;title=dayview-scrolltoworkdaybegin-not-being-processed#64112</guid>
  </item> 
  <item>
   <title><![CDATA[DayView.ScrollToWorkDayBegin not being processed. : Product: Xtreme SuitePro (ActiveX)...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18288&amp;PID=64103&amp;title=dayview-scrolltoworkdaybegin-not-being-processed#64103</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1559">syndalis</a><br /><strong>Subject:</strong> 18288<br /><strong>Posted:</strong> 28 April 2011 at 10:55am<br /><br />&nbsp;&nbsp; Product: Xtreme SuitePro (ActiveX) version&nbsp;11.1.3<DIV>&nbsp;&nbsp;&nbsp;&nbsp; Platform: Windows XP (32bit) - SP&nbsp;3</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp; Language: VBA for Access 2003</DIV><DIV>&nbsp;</DIV><DIV>I am adding some cosmetic changes to an Access&nbsp;VBA app that makes use of multiple instances of the calendar control. Currently, different sets of calendars are displayed on separately launched and displayed forms. I would like to convert this to a single static form with a tab control so that I can group the calendars by tab. I am using the standard MS tab control&nbsp;from the common controls library(6.0 SP6).</DIV><DIV>&nbsp;</DIV><DIV>I ran into a problem when initializing the calendars during the Form_Load() event for the form that&nbsp;contains the&nbsp;tab control and calendars. The calendar on the default (1st) tab processed the DayView.ScrollToWorkDayBegin command correctly, displaying a window from 8:00am to 6:00pm,&nbsp;but the 2nd and 3rd tab calendars remain fixed on 12am as the start time.</DIV><DIV>&nbsp;</DIV><DIV>I am not sure what the issue is. If there is not a workaround for this using the MS control then maybe a control from the Codejock suite would work? (TabManager?)</DIV><DIV>&nbsp;</DIV><DIV>Suggestions welcome.</DIV><DIV>&nbsp;</DIV><DIV><BR>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 28 Apr 2011 10:55:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18288&amp;PID=64103&amp;title=dayview-scrolltoworkdaybegin-not-being-processed#64103</guid>
  </item> 
 </channel>
</rss>