<?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 : XTPC&#111;ntrolEdit locking</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : XTPC&#111;ntrolEdit locking]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 06:11:30 +0000</pubDate>
  <lastBuildDate>Sat, 26 Mar 2005 03:12:09 +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=1993</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[XTPC&#111;ntrolEdit locking : Thank you very much! ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1993&amp;PID=5959&amp;title=xtpcontroledit-locking#5959</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1055">atr3ides</a><br /><strong>Subject:</strong> 1993<br /><strong>Posted:</strong> 26 March 2005 at 3:12am<br /><br />Thank you very much!]]>
   </description>
   <pubDate>Sat, 26 Mar 2005 03:12:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1993&amp;PID=5959&amp;title=xtpcontroledit-locking#5959</guid>
  </item> 
  <item>
   <title><![CDATA[XTPC&#111;ntrolEdit locking : As I wrote we added ReadOnly propertyin...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1993&amp;PID=5946&amp;title=xtpcontroledit-locking#5946</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 1993<br /><strong>Posted:</strong> 25 March 2005 at 2:02am<br /><br />As I wrote we added ReadOnly property&nbsp;in 9.60. Yopu need to update your version.]]>
   </description>
   <pubDate>Fri, 25 Mar 2005 02:02:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1993&amp;PID=5946&amp;title=xtpcontroledit-locking#5946</guid>
  </item> 
  <item>
   <title><![CDATA[XTPC&#111;ntrolEdit locking : I would really appreciate any...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1993&amp;PID=5913&amp;title=xtpcontroledit-locking#5913</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1055">atr3ides</a><br /><strong>Subject:</strong> 1993<br /><strong>Posted:</strong> 23 March 2005 at 2:50pm<br /><br /><P>I would really appreciate any suggestion on this problem as the time is an important factor. Here is the code that defines it.</P><P>Dim  cdjCtrls&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  As CommandBarControls<BR>Dim  cdjBars&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp ;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  As CommandBars</P><P>CommandBarsGlobalSettings.App = App</P><P>Set cdjBars = frmMain.CommandBars<BR>Set toolbar = cdjBars.Add("Toolbar", xtpBarTop)<BR>Set cdjCtrls = toolbar.Controls<BR>Dim ctlEdit As CommandBarEdit<BR>Set ctlEdit = cdjCtrls.Add(xtpControlEdit, ID_EDIT_LOCKED, "Locked value:")<BR>With ctlEdit<BR>&nbsp;&nbsp;&nbsp; .Width = 250<BR>&nbsp;&nbsp;&nbsp;&nbsp;.ToolTipText = "Locked value"<BR>&nbsp;&nbsp;&nbsp;&nbsp;.BeginGroup = True<BR>End With</P><P>cdjBars.AddImageList frmMain.imlToolbarIcons</P><P>cdjBars.Options.UseDisabledIcons = True</P><P>cdjBars.EnableCustomization (True)</P><P>To be more explicit, it should behave exactly like a TextBox control with the <EM>Locked </EM>property set, since the item value only holds information of current parameter.</P>]]>
   </description>
   <pubDate>Wed, 23 Mar 2005 14:50:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1993&amp;PID=5913&amp;title=xtpcontroledit-locking#5913</guid>
  </item> 
  <item>
   <title><![CDATA[XTPC&#111;ntrolEdit locking : I need to lock a xtpControlEdit...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1993&amp;PID=5825&amp;title=xtpcontroledit-locking#5825</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1055">atr3ides</a><br /><strong>Subject:</strong> 1993<br /><strong>Posted:</strong> 20 March 2005 at 7:21am<br /><br /><P>I need to lock a xtpControlEdit item so it doesn't give the user the opportunity to change its value (it's programatically set), but I don't want it to be disabled. I am using v. 8.70 under Visual Basic 6.0 environment.</P>]]>
   </description>
   <pubDate>Sun, 20 Mar 2005 07:21:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1993&amp;PID=5825&amp;title=xtpcontroledit-locking#5825</guid>
  </item> 
 </channel>
</rss>