PC Review


Reply
Thread Tools Rate Thread

echo false isn't working

 
 
markmarko
Guest
Posts: n/a
 
      26th Sep 2008
So, I've a couple procedures where it would be better to not have the screen
update.

I've tried both docmd.echo (false) and application.echo false. In both
cases, there are still screen updates, specifically, the all open windows go
white for a few seconds.

Is there anything that needs to be used in conjunction with echo false?
 
Reply With Quote
 
 
 
 
The Old Guy
Guest
Posts: n/a
 
      27th Sep 2008
try this, works for me.

docmd.echo false

don't use parans.




"markmarko" wrote:

> So, I've a couple procedures where it would be better to not have the screen
> update.
>
> I've tried both docmd.echo (false) and application.echo false. In both
> cases, there are still screen updates, specifically, the all open windows go
> white for a few seconds.
>
> Is there anything that needs to be used in conjunction with echo false?

 
Reply With Quote
 
markmarko
Guest
Posts: n/a
 
      2nd Oct 2008
Well, DoCmd.Echo False didn't help either...

Any other thoughts?
 
Reply With Quote
 
mscertified
Guest
Posts: n/a
 
      2nd Oct 2008
I imagine the command only affects the form where it is coded - not other
open forms. Make the other forms invisible, then visible again.

-Dorian

"markmarko" wrote:

> So, I've a couple procedures where it would be better to not have the screen
> update.
>
> I've tried both docmd.echo (false) and application.echo false. In both
> cases, there are still screen updates, specifically, the all open windows go
> white for a few seconds.
>
> Is there anything that needs to be used in conjunction with echo false?

 
Reply With Quote
 
Tony Toews [MVP]
Guest
Posts: n/a
 
      6th Oct 2008
markmarko <(E-Mail Removed)> wrote:

>So, I've a couple procedures where it would be better to not have the screen
>update.
>
>I've tried both docmd.echo (false) and application.echo false. In both
>cases, there are still screen updates, specifically, the all open windows go
>white for a few seconds.
>
>Is there anything that needs to be used in conjunction with echo false?


That may be a Windows and/or video card problem when the program, not
just Access, is not responding for a few seconds. This seems to be
happening when something sends a command to the open program windows
to refresh. And the busy program doesn't do the refresh. I've been
seeing a fair bit of this lately on my PC.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
 
Reply With Quote
 
markmarko
Guest
Posts: n/a
 
      14th Oct 2008
That seems the most likely explanation... Thank you.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
DoCmd.Echo True/False =?Utf-8?B?SmFjIFRyZW1ibGF5?= Microsoft Access VBA Modules 4 8th Dec 2005 12:47 AM
Limitations of Application.echo false =?Utf-8?B?am9uZWZlcg==?= Microsoft Access Form Coding 0 15th Dec 2004 07:29 PM
DoCmd.Echo False or Application.Echo False =?Utf-8?B?cmJt?= Microsoft Access Form Coding 3 28th Jan 2004 02:48 PM
Application.Echo False Not stopping code window from popping up =?Utf-8?B?Um9kbmV5?= Microsoft Access Form Coding 0 14th Nov 2003 06:41 PM
Application.echo false does not stop code window from Rodney Microsoft Access Form Coding 0 12th Nov 2003 08:43 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:24 PM.