This topic is locked
[SOLVED]

 Look Up Wizard Delays List Page

6/19/2013 10:42:00 AM
PHPRunner General questions
C
chrispa author

Hi
each time i set the edit of a field to Look Up Wizard and selecting the link field , display field etc. all are ok but the list page delays to load very much .
when i deactivate it and set it to text field all working fine !!
the table has only two records so is very small
pls help

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'.


thanks once removed the fields from search working fine !

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.