<?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 : Custom WorkWeek View column text</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : Custom WorkWeek View column text]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 30 May 2026 04:47:06 +0000</pubDate>
  <lastBuildDate>Wed, 25 Jul 2007 10:19:17 +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=7659</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[Custom WorkWeek View column text : Thanks ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7659&amp;PID=24661&amp;title=custom-workweek-view-column-text#24661</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1309">simus</a><br /><strong>Subject:</strong> 7659<br /><strong>Posted:</strong> 25 July 2007 at 10:19am<br /><br />Thanks]]>
   </description>
   <pubDate>Wed, 25 Jul 2007 10:19:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7659&amp;PID=24661&amp;title=custom-workweek-view-column-text#24661</guid>
  </item> 
  <item>
   <title><![CDATA[Custom WorkWeek View column text : I guess you are using a CalendarThemeOffice2007.  In...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7659&amp;PID=24660&amp;title=custom-workweek-view-column-text#24660</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3061">cjprb</a><br /><strong>Subject:</strong> 7659<br /><strong>Posted:</strong> 25 July 2007 at 10:08am<br /><br /><DIV>I guess you are using a CalendarThemeOffice2007.</DIV><DIV>&nbsp;</DIV><DIV>In the setup for the calender, you ask to have events for the left part of the dateheader for dayviews.</DIV><DIV>&nbsp;</DIV><DIV>AskItemTextFlags.SetFlag(<strong>xtpCalendarItemText_DayViewDayHeaderLeft</strong>)</DIV><DIV>&nbsp;</DIV><DIV>In the event&nbsp;GetItemText write the following code</DIV><DIV>&nbsp;</DIV><DIV>If itemparams.Item = <strong>xtpCalendarItemText_DayViewDayHeaderLeft </strong>then&nbsp;itemparams.text = ""</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Regards</DIV><DIV>&nbsp;</DIV><DIV>Claus Pedersen</DIV>]]>
   </description>
   <pubDate>Wed, 25 Jul 2007 10:08:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7659&amp;PID=24660&amp;title=custom-workweek-view-column-text#24660</guid>
  </item> 
  <item>
   <title><![CDATA[Custom WorkWeek View column text : Hi,  Doing the following     //Display...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7659&amp;PID=24655&amp;title=custom-workweek-view-column-text#24655</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1309">simus</a><br /><strong>Subject:</strong> 7659<br /><strong>Posted:</strong> 25 July 2007 at 5:21am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Doing the following </DIV><DIV><table width="99%"><tr><td><pre class="BBcode"></DIV><DIV><FONT size=2><P></FONT><FONT color=#008000 size=2>//Display the Work week view force all days as working day</P></FONT><FONT size=2><P></FONT><FONT color=#008000 size=2>//Then the display will one column by day and each hour for each day</P></FONT><FONT size=2><P>axCalendarControl1.Options.WorkWeekMask = XtremeCalendarControl.</FONT><FONT color=#008080 size=2>CalendarWeekDay</FONT><FONT size=2>.xtpCalendarDayAllWeek | XtremeCalendarControl.</FONT><FONT color=#008080 size=2>CalendarWeekDay</FONT><FONT size=2>.xtpCalendarDaySaSu ;</P><P>axCalendarControl1.ViewType = XtremeCalendarControl.</FONT><FONT color=#008080 size=2>CalendarViewType</FONT><FONT size=2>.xtpCalendarWorkWeekView;</P><P>axCalendarControl1.DayView.DayHeaderFormatLong = </FONT><FONT color=#800000 size=2>"dddd"</FONT><FONT size=2>;</P><P>axCalendarControl1.DayView.DayHeaderFormatMiddle = </FONT><FONT color=#800000 size=2>"dddd"</FONT><FONT size=2>;</P><P>axCalendarControl1.DayView.DayHeaderFormatShort = </FONT><FONT color=#800000 size=2>"dddd"</FONT><FONT size=2>;</P><P>axCalendarControl1.DayView.DayHeaderFormatShortest = </FONT><FONT color=#800000 size=2>"dddd"</FONT><FONT size=2>;</P><P>axCalendarControl1.Populate();</P><P>axCalendarControl1.DayView.EnableHScroll(</FONT><FONT color=#0000ff size=2>false</FONT><FONT size=2>);</P><P>axCalendarControl1.DayView.ScrollToWorkDayBegin();</P></FONT></pre></td></tr></table></DIV><DIV>&nbsp;</DIV><DIV>I have the attached bitmap as result.</DIV><DIV>&nbsp;</DIV><DIV><img src="https://forum.codejock.com/uploads/20070725_052111_Calendar.bmp" border="0"></DIV><DIV>&nbsp;</DIV><DIV>What I would like is to remove the day number and have only Monday, Tuesday and so on.</DIV><DIV>&nbsp;</DIV><DIV>Can anyone tell me how it is possible?</DIV><DIV>&nbsp;</DIV><DIV>Thanks and Best regards!</DIV>]]>
   </description>
   <pubDate>Wed, 25 Jul 2007 05:21:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7659&amp;PID=24655&amp;title=custom-workweek-view-column-text#24655</guid>
  </item> 
 </channel>
</rss>