Auto-scroll an editbox

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vavc1980
    New Member
    • Feb 2008
    • 25

    Auto-scroll an editbox

    Hello,

    I have a form in Access that imports some information from Excel and text files. I'm displaying the progress in an editbox, one detail in each line, however, if the content of the editbox (lines) exceeds the height of the control, I'm not able to see the progress unless I use the scroll bar (manually), Is there any way to do that automatically (scroll).
    I know this is just a fancy thing and is not really something that prevents me to accomplish the important thing on this form (import data), but I'm really curious and it bugs me not being able to find an answer for this.
    Any ideas? even if is doable with other control (label, list).
    By the way I'm using Access 2000.
  • FishVal
    Recognized Expert Specialist
    • Jun 2007
    • 2656

    #2
    You may use TextBox.SelStar t property setting it to textbox content length after adding a portion of text.

    Regards,
    Fish

    Comment

    • vavc1980
      New Member
      • Feb 2008
      • 25

      #3
      That worked perfect!
      thank you for the quick response!

      Comment

      • FishVal
        Recognized Expert Specialist
        • Jun 2007
        • 2656

        #4
        You are quite welcome.

        Best regards,
        Fish

        Comment

        Working...