Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Editbox scrollable AND read-only
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Editbox scrollable AND read-only
Divers
Thread ID:
00890638
Message ID:
00890638
Vues:
44
I'd like to use an editbox to display progress information in an application. It should probably be read-only, but I want the information to scroll as needed and I want users to be able to scroll up and down as expected...

So I think I need to keep the box editable, but make it impossible for people to click within the text area (or at least to add information). I found the thread which shos how to make the box scroll with this REFRESH method:

DODEFAULT()
THIS.SelStart = LEN(THIS.Value)
NODEFAULT
THIS.SetFocus()

So I need to add a way to keep the mouse out of the text area (but allow it to manipulate the scroll-bars...

Ideas?

TIA
Michael
Kogo Michael Hogan

"Pinky, are you pondering what I'm pondering?"
I think so Brain, but "Snowball for Windows"?

Ideate Web Site
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform