[AccessD] Application.echo and screen flicker

JWColby jwcolby at colbyconsulting.com
Tue Jan 30 06:14:55 CST 2007


I am trying to append text to a text box, move the insertion pointer to the
end so that the last stuff in the text box is always visible, and do so
without the text in the text box jumping around.  If I just append the text
and use SelStart to move to the end, the text box "jumps" to the beginning
as the append happens, then to the end when the selStart happens.  So I use
Application.Echo off at the beginning, then Application.Echo on at the end.
This does prevent the text box "jumping" but now the Access window itself
redraws.
 
Any way to get the best of both worlds?
 
John W. Colby
Colby Consulting
www.ColbyConsulting.com
 



More information about the AccessD mailing list