Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Questioning convential wisdom
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00010908
Message ID:
00010916
Views:
29
>The question to challenge convention is should you divide your complex scxforms into smaller scxforms that call each other/pass info to each other etc so you can improve loading time as you only load the formset with the objforms you need. Then if you need another scxform it will load resulting in more waiting while the task is ongoing but much less upfront.

yes, having the forms seperated and not all loaded when the app start is better IMHO

I go even further from what u do:
what I do is have a sigle formset object whithin all the forms and toolbar will live
I have my forms saved as objects (probably vcxforms in your terminolegy) and they are instanciated as needed (and added to the formset) same goes for the toolbars
the formset class I built can be set to either load with the last forms that were opend or just with the main toolbar (depending on users settings)

another thing u can do is instead of closing a form just hide it
and have ur program just show it when the form is needed again (this ofcourse depends on your memory setup and type of your app.)

Arnon
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform