Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Text Box Control
Message
De
23/06/2005 10:51:00
 
 
À
23/06/2005 10:46:26
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires
Divers
Thread ID:
01025856
Message ID:
01025858
Vues:
13
>I am using a text box control to diplay information on a running process sort of like a running log on a form. What I need to do is have the text box scroll as lines are added to it rather that have to scroll to the bottom once the process is done. Any Ideas would be great..in VB would be even better :)
>
>Thanks
>
>Paul

Paul

Just off the top of my head:

How about a table with a memo field in it in which to store your log entries. Have a form with just the memo field on it. the memo field is displayed in an editbox. Your process invokes this form, giving it a name, e.g. Do form LogForm name loLog.

Thence, whenever you have a "reportable event" in your process, you append a message to the memo field and refresh the log form.

hth

Terry
- Whoever said that women are the weaker sex never tried to wrest the bedclothes off one in the middle of the night
- Worry is the interest you pay, in advance, for a loan that you may never need to take out.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform