Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form Load takes more time
Message
 
To
02/04/1999 09:18:48
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00204622
Message ID:
00204642
Views:
21
>Hi All,
>
> To load form takes more time. Is there any other solution to reduce this time.

That's impossible to answer without more info. But here's what you can do to see how things are loading:

In the form Load, put at the very start:

SET COVERAGE TO filename && like c:\coverage.log, for example

Then later, perhaps at the end of the form Activate, put

SET COVERAGE TO

Then exit, and open up the coverage file from above. There will be a list of times and code lines. Analyze these to see what's taking the most time, then you'll know what you need to try to improve on...
The Anonymous Bureaucrat,
and frankly, quite content not to be
a member of either major US political party.
Previous
Reply
Map
View

Click here to load this message in the networking platform