Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Tunning the application.
Message
From
03/01/2006 14:46:01
 
 
To
03/01/2006 14:25:36
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01082757
Message ID:
01082790
Views:
8
>Thank a lot for your reply; I wonder if you make your explication more extends; because my english is not so good thant yours.
>
>What do you mean with DOEVENTS and AutoFiel Properties?

Don't worry, your English is much better than my Spanish ;) You can check VFP Help for what these do.

For AutoYield, I think you will probably need it set .T., you need to check that it actually is .T. while your code is running.

DOEVENTS can be helpful if you're running code in a loop e.g.
* BEFORE:
SCAN ALL
  ProcessOneRow()

ENDSCAN

* AFTER:
SCAN ALL
  ProcessOneRow()

  DOEVENTS
  * Above effectively yields the processor for other tasks

ENDSCAN
Regards. Al

"Violence is the last refuge of the incompetent." -- Isaac Asimov
"Never let your sense of morals prevent you from doing what is right." -- Isaac Asimov

Neither a despot, nor a doormat, be

Every app wants to be a database app when it grows up
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform