This topic is locked

where is it?

1/5/2009 10:26:52 PM
PHPRunner General questions
W
wildwally author

Where would the list be stored in the code for a text box. I have a new site that I'm working on (lost the old site files), but i need to make a change to the old in the mean time. When making a text feild be a lookup you have two options. the first being to look up fields in a database table, and the second being a preset list of options i created. I'm trying to find where this code or list is written in the code to manually change a list of options until i can complete the new site.
Any help would be greatly appreciated.

J
Jane 1/6/2009

Hi,
check BuildSelectControl function in the include/commonfunctions.php file.

W
wildwally author 1/6/2009

Hi,

check BuildSelectControl function in the include/commonfunctions.php file.


Thanks again Jane.