Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Edit Box, Controlling visible text ...
Message
From
07/01/1999 12:00:28
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00172728
Message ID:
00173596
Views:
29
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform