Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Currency textbox
Message
From
20/07/2001 07:25:04
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00532527
Message ID:
00533034
Views:
12
This message has been marked as a message which has helped to the initial question of the thread.
Hi Nadya.

>> Have you tried it with nodefault? <<

This is the code from my base class text box and it works just fine:
WITH This
  IF .SelectOnEntry
    TextBox::GotFocus()
    .SelStart = 0
    .SelLength = 999
    NODEFAULT
  ENDIF
ENDWITH		
Marcia
Previous
Reply
Map
View

Click here to load this message in the networking platform