Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to scroll to the end of EditBox?
Message
 
À
02/08/2006 09:15:34
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01142369
Message ID:
01142373
Vues:
7
This message has been marked as a message which has helped to the initial question of the thread.
>At runtime, when I put string into EditBox, I see always the top not the last line in the bottom. How can I scroll programmatically to see that? Thank you!

In Init Event of the form (or everywhere else you want to do this):
thisform.EditBoxName.SelStart  = ALLTRIM(thisform.EditBoxName.Value)
thisform.EditBoxName.SelLength = 0
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform