﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » WinForms (How do I?)  » SelectOnEntry</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Thu, 25 Jun 2026 09:49:46 GMT</lastBuildDate><ttl>20</ttl><item><title>SelectOnEntry</title><link>http://forum.strataframe.net/FindPost10825.aspx</link><description>In VFP, I could turn "SelectOnEntry" on and when the user enters the textbox - all previously entered information was selected and pressing a key would erase what was there and replace it with the new data.&amp;nbsp; Is there such a feature in VB/StrataFrame?</description><pubDate>Tue, 05 Apr 2011 08:13:56 GMT</pubDate><dc:creator>Howard Bennett</dc:creator></item><item><title>RE: SelectOnEntry</title><link>http://forum.strataframe.net/FindPost29836.aspx</link><description>Just wondering if anything has been done on this from within the framework.&lt;br/&gt;&lt;br/&gt;I have a form with a whole pile of controls (textBoxes) and cannot figure out how it is selecting the text. For some of the TextBoxes it seems to select ALL the text , others it places the cursor at the end, without selecting the text. For instance on some controls, say they start off blank and I enter in some text, if I Shift + tab back to the control , it will Select the whole control and others it deos not, but I cannot see anything different about the controls.... perhhaps it depends on the data in the controls ? or what they are bound to </description><pubDate>Tue, 05 Apr 2011 08:13:56 GMT</pubDate><dc:creator>Ger Cannoll</dc:creator></item><item><title>RE: SelectOnEntry</title><link>http://forum.strataframe.net/FindPost10848.aspx</link><description>That'd be great!</description><pubDate>Tue, 14 Aug 2007 08:15:19 GMT</pubDate><dc:creator>Howard Bennett</dc:creator></item><item><title>RE: SelectOnEntry</title><link>http://forum.strataframe.net/FindPost10842.aspx</link><description>Yeah, I noticed that the other day myself when I needed this functionailty.&amp;nbsp; This might be something for the future ;)</description><pubDate>Tue, 14 Aug 2007 06:46:52 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: SelectOnEntry</title><link>http://forum.strataframe.net/FindPost10836.aspx</link><description>Okay - thanks.&amp;nbsp; I'll do that - just thought there was some easier/better way than that.</description><pubDate>Mon, 13 Aug 2007 15:45:56 GMT</pubDate><dc:creator>Howard Bennett</dc:creator></item><item><title>RE: SelectOnEntry</title><link>http://forum.strataframe.net/FindPost10834.aspx</link><description>[quote]Is there such a feature in VB/StrataFrame? [/quote]&lt;/P&gt;&lt;P&gt;Really, off the top of my head, I think that you will have to handle the Enter event and then you can call the SelectAll() method on the TextBox:&lt;/P&gt;&lt;P&gt;[codesnippet]me.Textbox1.SelectAll()[/codesnippet]</description><pubDate>Mon, 13 Aug 2007 15:37:57 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>