> > There is a mistake left in the example file 'Edit Field Scrolling.Bas'. Here > is the fix, given by Staz: > << > The example used... > > WINDOW #1, "Scroll Edits test", (0,0)-(600,300),_docNoGrow > > and it should have been this... > > WINDOW #1, "Scroll Edits test", (0,0)-(600,300),_doc > > >> > > Cheers > > Alain Thanks Alain, it works beautifully. Stewart