JWColby
jwcolby at colbyconsulting.com
Tue Jan 30 07:47:13 CST 2007
Works perfectly. Thanks! John W. Colby Colby Consulting www.ColbyConsulting.com -----Original Message----- From: accessd-bounces at databaseadvisors.com [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Gustav Brock Sent: Tuesday, January 30, 2007 8:34 AM To: accessd at databaseadvisors.com Subject: Re: [AccessD] Application.echo and screen flicker Hi John Would Me.Painting = False ... Me.Painting = True work? /gustav >>> jwcolby at colbyconsulting.com 30-01-2007 13:14:55 >>> 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 -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com