Re: Urgent Please help

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Joseph M. Ferris (josephmferris_at_cox.net)
Date: 02/05/04


Date: Thu, 05 Feb 2004 10:35:01 -0700

I am not sure what sort of a problem that you are encountering, but it
almost sounds like you have disk i/o on a file before it is written out
to disk.

If this is the case, try placing a DoEvents right before the line that
is causing the error. Otherwise, you can always set up a loop to watch
the condition is met for allowing execution to continue.

It might be helpful, also, if you submit any relevant code as it relates
to the issue that you are having.

--Joseph