This topic is locked

Lookup and Advanced Search

9/5/2005 10:55:04 AM
PHPRunner General questions
coolbyte author

Hello,
I would like to use a drop down created by the lookup wizard in the advanced search. On the edit page the same field shall be read only or hidden. Is there a way to get that?
Thomas

Sergey Kornilov admin 9/6/2005

Hi,
build your pages with lookup wizard field and open ..._edit.php file by any text editor.

Replace all these occurrences:

GetEditFormat("Side")
with this one:

EDIT_FORMAT_HIDDEN
or this one:

EDIT_FORMAT_READONLY