Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SelectOnEntry & Textbox control
Message
From
12/06/2003 09:09:19
 
 
To
12/06/2003 07:34:13
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00799247
Message ID:
00799319
Views:
25
Hi Marcia,
IF m.this.SelectOnEntry
   TextBox::GotFocus
    this.SelStart = 0
    this.SelLength = LEN(m.this.Text)
    NODEFAULT
ENDIF
This is faster.
Test
TextBox::GotFocus vs TextBox::GotFocus()

Fabio
Previous
Reply
Map
View

Click here to load this message in the networking platform