In a message dated 11/24/98 3:12:26 AM, you wrote: <<But what really confuses me, is, no matter what I do: 1. the edit field doesn't scroll when the text goes beyond the edit field depth 2. the scroll button isn't "active" whatsoever>> The FB engine probably isn't recognizing the fact that you've just used the toolbox to append text to the field. After you append a piece of a text make sure you SETSELECT 32767,32767 and then TEKEY$=" " or something like that so FBII will get it's act together. If you want, immediately after adding that space with TEKEY$, you can delete it with TEKEY$=CHR$(8). (I think that's how it's done, but I'm not sure because I haven't programmed in months- I'm a writer now. =D Thought about doing a text adventure, but oh well.... sooner or later I'll start programming again.) I hope that helps, -Matt