Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
The speed to run the form depends on ?
Message
From
18/01/2001 09:56:00
 
 
To
18/01/2001 05:25:44
Agnes Cheng
DynamicTech Consultants Ltd.
Hong Kong, Hong Kong
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00465045
Message ID:
00465114
Views:
17
Hello

You can try to use 'delayed instantiation', in the following way:

Design every page of the pageframe (you've already done this), select all controls in every page and 'Save as Class'.
In the first activate event of every page, you can add the corresponding class with 'This.AddObject'. Thus, every page will take a little more to load, but only first time.

On the other hand: do you really need to open all those tables? Maybe you should consider to use updatable parameterized views. This will speed up your form.

Maybe this helps
Grigore Dolghin
Class Software.
Previous
Reply
Map
View

Click here to load this message in the networking platform