Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Scrolling a textbox in Real time
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows 7
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01611294
Message ID:
01611295
Vues:
62
I used an edit box for this and it worked more or less:
LPARAMETERS tcText
*
THISFORM.Editbox.SelStart = LEN(tcText)
THISFORM.Editbox.Value = tcText
THISFORM.Draw()
>Hi Gang!
>
>Question.....
>
>I have a form with a textbox ( or it could be a listbox if I need to use that instead ) for output.
>
>I am placing text in this textbox, one bit of text after the other, line after line, for real time output as I modify some data.... something for the user to see.
>
>Problem is, the text fills the textbox, but does not scroll upward as it fills up after it is full.... I would like it to scroll upward and allow the user to see the new information in real time.
>
>How to get it scroll in real time ???
>
>I tried to REFRESH the textbox, but that did not work.
>
>Thanks for any help !!!
>
>Tommy
Christian Isberner
Software Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform