Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Observation of DoEvents
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00170832
Message ID:
00171057
Views:
21
>Hi!!!
>
>I have a process like this:
>
>_VFP.Autoyield = .F.
>...
>llCondition = .T.
>Do While llCondition
> ...
> If ...
> llCondition = .F.
> EndIf
> DoEvents
>EndDo
>
>When the process is runing it is relatively slow but if I move the mouse the process run faster
>
>Any suggestion to increase the DoEvents speed programmaticaly ??
>
>Thanks in advance!

There was a thread here a few weeks back about this very thing. David Frankenbach and Rick Strahl both had some very interesting observations. If I remember correctly, you can speed things up with programmatic mouse events (see MOUSE in help). Search for the thread to learn more.
Erik Moore
Clientelligence
Previous
Reply
Map
View

Click here to load this message in the networking platform