Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Click event doesn't fire
Message
From
28/09/1999 12:35:26
 
 
To
28/09/1999 12:31:28
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00269992
Message ID:
00270012
Views:
31
Glad to hear that. I forgot to mention that you should not execute the DOEVENTS on each iteration, because it will slow down your application. Maybe something like this:
lnI = 0
DO WHILE SomeCondition
   ...
   lnI = lnI + 1
   IF Mod(lnI, 100) = 0
      DOEVENTS
   ENDIF
ENDDO



>Worked great! Thanks.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform