Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Edit Box, Controlling visible text ...
Message
 
 
To
05/01/1999 09:27:03
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00172728
Message ID:
00172739
Views:
24
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform