<?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 : Any way to not completely stop edits?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : Any way to not completely stop edits?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 30 May 2026 03:37:46 +0000</pubDate>
  <lastBuildDate>Mon, 22 Oct 2007 22:29:22 +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=8480</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[Any way to not completely stop edits? :  That did it, thanks.Here is...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8480&amp;PID=27548&amp;title=any-way-to-not-completely-stop-edits#27548</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3392">Mark19960</a><br /><strong>Subject:</strong> 8480<br /><strong>Posted:</strong> 22 October 2007 at 10:29pm<br /><br />That did it, thanks.<br><br>Here is the code written in Dataflex for those that need it:<br><br>&#091;quote&#093;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Procedure OnComIsEditOperationDisabled Variant llOpParams Boolean ByRef llbDisableOperation<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Handle hParams<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; OLECalendarEditOperation eParam<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Get Create U_cComCalendarEditOperationParameters to hParams<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set pvComObject of hParams to llOpParams<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Get ComOperation of hParams to eParam<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If ((eParam eq 1) or (eParam eq 2))&nbsp; Move False to llbDisableOperation<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Else Move True to llbDisableOperation<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Send Destroy of hParams<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End_Procedure<br>&#091;/quote<br>]]>
   </description>
   <pubDate>Mon, 22 Oct 2007 22:29:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8480&amp;PID=27548&amp;title=any-way-to-not-completely-stop-edits#27548</guid>
  </item> 
  <item>
   <title><![CDATA[Any way to not completely stop edits? : Check OpParams.Operation before...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8480&amp;PID=27544&amp;title=any-way-to-not-completely-stop-edits#27544</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 8480<br /><strong>Posted:</strong> 22 October 2007 at 6:10pm<br /><br />Check OpParams.Operation before disabling editing operation. <br>Execute: <b>Move True to llbDisableOperation</b> only if OpParams.Operation is not xtpCalendarEO_DragCopy or xtpCalendarEO_DragMove.<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Mon, 22 Oct 2007 18:10:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8480&amp;PID=27544&amp;title=any-way-to-not-completely-stop-edits#27544</guid>
  </item> 
  <item>
   <title><![CDATA[Any way to not completely stop edits? : I want to be able to drag the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8480&amp;PID=27492&amp;title=any-way-to-not-completely-stop-edits#27492</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3392">Mark19960</a><br /><strong>Subject:</strong> 8480<br /><strong>Posted:</strong> 20 October 2007 at 12:50pm<br /><br />I want to be able to drag the event around but disallow the text editing of the event.<br><br>I am using the custom dataprovider so I suppose I can trap any changes and reset the text if it is changed.. but is there a property that does this?<br><br><br>Procedure OnComIsEditOperationDisabled Variant llOpParams Boolean ByRef llbDisableOperation<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Move True to llbDisableOperation<br>End_Procedure<br><br>The above also stops any dragging of the event.<br>The texts are handled in the database and handled elsewhere and do not want them to be modified.<br><br>is the way I describe above (trapping the change and resetting) the only way to do this?<br>]]>
   </description>
   <pubDate>Sat, 20 Oct 2007 12:50:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8480&amp;PID=27492&amp;title=any-way-to-not-completely-stop-edits#27492</guid>
  </item> 
 </channel>
</rss>