Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
N/W speed or DB
Message
De
04/07/2000 06:33:59
Walter Meester
HoogkarspelPays-Bas
 
 
À
04/07/2000 04:10:32
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00387769
Message ID:
00388005
Vues:
23
Kevin,

Another thought:

You could load your form objects dynamicly. Especcially when using comboboxes bound to a lookuptable. VFP reads all records of the lookuptable into the combobox. On slow networks this might take a while (especially when the lookuptable is quite large)

When using pageframes on your form you might want to put everything on the pages into containers and load them when the page is first accessed.

You might check the time needed to load the dataenvironment by :

PUBLIC nSec
nSec=SECONDS()

in the beforeopentables event of the DE. and a

WAIT WINDOW STR(SECONDS()-nSec, 6,2) in the load event of your form.

HTH

Walter,




>My views are all set to NODATA, apart from a view lookup views, and are only REQUERIED when necessary parts of the form are activated.
>
>I don't think there is much I can do about the speed really.
>
>Kev
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform