Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Slow Form
Message
From
30/05/2001 16:58:03
 
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Title:
Miscellaneous
Thread ID:
00512629
Message ID:
00512903
Views:
19
>Hi all,
>
>I have a form that is very slow to display - 7 to 9 seconds average. In addition, when the form displays the controls display empty after about 5 to 7 seconds then a noticable delay of 2 seconds and the data. Except for loading the controls at instantiation I've done everything I can think of so I am looking for any other advice before I go that route.
>
>Some particulars on the form: cBizObjMaintBaseForm with 2 pages. Page 1 contains 6 ComboBoxes (5 field, 1 array), 2 edit boxes, 1 cListObjEdit, 1 textbox (ctextboxl), 1 label, and 1 textbox as a label. There are 7 BizObjs and 1 EventObj. The primary BizObj InitialSelecetdAlias is parameterized (the parameter comes from another view lower in zorder). The first view is the only autorequery view -- all others are driven from the postrequeryhook methods or as parent-child. There are a total of 11 views including the event view.
>
>Page two contains 2 EditBoxes and an OK button for search and replace of text strings.
>
>I tried to putting the cListObjEdit form on another page but my boss saw it and said NO.
>
>Any ideas are greatly appreciated.
>
>Thanks,
>
>Bob

Bob,

I worked on a similar problem Alex Weider had. It turns out he was using too many bizobjs. They take a long time to instantiate. His mistake was to use a different bizobj to populate all the different comboboxes and grids. Some of this stuff was simply lookup info. The views that he was using for lookup info he consolidated with his primary bizobj. Could you have a similar problem? BTW, his form had about seven or eith bizobj on it too.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform