<?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 : Refresh Event Subject Property</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : Refresh Event Subject Property]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 22 Apr 2026 04:37:08 +0000</pubDate>
  <lastBuildDate>Mon, 24 Jan 2011 20:59:50 +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=17788</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[Refresh Event Subject Property : Try to get the edited event, assign...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17788&amp;PID=62291&amp;title=refresh-event-subject-property#62291</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6282">dindo.lales</a><br /><strong>Subject:</strong> 17788<br /><strong>Posted:</strong> 24 January 2011 at 8:59pm<br /><br />Try to get the edited event, assign the new values, then call ChangeEvent() method.<br><br>'Get a pointer to the edited event<br>lo_Event = Calendar.DataProvider.GetEvent(&lt;EditedEventId&gt;)<br><br>'Assign the new values. You can also assign other properties not just the Subject<br>lo_Event.Subject = "New Subject Line"<br><br>'Show new values<br>Calendar.DataProvider.ChangeEvent(lo_Event)<br><br><br>That's the method I'm using with my extreme calendar which uses a custom dataprovider. Please note that since you are using a custom dataprovider, any changes you make in your own database should be reflected back manually to the calendar (there's no Refresh() method where the calendar gets the new values for you).<br><br>I hope this helps.<br>]]>
   </description>
   <pubDate>Mon, 24 Jan 2011 20:59:50 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17788&amp;PID=62291&amp;title=refresh-event-subject-property#62291</guid>
  </item> 
  <item>
   <title><![CDATA[Refresh Event Subject Property : Hi.I&amp;#039;m using a &amp;#034;custom&amp;#034;...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17788&amp;PID=62209&amp;title=refresh-event-subject-property#62209</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6580">reinaldo</a><br /><strong>Subject:</strong> 17788<br /><strong>Posted:</strong> 16 January 2011 at 10:41pm<br /><br />Hi.<div><br></div><div>I'm using a "custom" dataprovider with extreme calendar control. &nbsp;After creating a new event event or editing an existing event I trap the operation (using EventChangedEx or EventAddedEx triggered event). &nbsp;After saving to disk, I call a custom form where the user may input other event details. &nbsp;</div><div><br></div><div>One of the fields on the form is the event Subject line itself. &nbsp;After it is modified by the user on the custom form, I can't seem to make the subject line change on the actual calendar control -on screen (other than restarting the app).</div><div><br></div><div>Sort of like this:</div><div>Event.subject = "New Subject Line"</div><div><br></div><div>I'm thinking there must be a .refresh() method or something to force changes to the subject line to display on the calendar.</div><div><br></div><div>Can some one help?</div><div><br></div><div><br></div><div><br></div><div>Reinaldo.</div>]]>
   </description>
   <pubDate>Sun, 16 Jan 2011 22:41:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17788&amp;PID=62209&amp;title=refresh-event-subject-property#62209</guid>
  </item> 
 </channel>
</rss>