At 10:35 PM -0500 11/16/01, Bowerbird@... wrote: >michael said: >> What's the best way to make the >> EDIT FIELD scroll to the insertion point? > >edit field 1 >setselect insertionpoint,insertionpoint >tekey$=" " >tekey$=chr$(8) : rem <-- the delete key But is it Carbon-ready? I was using TEKEY$ = "" already but I was concerned that it was going to cause me problems. Using "" instead of " " you don't need the delete. In my experience it seems to work. -- Michael Kluskens <mkluskens@...> Got a question? The answer is "I don't do windows."