Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
N/W speed or DB
Message
From
04/07/2000 06:33:59
Walter Meester
HoogkarspelNetherlands
 
 
To
04/07/2000 04:10:32
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00387769
Message ID:
00388005
Views:
21
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform