This topic is locked

Lookup Wizard - Based on a Custom View

9/21/2007 6:56:37 AM
PHPRunner General questions
D
daviesgh author

Hi,
Currently Lookup Wizards can only be based on a table and a where condition can be added.
Is it possible to base the Lookup Wizard on a Custom View or SQL Statement? I am using MySQL 4.1
Regards,
Gordon

Alexey admin 9/21/2007

Gordon,
no, Lookup wizard work with tables only.
With MySQL 5 you can use CREATE VIEW statement to create database views which can be used in Lookup wizard dialog.