<?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 : Select All Text when beginning Edit</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Select All Text when beginning Edit]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 16 May 2026 02:51:11 +0000</pubDate>
  <lastBuildDate>Tue, 27 Jun 2006 11:51:26 +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=2683</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[Select All Text when beginning Edit : Found your message todayThe answer...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2683&amp;PID=13870&amp;title=select-all-text-when-beginning-edit#13870</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 2683<br /><strong>Posted:</strong> 27 June 2006 at 11:51am<br /><br />Found your message today&nbsp;<img alt="Embarrassed" src="http://forum.codejock.com/smileys/smiley9.gif" align="absmiddle" border="0"><br><br>The answer would be to set .SelectTextOnEdit of the corresponding item edit options to True (whether onpopulating the control, or just before starting editing). Example below:<br><table width="99%"><tr><td><pre class="BBcode"><br>With wndReportControl<br>&nbsp;&nbsp;&nbsp; .FocusedRow.Record(COLUMN_SUBJECT).CreateEditOptions<br>&nbsp;&nbsp;&nbsp; .FocusedRow.Record(COLUMN_SUBJECT).EditOptions.SelectTextOnEdit = True<br>&nbsp;&nbsp;&nbsp; .EditItem .FocusedRow, .Columns.Find(COLUMN_SUBJECT)<br>End With<br></pre></td></tr></table><br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Tue, 27 Jun 2006 11:51:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2683&amp;PID=13870&amp;title=select-all-text-when-beginning-edit#13870</guid>
  </item> 
  <item>
   <title><![CDATA[Select All Text when beginning Edit : When the user starts to edit a...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2683&amp;PID=8001&amp;title=select-all-text-when-beginning-edit#8001</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=260">Boyd</a><br /><strong>Subject:</strong> 2683<br /><strong>Posted:</strong> 04 August 2005 at 11:55am<br /><br /><P>When the user starts to edit a value in ReportControl, I want to automatically select all the text because the user will typically be replacing the entire value.&nbsp; Currently, it places the cursor at the first offset and has no selection.&nbsp; This means the user has to then delete all the text before entering the new value.</P><P>Is there any way to specify that all text should be selected when beginning an edit operation?</P><P>Thanks in advance.</P>]]>
   </description>
   <pubDate>Thu, 04 Aug 2005 11:55:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2683&amp;PID=8001&amp;title=select-all-text-when-beginning-edit#8001</guid>
  </item> 
 </channel>
</rss>