Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Two same forms but one takes 30 seconds to pop-up
Message
De
01/08/2012 12:21:25
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Two same forms but one takes 30 seconds to pop-up
Divers
Thread ID:
01549672
Message ID:
01549672
Vues:
99
I started with two similar forms, with the same views and the same everything, the only difference is just the layout.
I kept changing the forms, but the point is they are similar forms with difference layout.

now with huge tables, it takes 30 seconds for form A to pop-up, but only 1 second for form B.

I tried to calculate the time from start (init) to the first action (the form will auto add new record / addnew)

I added in the form.init
thisform.time_start = datetime()
in the form.addnew
wait windows datetime()-thisform.time_start
the result on both forms are = 0

how can I trace what happens.

Thanks for the help

Regards,

Jerry
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform