<?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 : Current Cell</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : Current Cell]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 30 May 2026 03:33:42 +0000</pubDate>
  <lastBuildDate>Mon, 19 Nov 2007 17:46:11 +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=8770</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[Current Cell : Also look into another Progress...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8770&amp;PID=28636&amp;title=current-cell#28636</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 8770<br /><strong>Posted:</strong> 19 November 2007 at 5:46pm<br /><br />Also look into another Progress developers topics, like this one: <a href="http://forum.codejock.com/forum_posts.asp?TID=6747" target="_blank">http://forum.codejock.com/forum_posts.asp?TID=6747</a><br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Mon, 19 Nov 2007 17:46:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8770&amp;PID=28636&amp;title=current-cell#28636</guid>
  </item> 
  <item>
   <title><![CDATA[Current Cell : Within your environment you most...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8770&amp;PID=28635&amp;title=current-cell#28635</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 8770<br /><strong>Posted:</strong> 19 November 2007 at 5:43pm<br /><br />Within your environment you most likely have to call those properties step-by-step:<br><table width="99%"><tr><td><pre class="BBcode"><br>curView = CalendarControl.ActiveView<br>curSelection = curView.Selection<br>if curSelection.IsValid Then<br>...<br></pre></td></tr></table><br><br>--<br>WBR,<br>Serge <br>]]>
   </description>
   <pubDate>Mon, 19 Nov 2007 17:43:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8770&amp;PID=28635&amp;title=current-cell#28635</guid>
  </item> 
  <item>
   <title><![CDATA[Current Cell : I&amp;#039;m working with progress...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8770&amp;PID=28468&amp;title=current-cell#28468</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3483">koenm</a><br /><strong>Subject:</strong> 8770<br /><strong>Posted:</strong> 14 November 2007 at 11:43am<br /><br />I'm working with progress software, i have the property ActiveView, but not de property Selection, anyone another possibility?]]>
   </description>
   <pubDate>Wed, 14 Nov 2007 11:43:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8770&amp;PID=28468&amp;title=current-cell#28468</guid>
  </item> 
  <item>
   <title><![CDATA[Current Cell : hi, try something like that:   Private...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8770&amp;PID=28436&amp;title=current-cell#28436</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1884">moe188</a><br /><strong>Subject:</strong> 8770<br /><strong>Posted:</strong> 13 November 2007 at 4:12pm<br /><br />hi,<DIV>try something like that:</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Private Sub CalendarControl_SelectionChanged(ByVal SelType As XtremeCalendarControl.CalendarSelectionChanged)<BR>&nbsp;&nbsp;&nbsp; </DIV><DIV>&nbsp;&nbsp;&nbsp; If SelType = xtpCalendarSelectionDays Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;msgbox &nbsp;"SelectionChanged. Day(s).",vbinformation<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If CalendarControl.ActiveView.Selection.IsValid Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;msgbox CalendarControl.ActiveView.Selection.Begin,vbinformation<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;msgbox CalendarControl.ActiveView.Selection.End, vbinformation<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If<BR>&nbsp;&nbsp;&nbsp; End If<BR>&nbsp;&nbsp;&nbsp; If SelType = xtpCalendarSelectionEvents Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; msgbox"SelectionChanged. Event(s).",vbinformation<BR>&nbsp;&nbsp;&nbsp; End If<BR>&nbsp;&nbsp;&nbsp; <BR>End Sub</DIV><DIV>&nbsp;</DIV><DIV>good luck</DIV>]]>
   </description>
   <pubDate>Tue, 13 Nov 2007 16:12:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8770&amp;PID=28436&amp;title=current-cell#28436</guid>
  </item> 
  <item>
   <title><![CDATA[Current Cell : Ihave a popup-menu where i can...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8770&amp;PID=28428&amp;title=current-cell#28428</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3483">koenm</a><br /><strong>Subject:</strong> 8770<br /><strong>Posted:</strong> 13 November 2007 at 12:20pm<br /><br /><DIV>I&nbsp;have a popup-menu where i can past a event in my agenda (A avent that's not in my agenda yet), can anyone tell me how i&nbsp;get the time of my current selected cell?</DIV>]]>
   </description>
   <pubDate>Tue, 13 Nov 2007 12:20:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8770&amp;PID=28428&amp;title=current-cell#28428</guid>
  </item> 
 </channel>
</rss>