Avatar

Level 10

It seems to be working as advertised. The box is hidden when you enter the field (Thats the code on th eenter event). Then when you start typing th echange event fires and the box is made visible. You shoudl add code that will hide the box on exit. Note that the row will resize itself to fit the new box when it is visible and will shrink again when the box is hidden.

What is it you are trying to accomplish ...there might be different ways to accomplish it.

Paul