Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Edit Box, Controlling visible text ...
Message
De
07/01/1999 12:00:28
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00172728
Message ID:
00173596
Vues:
30
>Hi Jason,
>
>To test this code, create a form, add an edit box and a command button. Put this code in the click() of the button:
>
>For x = 1 TO 100
> This.Parent.Edit1.Value = This.Parent.Edit1.Value + chr(10) + Chr(13) + str(x)
> This.Parent.Edit1.selstart = Len(This.Parent.Edit1.Value)
>Next x

John,

As usual, that turned the trick. Added one line of code to the update method of the class the edit box is based on and voila.

Thanks again.

Regards,

Jason
Jason Tryon
Senior Systems Analyst / Technical Lead
eBusiness / iPage
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform