Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I display the LAST line in the Editbox?
Message
From
22/09/2000 13:42:23
 
 
To
22/09/2000 13:12:17
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00419856
Message ID:
00419886
Views:
23
>Problem: I am using an Editbox to display system messages to the user. The problem that I am having is that each time I display a new part of the Message, the Editbox still shows the first/Top line of the message... not the last line written! I am sure that someone has beaten this problem, just not me yet! Any clues??
>
>Rick Knierim
>AirTIME Tech

After adding the new line...

editbox.SelStart = LEN(ALLTRIM(editbox.Value))
Insanity: Doing the same thing over and over and expecting different results.
Previous
Reply
Map
View

Click here to load this message in the networking platform