TextBox (Memo) Always Reverts to Top when Focus Lost

B

Benjamin Siracusa

Hi,

Is anyone aware of a way to prevent a multi-line text box (Memo data type)
from always reverting to the start of the box every time the box loses the
focus?

For example, if I have a box that can display four lines of data, but there
are 20 lines of data in the field, and I am editing line 18, I want to be
able to move the focus to a different control on the form and then move back
to the text box and pick back up at line 7, rather than having to scroll
down to it.

Thanks for any assistance.
Benjamin
 
Top