Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Performance of FORM loading
Message
From
18/07/1997 17:49:53
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00040481
Message ID:
00040687
Views:
28
>The suggestions given are good, but they are only perpetrating an already bad situation. Sometimes it is better to just rework something rather than try to work around it over and over again. Moving your data to views is fairly simple and once done you can tweak your performance according to your network speed by using view parameters and limiting the number of records loaded at a time.
>
>>One way is to open ALL your tables in the default session of your app. Then in your private datasessions for each form VFP uses a USE AGAIN format which is quicker. This puts the heaviest time burden when the EXE starts rather than when each form starts.
>>

Barabara, Micheal,

thanks a lot for the income.
The safer way for me right now is to open my tables at start-up.
I tried it and it is much quicker than it was before at forms load.
I'll take a look soon to views to see what I can do.

Thanks again.
Regards,
Claude
Previous
Reply
Map
View

Click here to load this message in the networking platform