Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Edit Box Problem
Message
 
 
To
14/05/2002 23:12:04
Jacky Yeung
Esprit Distribution
Hong Kong, Hong Kong
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00656677
Message ID:
00656683
Views:
8
>Dear all,
>
>How can i always show the last two lines in an edit box ?
>As i want it to be some real time notice board and the latest message will
>always be shown.
>
>Thanks
>
>Jacky

You may try (just an idea):
lnPos = rat(chr(13),myMemo)
this.SelStart=m.lnPos+1
this.SelLength = 0
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform