<?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 : How do I detect changed have been made</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Syntax Edit : How do I detect changed have been made]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 12 May 2026 20:54:21 +0000</pubDate>
  <lastBuildDate>Wed, 17 Jun 2009 19:34:32 +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=14517</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[How do I detect changed have been made : That looks like it will do the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14517&amp;PID=50067&amp;title=how-do-i-detect-changed-have-been-made#50067</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4477">jads</a><br /><strong>Subject:</strong> 14517<br /><strong>Posted:</strong> 17 June 2009 at 7:34pm<br /><br />That looks like it will do the job, thanks]]>
   </description>
   <pubDate>Wed, 17 Jun 2009 19:34:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14517&amp;PID=50067&amp;title=how-do-i-detect-changed-have-been-made#50067</guid>
  </item> 
  <item>
   <title><![CDATA[How do I detect changed have been made : Hey jads,with 13.1 comes the TextChanged...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14517&amp;PID=50044&amp;title=how-do-i-detect-changed-have-been-made#50044</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2090">joeliner</a><br /><strong>Subject:</strong> 14517<br /><strong>Posted:</strong> 17 June 2009 at 7:46am<br /><br />Hey jads,<br><br>with 13.1 comes the TextChanged event that might work better for you!<br><br>regards,<br><br>]]>
   </description>
   <pubDate>Wed, 17 Jun 2009 07:46:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14517&amp;PID=50044&amp;title=how-do-i-detect-changed-have-been-made#50044</guid>
  </item> 
  <item>
   <title><![CDATA[How do I detect changed have been made : Thanks for that, It will help....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14517&amp;PID=50032&amp;title=how-do-i-detect-changed-have-been-made#50032</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4477">jads</a><br /><strong>Subject:</strong> 14517<br /><strong>Posted:</strong> 16 June 2009 at 11:52pm<br /><br />Thanks for that, It will help.]]>
   </description>
   <pubDate>Tue, 16 Jun 2009 23:52:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14517&amp;PID=50032&amp;title=how-do-i-detect-changed-have-been-made#50032</guid>
  </item> 
  <item>
   <title><![CDATA[How do I detect changed have been made :  Hi jads,maybe try the event...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14517&amp;PID=49949&amp;title=how-do-i-detect-changed-have-been-made#49949</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2090">joeliner</a><br /><strong>Subject:</strong> 14517<br /><strong>Posted:</strong> 15 June 2009 at 8:04am<br /><br />Hi jads,<br><br>maybe try the event CurPosChanged of the SyntaxEdit and the undobuffer.<br><br><b>Logic:</b><br>if the syntaxEdit.canUndo = True then changes have been made to the document<br><br><b>Limitation</b>:<br>Not all changes are stored on the undo buffer esp if you use:<br><br>a) Insertrow to add text into specific row<br>b) Change the text in runtime by code: e.g syntaxedit.Text = "Text"<br><br>regards,<br><br>]]>
   </description>
   <pubDate>Mon, 15 Jun 2009 08:04:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14517&amp;PID=49949&amp;title=how-do-i-detect-changed-have-been-made#49949</guid>
  </item> 
  <item>
   <title><![CDATA[How do I detect changed have been made : Is there changes madeproperty...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14517&amp;PID=49892&amp;title=how-do-i-detect-changed-have-been-made#49892</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4477">jads</a><br /><strong>Subject:</strong> 14517<br /><strong>Posted:</strong> 12 June 2009 at 5:13am<br /><br />Is there changes made&nbsp;property or change event or similar so that I can determine if the text in the control has been altered since loading. Useful&nbsp;when exiting the program so that the user can be asked if changes made are to be saved. The key press event isnt enough as not all keys change the text and other events can also change the text.]]>
   </description>
   <pubDate>Fri, 12 Jun 2009 05:13:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14517&amp;PID=49892&amp;title=how-do-i-detect-changed-have-been-made#49892</guid>
  </item> 
 </channel>
</rss>