Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Edit Boxes
Message
From
13/02/2023 13:50:04
 
 
To
13/02/2023 09:34:44
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
01686192
Message ID:
01686194
Views:
59
>In working with listboxes one can get to the bottom by setting the ListIndex to the ListCount.
>Is there anything akin to that in working with editboxes?
>
>For example...In the case of an editbox that has more text lines in it than the size of the box itself...
>
>When adding an entry to such an editbox, I want the display of the editbox to show the entry of added items at the bottom of the editbox. Currently it is hidden and I have to scroll down to actually see the bottom of the data.
>

Assuming This is the editbox itself:
This.SelStart = This.SelLength + 1
Tamar
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform