Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Moving Mouse Cursor
Message
De
15/06/2001 14:55:12
David Fluker
NGIT - Centers For Disease Control
Decatur, Georgie, États-Unis
 
 
À
15/06/2001 14:14:53
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00520079
Message ID:
00520112
Vues:
16
>Can anyone tell me if there is a way to control where my mouse cursor is pointed in a text box? I have a textbox that displays a real short line of data for the user. I need the mouse cursor to move to the end of that line so that the user can enter more information if they need to.
>
>Thanks in advance.

As long as it's character data, this code in the GotFocus of the textbox method will do it.
This.SelStart = LEN(RTRIM(This.Value))
David.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform