This topic is locked

Lookup Wizard - List of values

8/15/2006 6:56:14 PM
PHPRunner General questions
G
Gary.Beam author

I have dozens of requirements for small dropdown lists with 2 to 5 entrys that will never change. I don't want to create dozens of small MySQL tables. Is there any way for the 'List of Values' to support a Link-Field and a Display-Field just as the Lookup-Table does?
Thanks for any help.

Alexey admin 8/16/2006

Gary,
you can implement this modifying PHPRunner-created files manually.

The code that builds Lookup wizard control is located in BuildSelectControl function in include\..._functions.php file.
Also you'll need to modify List and View pages to show "Display" value instead of "Link" value.
Anyway creating lookup tables in database is much easier.