PHP Classes

Lookup

Recommend this page to a friend!

      phpMyDataGrid - AJAX Enabled Datagrid  >  All threads  >  Lookup  >  (Un) Subscribe thread alerts  
Subject:Lookup
Summary:Does phpMyDataGrid support any lookup
Messages:2
Author:thomas
Date:2007-12-20 15:41:18
Update:2007-12-20 16:16:13
 

  1. Lookup   Reply   Report abuse  
Picture of thomas thomas - 2007-12-20 15:41:19
Does phpMyDataGrid support any lookup?
Lookup like a combo box that displaying name but saving code in the database.

  2. Re: Lookup   Reply   Report abuse  
Picture of thomas thomas - 2007-12-20 16:16:13 - In reply to message 1 from thomas
Found the solution already. We can defined a sql in the lookup. Thanks

$objGrid -> FormatColumn("FestivalID", "Festival", 30, 30, 0, "150", "left", "SELECT:SELECT FestivalID, Festival FROM MT_Festival order by 2");