Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Edit Box, Controlling visible text ...
Message
De
05/01/1999 09:50:25
 
 
À
05/01/1999 09:27:03
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00172728
Message ID:
00172742
Vues:
23
>Okay folks, anybody got any ideas on this one ...
>
>The customer wants a scrolling log of status messages during a lengthy process run. The idea that occured to me was to use an edit box and stuff the message text along with a carriage return and line feed into the value ... Works fine as far as it goes, but the text scrolls off of the visible "window" and doesn't move. During the process the user doesn't have control and can't move the scroll bar themselves. What needs to happen is the last row of text in the edit needs to be visible at all times.
>
>I've tried stuffing key strokes in the update method. It stores up the key strokes and implements them when the process run is complete.
>
>Any thoughts ???
>
>Regards,
>
>Jason

To keep the editbox scrolled to the nd of its contents...

THISFORM.Edit1.SelStart = LEN(THISFORM.Edit1.Value)
THISFORM.Edit1.Refresh()
Erik Moore
Clientelligence
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform