![]() |
Sergey Kornilov admin 4/15/2010 |
PHPRunner cannot build multi-table Lookup wizards. I suggest to create a view in your database that pulls data from several joined tables and use this view as a source of your lookup wizard. |
D
|
denspad author 4/16/2010 |
PHPRunner cannot build multi-table Lookup wizards. I suggest to create a view in your database that pulls data from several joined tables and use this view as a source of your lookup wizard.
|
![]() |
Sergey Kornilov admin 4/16/2010 |
Sure, here it is: http://dev.mysql.com/doc/refman/5.1/en/create-view.html |
D
|
denspad author 4/16/2010 |
Sure, here it is: http://dev.mysql.com/doc/refman/5.1/en/create-view.html You need some MySQL GUI like Navicat or phpMyAdmin in order to do so.
|
![]() |
Sergey Kornilov admin 4/20/2010 |
Just choose view you created in MySQL as a datasource in Lookup Wizard dialog. |