<?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 : Track Control</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Track Control]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 14 May 2026 14:06:51 +0000</pubDate>
  <lastBuildDate>Mon, 11 Jun 2012 05:21:29 +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=19414</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[Track Control : hi,diegosoftlord. You can try...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19414&amp;PID=68406&amp;title=track-control#68406</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7274">wsun</a><br /><strong>Subject:</strong> 19414<br /><strong>Posted:</strong> 11 June 2012 at 5:21am<br /><br />hi,<div><span style="font-family: Arial, Helvetica, sans-serif; font-size: 15px; line-height: 21px; text-align: left; : rgb248, 248, 252; ">diegosoftlord<b>. </b>You can try this.</span></div><div><pre ="BBcode" style="line-height: 16px; width: 917px; : rgb240, 241, 245; ">Dim dtDate As Date<br><br>Private Sub Form_Load()<br>&nbsp;&nbsp;&nbsp; dtDate = "28/01/2012"<br>End Sub<br><br>Private Sub TrackControl_TimeLineLabel(ByVal Position As Long, Label As String, TickColor As stdole.OLE_COLOR, TickLength As Long)<br>&nbsp;&nbsp;&nbsp; Select Case Position<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Case 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Label = Format(dtDate, "mmm yy")<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TickColor = &amp;H2C94FD<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TickLength = 12<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Case Else<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dim dtNextDate As Date<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dim pos As String<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pos = Position / 24<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If InStr(pos, ".") = 0 Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; dtNextDate = DateAdd("d", CDbl(pos), dtDate)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Label = Format(dtNextDate, "dd/mm/yyyy")<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TickColor = &amp;HFF&amp;&nbsp;&nbsp; '&amp;H2C94FD<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TickLength = 14<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Else<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Label = ""<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TickLength = 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If<br>&nbsp;&nbsp;&nbsp; End Select<br>End Sub</pre></div>]]>
   </description>
   <pubDate>Mon, 11 Jun 2012 05:21:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19414&amp;PID=68406&amp;title=track-control#68406</guid>
  </item> 
  <item>
   <title><![CDATA[Track Control : Hello ! i&amp;#039;m new in the Post.-...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19414&amp;PID=68339&amp;title=track-control#68339</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7487">diegosoftlord</a><br /><strong>Subject:</strong> 19414<br /><strong>Posted:</strong> 24 May 2012 at 9:19am<br /><br />Hello ! i'm new in the Post.-&nbsp;<div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; You can show some example for change the label time with date format.-&nbsp;</div><div>In the event TimeLineLabel.- Because i Could not get it yet .-</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Thank You Very Much&nbsp;</div>]]>
   </description>
   <pubDate>Thu, 24 May 2012 09:19:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19414&amp;PID=68339&amp;title=track-control#68339</guid>
  </item> 
  <item>
   <title><![CDATA[Track Control :   Hi,I believe this can only...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19414&amp;PID=67449&amp;title=track-control#67449</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2960">Xander75</a><br /><strong>Subject:</strong> 19414<br /><strong>Posted:</strong> 18 January 2012 at 3:52am<br /><br />Hi,<br><br>I believe this can only be done in v15.1.3 and forward <i>(possibly one of the of the builds before v15.1.3)</i> from what I remember but it's simple to do.<br><br>When setting up the TrackControl add:<br><table width="99%"><tr><td><pre class="BBcode">'Manually set TimeLine Step:<br>.PaintManager.TimeLineStep = 1<br>.PaintManager.TimeLineStepAuto = False<br>&nbsp;&nbsp;&nbsp; <br>'Allow Format TimeLine Label<br>.PaintManager.CustomTimeLineLabel = True<br></pre></td></tr></table><br>Then using the TrackControl_TimeLineLabel event you can change the Label, TickColor &amp; TickLength fields.<br><br>PS. You format "Label" with the date format you need to display.<br>]]>
   </description>
   <pubDate>Wed, 18 Jan 2012 03:52:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19414&amp;PID=67449&amp;title=track-control#67449</guid>
  </item> 
  <item>
   <title><![CDATA[Track Control : Hi,Can anyone help to solve my...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19414&amp;PID=67440&amp;title=track-control#67440</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7274">wsun</a><br /><strong>Subject:</strong> 19414<br /><strong>Posted:</strong> 17 January 2012 at 3:52am<br /><br /><div>Hi,</div><div>Can anyone help to solve my problem?</div><div><br></div><div><img src="uploads/7274/TrackC&#111;ntrol1.JPG" height="450" width="737" border="0" /><br></div><div><br></div><div>Thank for help.</div>]]>
   </description>
   <pubDate>Tue, 17 Jan 2012 03:52:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19414&amp;PID=67440&amp;title=track-control#67440</guid>
  </item> 
 </channel>
</rss>