![]() |
Sergey Kornilov admin 6/19/2013 |
If Lookup Wizard field presents on the search panel (even if it's not visible on page load) and Lookup table is large enough - you may see this type of behaviour. You can either remove this field from the search panel or change Lookup wizard type to 'Edit box with AJAX popup'. |
C
|
chrispa author 6/20/2013 |
If Lookup Wizard field presents on the search panel (even if it's not visible on page load) and Lookup table is large enough - you may see this type of behaviour. You can either remove this field from the search panel or change Lookup wizard type to 'Edit box with AJAX popup'.
|
S
|
safesurf 6/20/2013 |
I had the same problem with MS access database and 6 dependent drop down boxes on search panel. The list page would take up to 1 minute on load. What worked for me was to create a query in the access database with all the fields in it. Then use the query for table on lookup wizard. The page now loads really fast. |