Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select and ensure visible EditBox Data
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00828222
Message ID:
00828230
Vues:
27
Kirk,

Put into editbox's Refresh() method
DODEFAULT()
THIS.SelStart = LEN(THIS.Value)
NODEFAULT
THIS.SetFocus()
>I have an edit control on a form that displays a set of messages that come across, each message ends with with a CRLF. But to view the last item, (last item sent), they have to scroll the box down. Is there a way I can determine/select the last line of text and scroll the box in code?
>
>Thanks
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform