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:
01611606
Vues:
34
Thanks for the info !!


>Use editbox and put following code int the Refresh and call Refresh after changing data
>
>DODEFAULT()
>THIS.SelStart = LEN(THIS.Value)
>NODEFAULT
>THIS.SetFocus()
>
>
>>
>>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
Tommy Tillman A+ NetWork+ MCP
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform