Re: Application stops for a while

Posted by Jean Claude Servaye on May 06, 2001 at 22:42:05:

In Reply to: Application stops for a while posted by Hugo Veiga on May 06, 2001 at 10:49:02:

I think your program is in a long loop

In this loop, add a line like this:

Application.ProcessMessages;

and try again, normally, this will fix your problem.