Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Form Load takes more time
Message
 
À
02/04/1999 09:18:48
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00204622
Message ID:
00204642
Vues:
20
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform