Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Automaticly move cursor to end of editbox.
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00415291
Message ID:
00415302
Vues:
16
>When you setfocus() on an editbox (or a textobox) is there a way to automaticly move the cursor to the end of it? I was thinking about sending an 'END' keystoke, but that seems a bit tacky.
>
>Thanks!
Hi Victor.
Try to using the SelStart property.

For example put this code in the when event from the editbox.

ThisForm.EditBox1.SelStart = 10

Cemal
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform