I have a short search routine I use with an edit box to search my memo file. I have it set up to search each record for every occurence of the desired string. It goes from record to record by using CONTINUE then searches the record using the $ operator. All works fine until I reach the bottom of the edit box. When there is a match below the width of the edit box the text does not scroll to show it. I have to use the scroll bars to see the text. My simple routine consists of a LOCATE FOR to find the record then the $ operator to match each occurence of the search string. I then use an AT to find the starting point for SelStart to highlight the selected text. How do I get the text to scroll when the selected text is out of sight below the edit box width? I am using VFP 3.0. <br><br>Any and all help is appreciated.<br>Rick