Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Eliminate the additional 0 in numeric field
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00397904
Message ID:
00398018
Views:
15
Hi Doron.

I figured I ought to give you the behavior in the parent class's GotFocus() Here is is:
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